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

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

<https://eurobis.org/id/occurrence/5872_492_1214026_capture_492_1214026_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "492_1214026_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '492_1214026_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.72155'^^xsd:double;
  dwc:latitude '50.970103'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '492_1214026_capture'^^xsd:string;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_492_1214026_release_492_1214026_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_492_1214026_release_492_1214026_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_492_1214026_release_492_1214026_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_492_1214026_release_492_1214026_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "492_1214026_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '492_1214026_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '492_1214026_release'^^xsd:string;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737397_23737397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737397_23737397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737397_23737397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737397_23737397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737397'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737397'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737408_23737408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737408_23737408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737408_23737408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737408_23737408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737408'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737408'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737482_23737482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737482_23737482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737482_23737482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737482_23737482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737482'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737482'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737563_23737563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737563_23737563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737563_23737563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737563_23737563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737563'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737563'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737640_23737640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737640_23737640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737640_23737640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737640_23737640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737640'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737640'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737760_23737760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737760_23737760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737760_23737760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737760_23737760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737760'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737760'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737841_23737841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737841_23737841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737841_23737841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737841_23737841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737841'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737841'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622125_23622125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622125_23622125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622125_23622125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23622125_23622125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622125'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622125'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251720_23251720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251720_23251720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251720_23251720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251720_23251720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251720'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251720'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251726_23251726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251726_23251726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251726_23251726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251726_23251726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251726'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382693_24382693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382693_24382693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382693_24382693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382693_24382693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382693'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382693'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23968359_23968359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23968359_23968359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23968359_23968359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23968359_23968359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23968359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23968359'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23968359'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23968373_23968373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23968373_23968373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23968373_23968373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23968373_23968373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23968373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23968373'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23968373'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969167_23969167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969167_23969167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969167_23969167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969167_23969167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969167'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969167'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381268_24381268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381268_24381268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381268_24381268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30305 4.28731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.30305"^^xsd:decimal ;
  dwc:decimalLongitude "4.28731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381268_24381268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381268'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.28731'^^xsd:double;
  dwc:latitude '51.30305'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381268'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127732'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756692_24756692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756692_24756692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756692_24756692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29646 4.2857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29646"^^xsd:decimal ;
  dwc:decimalLongitude "4.2857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24756692_24756692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756692'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2857'^^xsd:double;
  dwc:latitude '51.29646'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756692'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127728'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969168_23969168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969168_23969168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969168_23969168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969168_23969168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969168'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969168'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381270_24381270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381270_24381270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381270_24381270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30305 4.28731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.30305"^^xsd:decimal ;
  dwc:decimalLongitude "4.28731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381270_24381270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381270'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.28731'^^xsd:double;
  dwc:latitude '51.30305'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381270'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127732'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756701_24756701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756701_24756701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756701_24756701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29646 4.2857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29646"^^xsd:decimal ;
  dwc:decimalLongitude "4.2857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24756701_24756701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756701'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2857'^^xsd:double;
  dwc:latitude '51.29646'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756701'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127728'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972488_23972488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972488_23972488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972488_23972488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.345793 4.278738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.345793"^^xsd:decimal ;
  dwc:decimalLongitude "4.278738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972488_23972488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972488'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.278738'^^xsd:double;
  dwc:latitude '51.345793'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972488'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126199'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969403_23969403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969403_23969403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969403_23969403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969403_23969403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969403'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969403'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969404_23969404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969404_23969404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969404_23969404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969404_23969404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969404'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969404'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969405_23969405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969405_23969405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969405_23969405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969405_23969405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969405'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969405'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969408_23969408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969408_23969408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969408_23969408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969408_23969408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969408'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969408'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969409_23969409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969409_23969409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969409_23969409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969409_23969409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969409'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969409'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969413_23969413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969413_23969413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969413_23969413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969413_23969413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969413'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969413'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969417_23969417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969417_23969417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969417_23969417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969417_23969417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969417'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969417'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969427_23969427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969427_23969427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969427_23969427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969427_23969427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969427'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969427'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969431_23969431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969431_23969431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969431_23969431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969431_23969431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969431'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969440_23969440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969440_23969440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969440_23969440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969440_23969440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969440'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969440'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969462_23969462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969462_23969462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969462_23969462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969462_23969462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969462'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969462'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969469_23969469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969469_23969469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969469_23969469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969469_23969469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969469'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969469'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969483_23969483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969483_23969483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969483_23969483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969483_23969483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969483'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969483'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969505_23969505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969505_23969505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969505_23969505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969505_23969505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969505'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969505'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969521_23969521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969521_23969521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969521_23969521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969521_23969521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969521'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969521'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969553_23969553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969553_23969553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969553_23969553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969553_23969553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969553'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969553'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969595_23969595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969595_23969595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969595_23969595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969595_23969595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969595'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969595'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969646_23969646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969646_23969646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969646_23969646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969646_23969646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969646'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969646'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969690_23969690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969690_23969690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969690_23969690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969690_23969690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969690'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969690'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969726_23969726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969726_23969726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969726_23969726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969726_23969726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969726'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969741_23969741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969741_23969741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969741_23969741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969741_23969741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969741'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969741'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969781_23969781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969781_23969781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969781_23969781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969781_23969781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969781'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969781'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969800_23969800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969800_23969800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969800_23969800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969800_23969800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969800'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969800'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969816_23969816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969816_23969816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969816_23969816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969816_23969816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969816'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969816'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969823_23969823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969823_23969823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969823_23969823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969823_23969823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969823'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969823'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969835_23969835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969835_23969835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969835_23969835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969835_23969835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969835'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969835'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969862_23969862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969862_23969862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969862_23969862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969862_23969862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969862'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969862'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969868_23969868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969868_23969868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969868_23969868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969868_23969868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969868'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969868'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969885_23969885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969885_23969885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969885_23969885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969885_23969885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969885'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969885'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969907_23969907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969907_23969907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969907_23969907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969907_23969907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969907'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969907'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969909_23969909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969909_23969909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969909_23969909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969909_23969909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969909'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969920_23969920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969920_23969920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969920_23969920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969920_23969920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969920'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969920'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969939_23969939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969939_23969939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969939_23969939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969939_23969939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969939'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969939'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969946_23969946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969946_23969946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969946_23969946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969946_23969946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969946'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969946'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969964_23969964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969964_23969964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969964_23969964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969964_23969964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969964'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969964'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969970_23969970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969970_23969970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969970_23969970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969970_23969970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969970'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969970'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969990_23969990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969990_23969990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969990_23969990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969990_23969990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969990'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969990'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970006_23970006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970006_23970006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970006_23970006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970006_23970006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970006'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970018_23970018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970018_23970018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970018_23970018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970018_23970018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970018'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970018'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970034_23970034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970034_23970034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970034_23970034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970034_23970034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970034'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970034'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970043_23970043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970043_23970043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970043_23970043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970043_23970043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970043'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970043'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970046_23970046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970046_23970046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970046_23970046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970046_23970046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970046'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970046'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970048_23970048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970048_23970048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970048_23970048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970048_23970048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970048'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970048'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970053_23970053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970053_23970053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970053_23970053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970053_23970053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970053'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970053'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970055_23970055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970055_23970055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970055_23970055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970055_23970055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970055'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970055'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970060_23970060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970060_23970060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970060_23970060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970060_23970060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970060'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970060'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970063_23970063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970063_23970063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970063_23970063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970063_23970063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970063'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970063'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970070_23970070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970070_23970070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970070_23970070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970070_23970070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970070'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970070'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970071_23970071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970071_23970071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970071_23970071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970071_23970071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970071'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970071'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970073_23970073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970073_23970073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970073_23970073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970073_23970073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970073'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970073'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970074_23970074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970074_23970074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970074_23970074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970074_23970074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970074'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970074'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970076_23970076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970076_23970076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970076_23970076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970076_23970076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970076'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970076'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970077_23970077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970077_23970077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970077_23970077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970077_23970077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970077'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970077'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970078_23970078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970078_23970078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970078_23970078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970078_23970078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970078'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970078'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970079_23970079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970079_23970079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970079_23970079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970079_23970079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970079'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970079'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970080_23970080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970080_23970080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970080_23970080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970080_23970080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970080'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970080'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970081_23970081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970081_23970081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970081_23970081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970081_23970081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970081'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970081'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970086_23970086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970086_23970086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970086_23970086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970086_23970086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970086'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970086'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970096_23970096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970096_23970096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970096_23970096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970096_23970096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970096'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970096'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970098_23970098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970098_23970098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970098_23970098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970098_23970098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970098'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970098'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970099_23970099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970099_23970099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970099_23970099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970099_23970099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970099'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970099'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970100_23970100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970100_23970100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970100_23970100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970100_23970100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970100'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970100'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970101_23970101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970101_23970101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970101_23970101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970101_23970101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970101'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970101'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970102_23970102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970102_23970102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970102_23970102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970102_23970102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970102'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970102'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970105_23970105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970105_23970105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970105_23970105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970105_23970105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970105'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970105'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970117_23970117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970117_23970117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970117_23970117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970117_23970117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970117'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970117'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970119_23970119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970119_23970119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970119_23970119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970119_23970119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970119'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970119'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970120_23970120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970120_23970120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970120_23970120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970120_23970120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970120'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970120'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970225_23970225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970225_23970225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970225_23970225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970225_23970225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970225'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970225'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970226_23970226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970226_23970226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970226_23970226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970226_23970226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970226'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970226'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970229_23970229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970229_23970229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970229_23970229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970229_23970229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970229'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970229'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970234_23970234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970234_23970234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970234_23970234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970234_23970234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970234'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970234'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970282_23970282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970282_23970282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970282_23970282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970282_23970282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970282'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970282'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970297_23970297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970297_23970297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970297_23970297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970297_23970297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970297'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970297'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970313_23970313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970313_23970313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970313_23970313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970313_23970313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970313'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970313'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970344_23970344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970344_23970344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970344_23970344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970344_23970344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970344'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970344'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970346_23970346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970346_23970346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970346_23970346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970346_23970346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970346'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970346'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970349_23970349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970349_23970349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970349_23970349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970349_23970349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970349'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970349'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970351_23970351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970351_23970351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970351_23970351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970351_23970351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970351'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970351'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970355_23970355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970355_23970355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970355_23970355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970355_23970355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970355'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970355'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970359_23970359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970359_23970359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970359_23970359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970359_23970359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970359'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970359'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970361_23970361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970361_23970361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970361_23970361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970361_23970361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970361'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970361'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970362_23970362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970362_23970362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970362_23970362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970362_23970362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970362'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970362'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970371_23970371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970371_23970371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970371_23970371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970371_23970371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970371'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970371'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970383_23970383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970383_23970383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970383_23970383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970383_23970383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970383'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970383'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970384_23970384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970384_23970384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970384_23970384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970384_23970384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970384'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970384'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970392_23970392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970392_23970392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970392_23970392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970392_23970392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970392'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970392'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970414_23970414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970414_23970414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970414_23970414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970414_23970414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970414'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970414'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970418_23970418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970418_23970418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970418_23970418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970418_23970418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970418'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970418'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970440_23970440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970440_23970440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970440_23970440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970440_23970440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970440'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970440'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970461_23970461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970461_23970461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970461_23970461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970461_23970461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970461'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970461'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970474_23970474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970474_23970474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970474_23970474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970474_23970474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970474'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970491_23970491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970491_23970491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970491_23970491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970491_23970491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970491'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970491'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970492_23970492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970492_23970492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970492_23970492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970492_23970492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970492'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970492'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970501_23970501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970501_23970501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970501_23970501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970501_23970501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970501'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970501'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970502_23970502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970502_23970502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970502_23970502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970502_23970502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970502'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970502'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970503_23970503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970503_23970503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970503_23970503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970503_23970503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970503'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970503'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970522_23970522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970522_23970522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970522_23970522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970522_23970522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970522'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970522'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970523_23970523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970523_23970523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970523_23970523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970523_23970523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970523'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970523'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970524_23970524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970524_23970524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970524_23970524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970524_23970524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970524'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970524'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970538_23970538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970538_23970538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970538_23970538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970538_23970538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970538'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970538'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970560_23970560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970560_23970560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970560_23970560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970560_23970560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970560'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970560'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970571_23970571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970571_23970571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970571_23970571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970571_23970571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970571'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970571'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970579_23970579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970579_23970579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970579_23970579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970579_23970579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970579'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970579'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970602_23970602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970602_23970602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970602_23970602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970602_23970602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970602'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970602'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970621_23970621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970621_23970621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970621_23970621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970621_23970621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970621'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970621'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970658_23970658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970658_23970658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970658_23970658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970658_23970658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970658'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970658'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970696_23970696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970696_23970696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970696_23970696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970696_23970696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970696'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970696'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970705_23970705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970705_23970705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970705_23970705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970705_23970705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970705'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970705'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970724_23970724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970724_23970724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970724_23970724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970724_23970724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970724'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970724'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970729_23970729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970729_23970729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970729_23970729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970729_23970729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970729'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970729'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970730_23970730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970730_23970730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970730_23970730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970730_23970730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970730'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970730'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970731_23970731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970731_23970731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970731_23970731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970731_23970731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970731'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970731'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970732_23970732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970732_23970732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970732_23970732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970732_23970732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970732'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970732'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970734_23970734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970734_23970734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970734_23970734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970734_23970734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970734'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970734'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970748_23970748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970748_23970748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970748_23970748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970748_23970748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970748'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970748'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970752_23970752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970752_23970752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970752_23970752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970752_23970752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970752'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970752'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970754_23970754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970754_23970754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970754_23970754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970754_23970754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970754'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970754'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970764_23970764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970764_23970764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970764_23970764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970764_23970764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970764'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970764'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970771_23970771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970771_23970771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970771_23970771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970771_23970771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970771'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970771'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970777_23970777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970777_23970777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970777_23970777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970777_23970777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970777'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970777'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970780_23970780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970780_23970780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970780_23970780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970780_23970780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970780'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970780'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970787_23970787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970787_23970787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970787_23970787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970787_23970787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970787'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970787'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970790_23970790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970790_23970790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970790_23970790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970790_23970790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970790'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970790'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970791_23970791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970791_23970791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970791_23970791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970791_23970791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970791'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970791'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970795_23970795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970795_23970795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970795_23970795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970795_23970795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970795'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970795'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970797_23970797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970797_23970797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970797_23970797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970797_23970797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970797'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970797'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970798_23970798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970798_23970798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970798_23970798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970798_23970798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970798'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970798'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970799_23970799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970799_23970799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970799_23970799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970799_23970799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970799'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970799'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970800_23970800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970800_23970800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970800_23970800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970800_23970800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970800'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970800'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970801_23970801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970801_23970801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970801_23970801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970801_23970801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970801'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970801'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970812_23970812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970812_23970812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970812_23970812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970812_23970812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970812'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970812'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970823_23970823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970823_23970823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970823_23970823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970823_23970823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970823'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970823'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970827_23970827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970827_23970827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970827_23970827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970827_23970827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970827'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970827'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970828_23970828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970828_23970828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970828_23970828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970828_23970828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970828'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970833_23970833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970833_23970833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970833_23970833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970833_23970833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970833'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970833'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970849_23970849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970849_23970849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970849_23970849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970849_23970849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970849'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970849'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970852_23970852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970852_23970852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970852_23970852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970852_23970852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970852'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970852'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970855_23970855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970855_23970855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970855_23970855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970855_23970855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970855'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970857_23970857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970857_23970857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970857_23970857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970857_23970857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970857'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970857'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970858_23970858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970858_23970858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970858_23970858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970858_23970858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970858'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970858'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970862_23970862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970862_23970862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970862_23970862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970862_23970862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970862'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970862'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970864_23970864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970864_23970864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970864_23970864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970864_23970864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970864'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970864'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970865_23970865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970865_23970865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970865_23970865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970865_23970865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970865'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970865'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970866_23970866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970866_23970866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970866_23970866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970866_23970866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970866'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970886_23970886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970886_23970886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970886_23970886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970886_23970886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970886'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970886'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970898_23970898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970898_23970898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970898_23970898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970898_23970898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970898'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970898'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970907_23970907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970907_23970907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970907_23970907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970907_23970907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970907'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970907'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970909_23970909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970909_23970909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970909_23970909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970909_23970909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970909'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970910_23970910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970910_23970910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970910_23970910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970910_23970910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970910'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970910'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970915_23970915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970915_23970915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970915_23970915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970915_23970915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970915'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970915'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970923_23970923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970923_23970923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970923_23970923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970923_23970923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970923'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970923'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970929_23970929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970929_23970929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970929_23970929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970929_23970929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970929'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970929'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970930_23970930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970930_23970930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970930_23970930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970930_23970930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970930'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970930'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970943_23970943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970943_23970943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970943_23970943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970943_23970943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970943'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970943'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970948_23970948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970948_23970948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970948_23970948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970948_23970948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970948'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970948'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970955_23970955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970955_23970955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970955_23970955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970955_23970955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970955'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970955'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970960_23970960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970960_23970960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970960_23970960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970960_23970960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970960'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970960'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970963_23970963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970963_23970963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970963_23970963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970963_23970963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970963'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970963'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23970985_23970985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23970985_23970985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23970985_23970985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23970985_23970985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23970985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23970985'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23970985'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971006_23971006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971006_23971006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971006_23971006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971006_23971006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971006'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971009_23971009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971009_23971009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971009_23971009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971009_23971009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971009'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971009'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971014_23971014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971014_23971014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971014_23971014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971014_23971014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971014'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971014'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971017_23971017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971017_23971017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971017_23971017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971017_23971017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971017'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971017'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971021_23971021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971021_23971021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971021_23971021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971021_23971021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971021'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971021'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971025_23971025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971025_23971025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971025_23971025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971025_23971025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971025'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971025'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971034_23971034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971034_23971034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971034_23971034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971034_23971034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971034'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971034'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971041_23971041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971041_23971041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971041_23971041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971041_23971041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971041'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971041'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971056_23971056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971056_23971056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971056_23971056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971056_23971056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971056'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971056'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971062_23971062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971062_23971062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971062_23971062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971062_23971062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971062'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971062'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971066_23971066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971066_23971066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971066_23971066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971066_23971066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971066'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971066'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971070_23971070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971070_23971070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971070_23971070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971070_23971070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971070'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971070'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971085_23971085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971085_23971085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971085_23971085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971085_23971085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971085'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971085'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971104_23971104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971104_23971104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971104_23971104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971104_23971104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971104'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971104'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971121_23971121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971121_23971121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971121_23971121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971121_23971121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971121'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971121'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971133_23971133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971133_23971133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971133_23971133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971133_23971133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971133'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971133'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971140_23971140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971140_23971140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971140_23971140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971140_23971140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971140'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971140'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971146_23971146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971146_23971146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971146_23971146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971146_23971146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971146'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971146'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971154_23971154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971154_23971154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971154_23971154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971154_23971154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971154'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971154'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971179_23971179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971179_23971179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971179_23971179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971179_23971179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971179'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971179'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971185_23971185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971185_23971185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971185_23971185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971185_23971185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971185'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971185'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971222_23971222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971222_23971222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971222_23971222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971222_23971222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971222'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971222'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971231_23971231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971231_23971231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971231_23971231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971231_23971231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971231'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971231'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971252_23971252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971252_23971252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971252_23971252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971252_23971252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971252'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971252'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971253_23971253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971253_23971253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971253_23971253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971253_23971253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971253'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971253'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971266_23971266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971266_23971266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971266_23971266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971266_23971266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971266'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971266'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971270_23971270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971270_23971270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971270_23971270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971270_23971270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971270'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971270'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971273_23971273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971273_23971273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971273_23971273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971273_23971273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971273'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971273'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971274_23971274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971274_23971274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971274_23971274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971274_23971274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971274'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971274'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971280_23971280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971280_23971280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971280_23971280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971280_23971280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971280'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971280'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971282_23971282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971282_23971282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971282_23971282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971282_23971282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971282'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971282'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971283_23971283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971283_23971283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971283_23971283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971283_23971283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971283'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971283'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971284_23971284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971284_23971284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971284_23971284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971284_23971284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971284'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971284'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971286_23971286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971286_23971286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971286_23971286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971286_23971286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971286'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971286'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971311_23971311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971311_23971311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971311_23971311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971311_23971311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971311'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971311'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971313_23971313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971313_23971313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971313_23971313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971313_23971313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971313'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971313'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971314_23971314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971314_23971314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971314_23971314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971314_23971314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971314'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971314'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971315_23971315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971315_23971315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971315_23971315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971315_23971315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971315'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971315'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971316_23971316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971316_23971316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971316_23971316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971316_23971316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971316'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971316'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971320_23971320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971320_23971320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971320_23971320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971320_23971320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971320'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971320'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971321_23971321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971321_23971321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971321_23971321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971321_23971321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971321'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971321'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971322_23971322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971322_23971322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971322_23971322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971322_23971322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971322'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971322'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971325_23971325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971325_23971325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971325_23971325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971325_23971325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971325'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971325'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971326_23971326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971326_23971326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971326_23971326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971326_23971326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971326'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971326'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971327_23971327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971327_23971327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971327_23971327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971327_23971327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971327'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971327'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971328_23971328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971328_23971328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971328_23971328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971328_23971328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971328'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971328'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971331_23971331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971331_23971331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971331_23971331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971331_23971331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971331'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971331'^^xsd:integer;
  dwc:observationDate '2015-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971332_23971332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971332_23971332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971332_23971332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971332_23971332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971332'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971332'^^xsd:integer;
  dwc:observationDate '2015-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971333_23971333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971333_23971333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971333_23971333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971333_23971333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971333'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971333'^^xsd:integer;
  dwc:observationDate '2015-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971344_23971344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971344_23971344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971344_23971344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971344_23971344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971344'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971344'^^xsd:integer;
  dwc:observationDate '2015-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971359_23971359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971359_23971359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971359_23971359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971359_23971359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971359'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971359'^^xsd:integer;
  dwc:observationDate '2015-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971365_23971365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971365_23971365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971365_23971365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971365_23971365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971365'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971365'^^xsd:integer;
  dwc:observationDate '2015-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971408_23971408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971408_23971408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971408_23971408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971408_23971408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971408'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971408'^^xsd:integer;
  dwc:observationDate '2015-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971409_23971409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971409_23971409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971409_23971409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971409_23971409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971409'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971409'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971411_23971411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971411_23971411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971411_23971411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971411_23971411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971411'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971411'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971412_23971412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971412_23971412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971412_23971412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971412_23971412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971412'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971415_23971415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971415_23971415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971415_23971415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971415_23971415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971415'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971415'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971416_23971416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971416_23971416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971416_23971416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971416_23971416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971416'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971416'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971473_23971473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971473_23971473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971473_23971473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971473_23971473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971473'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971473'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971509_23971509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971509_23971509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971509_23971509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971509_23971509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971509'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971509'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971514_23971514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971514_23971514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971514_23971514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971514_23971514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971514'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971514'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971534_23971534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971534_23971534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971534_23971534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971534_23971534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971534'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971534'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971539_23971539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971539_23971539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971539_23971539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971539_23971539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971539'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971539'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971556_23971556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971556_23971556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971556_23971556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971556_23971556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971556'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971556'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971566_23971566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971566_23971566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971566_23971566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971566_23971566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971566'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971566'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971573_23971573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971573_23971573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971573_23971573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971573_23971573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971573'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971573'^^xsd:integer;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971589_23971589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971589_23971589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971589_23971589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971589_23971589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971589'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971589'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971609_23971609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971609_23971609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971609_23971609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971609_23971609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971609'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971609'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971625_23971625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971625_23971625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971625_23971625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971625_23971625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971625'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971625'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971628_23971628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971628_23971628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971628_23971628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971628_23971628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971628'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971628'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971634_23971634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971634_23971634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971634_23971634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971634_23971634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971634'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971634'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971639_23971639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971639_23971639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971639_23971639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971639_23971639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971639'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971639'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971641_23971641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971641_23971641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971641_23971641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971641_23971641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971641'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971641'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971642_23971642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971642_23971642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971642_23971642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971642_23971642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971642'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971642'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971646_23971646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971646_23971646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971646_23971646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971646_23971646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971646'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971646'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971647_23971647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971647_23971647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971647_23971647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971647_23971647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971647'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971647'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971650_23971650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971650_23971650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971650_23971650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971650_23971650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971650'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971655_23971655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971655_23971655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971655_23971655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971655_23971655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971655'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971655'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971660_23971660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971660_23971660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971660_23971660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971660_23971660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971660'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971660'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971664_23971664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971664_23971664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971664_23971664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971664_23971664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971664'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971664'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971683_23971683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971683_23971683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971683_23971683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971683_23971683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971683'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971683'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971720_23971720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971720_23971720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971720_23971720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971720_23971720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971720'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971720'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971733_23971733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971733_23971733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971733_23971733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971733_23971733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971733'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971733'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971760_23971760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971760_23971760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971760_23971760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971760_23971760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971760'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971760'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971779_23971779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971779_23971779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971779_23971779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971779_23971779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971779'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971779'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971803_23971803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971803_23971803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971803_23971803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971803_23971803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971803'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971803'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971808_23971808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971808_23971808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971808_23971808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971808_23971808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971808'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971808'^^xsd:integer;
  dwc:observationDate '2015-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971829_23971829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971829_23971829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971829_23971829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971829_23971829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971829'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971829'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971832_23971832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971832_23971832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971832_23971832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971832_23971832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971832'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971832'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971835_23971835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971835_23971835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971835_23971835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971835_23971835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971835'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971835'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971852_23971852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971852_23971852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971852_23971852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971852_23971852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971852'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971852'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971865_23971865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971865_23971865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971865_23971865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971865_23971865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971865'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971865'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971889_23971889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971889_23971889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971889_23971889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971889_23971889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971889'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971889'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971906_23971906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971906_23971906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971906_23971906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971906_23971906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971906'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971906'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971912_23971912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971912_23971912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971912_23971912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971912_23971912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971912'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971912'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971916_23971916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971916_23971916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971916_23971916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971916_23971916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971916'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971916'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971926_23971926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971926_23971926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971926_23971926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971926_23971926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971926'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971926'^^xsd:integer;
  dwc:observationDate '2015-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971928_23971928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971928_23971928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971928_23971928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971928_23971928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971928'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971928'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971932_23971932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971932_23971932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971932_23971932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971932_23971932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971932'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971932'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971934_23971934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971934_23971934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971934_23971934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971934_23971934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971934'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971934'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971936_23971936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971936_23971936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971936_23971936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971936_23971936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971936'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971936'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971937_23971937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971937_23971937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971937_23971937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971937_23971937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971937'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971937'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971938_23971938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971938_23971938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971938_23971938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971938_23971938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971938'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971938'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971946_23971946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971946_23971946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971946_23971946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971946_23971946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971946'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971946'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971954_23971954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971954_23971954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971954_23971954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971954_23971954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971954'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971954'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971956_23971956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971956_23971956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971956_23971956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971956_23971956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971956'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971956'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971957_23971957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971957_23971957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971957_23971957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971957_23971957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971957'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971957'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971967_23971967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971967_23971967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971967_23971967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971967_23971967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971967'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971967'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23971980_23971980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23971980_23971980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23971980_23971980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23971980_23971980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23971980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23971980'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23971980'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972008_23972008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972008_23972008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972008_23972008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972008_23972008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972008'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972008'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972020_23972020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972020_23972020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972020_23972020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972020_23972020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972020'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972020'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972021_23972021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972021_23972021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972021_23972021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972021_23972021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972021'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972021'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972028_23972028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972028_23972028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972028_23972028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972028_23972028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972028'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972028'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972038_23972038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972038_23972038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972038_23972038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972038_23972038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972038'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972038'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972045_23972045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972045_23972045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972045_23972045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972045_23972045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972045'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972045'^^xsd:integer;
  dwc:observationDate '2015-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972046_23972046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972046_23972046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972046_23972046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972046_23972046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972046'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972046'^^xsd:integer;
  dwc:observationDate '2015-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972047_23972047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972047_23972047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972047_23972047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972047_23972047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972047'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972047'^^xsd:integer;
  dwc:observationDate '2015-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972049_23972049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972049_23972049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972049_23972049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972049_23972049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972049'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972049'^^xsd:integer;
  dwc:observationDate '2015-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972053_23972053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972053_23972053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972053_23972053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972053_23972053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972053'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972053'^^xsd:integer;
  dwc:observationDate '2015-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972063_23972063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972063_23972063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972063_23972063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972063_23972063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972063'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972063'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972064_23972064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972064_23972064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972064_23972064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972064_23972064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972064'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972064'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972081_23972081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972081_23972081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972081_23972081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972081_23972081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972081'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972081'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972088_23972088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972088_23972088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972088_23972088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972088_23972088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972088'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972088'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972101_23972101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972101_23972101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972101_23972101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972101_23972101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972101'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972101'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972107_23972107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972107_23972107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972107_23972107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972107_23972107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972107'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972107'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972120_23972120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972120_23972120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972120_23972120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972120_23972120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972120'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972120'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972123_23972123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972123_23972123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972123_23972123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972123_23972123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972123'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972123'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972130_23972130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972130_23972130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972130_23972130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972130_23972130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972130'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972130'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972138_23972138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972138_23972138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972138_23972138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972138_23972138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972138'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972138'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972145_23972145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972145_23972145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972145_23972145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972145_23972145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972145'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972145'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972166_23972166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972166_23972166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972166_23972166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972166_23972166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972166'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972166'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972172_23972172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972172_23972172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972172_23972172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972172_23972172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972172'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972172'^^xsd:integer;
  dwc:observationDate '2015-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972175_23972175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972175_23972175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972175_23972175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972175_23972175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972175'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972175'^^xsd:integer;
  dwc:observationDate '2015-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972176_23972176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972176_23972176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972176_23972176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972176_23972176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972176'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972176'^^xsd:integer;
  dwc:observationDate '2015-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972195_23972195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972195_23972195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972195_23972195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972195_23972195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972195'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972195'^^xsd:integer;
  dwc:observationDate '2015-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972205_23972205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972205_23972205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972205_23972205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972205_23972205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972205'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972205'^^xsd:integer;
  dwc:observationDate '2015-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972220_23972220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972220_23972220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972220_23972220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972220_23972220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972220'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972220'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972239_23972239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972239_23972239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972239_23972239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972239_23972239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972239'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972239'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972241_23972241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972241_23972241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972241_23972241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972241_23972241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972241'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972241'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972252_23972252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972252_23972252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972252_23972252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972252_23972252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972252'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972252'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972255_23972255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972255_23972255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972255_23972255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972255_23972255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972255'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972255'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972257_23972257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972257_23972257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972257_23972257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972257_23972257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972257'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972257'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972259_23972259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972259_23972259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972259_23972259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972259_23972259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972259'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972259'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972261_23972261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972261_23972261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972261_23972261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972261_23972261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972261'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972261'^^xsd:integer;
  dwc:observationDate '2015-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972264_23972264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972264_23972264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972264_23972264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972264_23972264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972264'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972264'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972265_23972265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972265_23972265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972265_23972265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972265_23972265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972265'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972265'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972269_23972269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972269_23972269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972269_23972269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972269_23972269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972269'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972269'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972275_23972275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972275_23972275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972275_23972275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972275_23972275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972275'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972275'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972289_23972289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972289_23972289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972289_23972289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972289_23972289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972289'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972289'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972316_23972316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972316_23972316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972316_23972316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972316_23972316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972316'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972316'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972327_23972327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972327_23972327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972327_23972327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972327_23972327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972327'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972327'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972331_23972331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972331_23972331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972331_23972331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972331_23972331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972331'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972331'^^xsd:integer;
  dwc:observationDate '2015-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972338_23972338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972338_23972338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972338_23972338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972338_23972338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972338'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972338'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972347_23972347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972347_23972347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972347_23972347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972347_23972347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972347'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972347'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972586_23972586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972586_23972586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972586_23972586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.345793 4.278738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.345793"^^xsd:decimal ;
  dwc:decimalLongitude "4.278738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23972586_23972586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972586'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.278738'^^xsd:double;
  dwc:latitude '51.345793'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972586'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126199'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756885_24756885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756885_24756885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756885_24756885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29646 4.2857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29646"^^xsd:decimal ;
  dwc:decimalLongitude "4.2857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24756885_24756885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756885'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2857'^^xsd:double;
  dwc:latitude '51.29646'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756885'^^xsd:integer;
  dwc:observationDate '2015-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127728'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381411_24381411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381411_24381411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381411_24381411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381411_24381411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381411'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381411'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382989_24382989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382989_24382989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382989_24382989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382989_24382989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382989'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382989'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24787345_24787345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24787345_24787345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24787345_24787345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.42251303 4.032860596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.42251303"^^xsd:decimal ;
  dwc:decimalLongitude "4.032860596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24787345_24787345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24787345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24787345'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.032860596'^^xsd:double;
  dwc:latitude '51.42251303'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24787345'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127735'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24787148_24787148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24787148_24787148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24787148_24787148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41651283 4.027360624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.41651283"^^xsd:decimal ;
  dwc:decimalLongitude "4.027360624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24787148_24787148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24787148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24787148'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.027360624'^^xsd:double;
  dwc:latitude '51.41651283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24787148'^^xsd:integer;
  dwc:observationDate '2016-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127737'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24787226_24787226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24787226_24787226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24787226_24787226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.411167 4.029233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.411167"^^xsd:decimal ;
  dwc:decimalLongitude "4.029233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24787226_24787226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24787226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24787226'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.029233'^^xsd:double;
  dwc:latitude '51.411167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24787226'^^xsd:integer;
  dwc:observationDate '2016-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127731'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24787330_24787330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24787330_24787330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24787330_24787330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.40221 4.02998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.40221"^^xsd:decimal ;
  dwc:decimalLongitude "4.02998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24787330_24787330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24787330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24787330'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.02998'^^xsd:double;
  dwc:latitude '51.40221'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24787330'^^xsd:integer;
  dwc:observationDate '2016-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127734'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24787254_24787254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24787254_24787254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24787254_24787254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.42601 4.03575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.42601"^^xsd:decimal ;
  dwc:decimalLongitude "4.03575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24787254_24787254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24787254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24787254'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.03575'^^xsd:double;
  dwc:latitude '51.42601'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24787254'^^xsd:integer;
  dwc:observationDate '2016-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127733'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545575_25545575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545575_25545575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545575_25545575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3465544 3.800172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3465544"^^xsd:decimal ;
  dwc:decimalLongitude "3.800172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545575_25545575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545575'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.800172'^^xsd:double;
  dwc:latitude '51.3465544'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545575'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126202'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545485_25545485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545485_25545485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545485_25545485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545485_25545485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545485'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545485'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545490_25545490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545490_25545490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545490_25545490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545490_25545490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545490'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545490'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545494_25545494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545494_25545494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545494_25545494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545494_25545494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545494'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545494'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545497_25545497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545497_25545497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545497_25545497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545497_25545497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545497'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545497'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545499_25545499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545499_25545499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545499_25545499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545499_25545499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545499'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545499'^^xsd:integer;
  dwc:observationDate '2016-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545502_25545502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545502_25545502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545502_25545502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545502_25545502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545502'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545502'^^xsd:integer;
  dwc:observationDate '2016-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545503_25545503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545503_25545503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545503_25545503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545503_25545503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545503'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545503'^^xsd:integer;
  dwc:observationDate '2016-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545576_25545576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545576_25545576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545576_25545576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3465544 3.800172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3465544"^^xsd:decimal ;
  dwc:decimalLongitude "3.800172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545576_25545576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545576'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '3.800172'^^xsd:double;
  dwc:latitude '51.3465544'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545576'^^xsd:integer;
  dwc:observationDate '2016-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126202'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545577_25545577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545577_25545577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545577_25545577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3465544 3.800172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3465544"^^xsd:decimal ;
  dwc:decimalLongitude "3.800172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545577_25545577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545577'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.800172'^^xsd:double;
  dwc:latitude '51.3465544'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545577'^^xsd:integer;
  dwc:observationDate '2016-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126202'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545505_25545505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545505_25545505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545505_25545505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545505_25545505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545505'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545505'^^xsd:integer;
  dwc:observationDate '2016-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545507_25545507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545507_25545507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545507_25545507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545507_25545507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545507'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545507'^^xsd:integer;
  dwc:observationDate '2016-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545512_25545512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545512_25545512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545512_25545512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545512_25545512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545512'^^xsd:integer;
  dwc:observationDate '2016-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545531_25545531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545531_25545531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545531_25545531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545531_25545531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545531'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545531'^^xsd:integer;
  dwc:observationDate '2016-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545532_25545532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545532_25545532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545532_25545532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351926 3.773559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351926"^^xsd:decimal ;
  dwc:decimalLongitude "3.773559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545532_25545532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545532'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '3.773559'^^xsd:double;
  dwc:latitude '51.351926'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545532'^^xsd:integer;
  dwc:observationDate '2016-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-120877'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545578_25545578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545578_25545578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545578_25545578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3465544 3.800172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3465544"^^xsd:decimal ;
  dwc:decimalLongitude "3.800172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545578_25545578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545578'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '3.800172'^^xsd:double;
  dwc:latitude '51.3465544'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545578'^^xsd:integer;
  dwc:observationDate '2016-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126202'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_493_1214027_capture_493_1214027_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_493_1214027_capture_493_1214027_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_493_1214027_capture_493_1214027_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.970103 4.72155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.970103"^^xsd:decimal ;
  dwc:decimalLongitude "4.72155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_493_1214027_capture_493_1214027_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "493_1214027_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '493_1214027_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.72155'^^xsd:double;
  dwc:latitude '50.970103'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '493_1214027_capture'^^xsd:string;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_493_1214027_release_493_1214027_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_493_1214027_release_493_1214027_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_493_1214027_release_493_1214027_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_493_1214027_release_493_1214027_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "493_1214027_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '493_1214027_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '493_1214027_release'^^xsd:string;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736721_23736721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736721_23736721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736721_23736721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736721_23736721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736721'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736721'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736742_23736742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736742_23736742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736742_23736742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736742_23736742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736742'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736742'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736870_23736870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736870_23736870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736870_23736870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736870_23736870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736870'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736870'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175757_24175757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175757_24175757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175757_24175757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175757_24175757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175757'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175757'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737047_23737047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737047_23737047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737047_23737047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737047_23737047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737047'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737047'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 120 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737128_23737128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737128_23737128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737128_23737128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737128_23737128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737128'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737128'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737671_23737671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737671_23737671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737671_23737671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737671_23737671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737671'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737671'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737764_23737764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737764_23737764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737764_23737764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737764_23737764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737764'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737764'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622120_23622120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622120_23622120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622120_23622120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23622120_23622120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622120'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622120'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251515_23251515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251515_23251515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251515_23251515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251515_23251515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251515'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251515'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387242_24387242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387242_24387242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387242_24387242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24387242_24387242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387242'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387242'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381128_24381128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381128_24381128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381128_24381128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381128_24381128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381128'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381128'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381340_24381340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381340_24381340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381340_24381340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381340_24381340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381340'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381340'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382702_24382702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382702_24382702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382702_24382702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382702_24382702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382702'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381196_24381196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381196_24381196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381196_24381196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381196_24381196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381196'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381196'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382906_24382906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382906_24382906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382906_24382906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382906_24382906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382906'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382906'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382907_24382907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382907_24382907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382907_24382907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382907_24382907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382907'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382907'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_494_1214028_capture_494_1214028_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_494_1214028_capture_494_1214028_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_494_1214028_capture_494_1214028_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_494_1214028_capture_494_1214028_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "494_1214028_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '494_1214028_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '494_1214028_capture'^^xsd:string;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_494_1214028_release_494_1214028_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_494_1214028_release_494_1214028_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_494_1214028_release_494_1214028_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_494_1214028_release_494_1214028_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "494_1214028_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '494_1214028_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '494_1214028_release'^^xsd:string;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736598_23736598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736598_23736598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736598_23736598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736598_23736598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736598'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736598'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736599_23736599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736599_23736599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736599_23736599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736599_23736599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736599'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736599'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736658_23736658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736658_23736658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736658_23736658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736658_23736658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736658'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736658'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175601_24175601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175601_24175601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175601_24175601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175601_24175601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175601'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175601'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736869_23736869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736869_23736869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736869_23736869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736869_23736869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736869'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736869'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622105_23622105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622105_23622105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622105_23622105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23622105_23622105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622105'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622105'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251519_23251519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251519_23251519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251519_23251519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251519_23251519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251519'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251519'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251552_23251552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251552_23251552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251552_23251552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251552_23251552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251552'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251552'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251621_23251621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251621_23251621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251621_23251621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251621_23251621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251621'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251621'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251645_23251645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251645_23251645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251645_23251645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251645_23251645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251645'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251681_23251681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251681_23251681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251681_23251681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23251681_23251681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251681'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251681'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382698_24382698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382698_24382698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382698_24382698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382698_24382698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382698'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382698'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35992961_35992961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35992961_35992961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35992961_35992961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35992961_35992961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992961'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992961'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381267_24381267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381267_24381267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381267_24381267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30305 4.28731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.30305"^^xsd:decimal ;
  dwc:decimalLongitude "4.28731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381267_24381267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381267'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.28731'^^xsd:double;
  dwc:latitude '51.30305'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381267'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127732'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969172_23969172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969172_23969172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969172_23969172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969172_23969172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969172'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969172'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969191_23969191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969191_23969191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969191_23969191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969191_23969191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969191'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969191'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969197_23969197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969197_23969197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969197_23969197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969197_23969197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969197'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969197'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969204_23969204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969204_23969204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969204_23969204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969204_23969204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969204'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969204'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23969230_23969230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23969230_23969230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23969230_23969230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280982 4.329702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280982"^^xsd:decimal ;
  dwc:decimalLongitude "4.329702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23969230_23969230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23969230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23969230'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.329702'^^xsd:double;
  dwc:latitude '51.280982'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23969230'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126197'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756703_24756703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756703_24756703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756703_24756703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29646 4.2857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29646"^^xsd:decimal ;
  dwc:decimalLongitude "4.2857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24756703_24756703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756703'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2857'^^xsd:double;
  dwc:latitude '51.29646'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756703'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127728'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382901_24382901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382901_24382901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382901_24382901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24382901_24382901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382901'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382901'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381185_24381185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381185_24381185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381185_24381185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381185_24381185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381185'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381185'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381186_24381186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381186_24381186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381186_24381186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381186_24381186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381186'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381186'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381190_24381190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381190_24381190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381190_24381190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381190_24381190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381190'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381190'^^xsd:integer;
  dwc:observationDate '2015-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381351_24381351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381351_24381351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381351_24381351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381351_24381351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381351'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381351'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381212_24381212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381212_24381212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381212_24381212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381212_24381212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381212'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381212'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35992979_35992979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35992979_35992979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35992979_35992979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35992979_35992979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992979'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992979'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35992980_35992980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35992980_35992980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35992980_35992980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35992980_35992980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992980'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992980'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35992983_35992983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35992983_35992983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35992983_35992983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35992983_35992983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992983'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992983'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23968381_23968381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23968381_23968381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23968381_23968381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23968381_23968381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23968381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23968381'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23968381'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23968382_23968382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23968382_23968382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23968382_23968382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23968382_23968382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23968382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23968382'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23968382'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23968385_23968385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23968385_23968385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23968385_23968385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23968385_23968385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23968385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23968385'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23968385'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756644_24756644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756644_24756644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756644_24756644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14222 4.32646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14222"^^xsd:decimal ;
  dwc:decimalLongitude "4.32646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24756644_24756644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756644'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.32646'^^xsd:double;
  dwc:latitude '51.14222'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756644'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381387_24381387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381387_24381387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381387_24381387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381387_24381387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381387'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381387'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381240_24381240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381240_24381240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381240_24381240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19068 4.33602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19068"^^xsd:decimal ;
  dwc:decimalLongitude "4.33602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24381240_24381240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381240'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381240'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35993141_35993141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35993141_35993141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35993141_35993141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35993141_35993141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993141'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993141'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25501397_25501397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25501397_25501397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25501397_25501397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.391333 3.303666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.391333"^^xsd:decimal ;
  dwc:decimalLongitude "3.303666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25501397_25501397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25501397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25501397'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '3.303666667'^^xsd:double;
  dwc:latitude '51.391333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25501397'^^xsd:integer;
  dwc:observationDate '2016-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-114312'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_26913704_26913704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_26913704_26913704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_26913704_26913704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461167 3.107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.461167"^^xsd:decimal ;
  dwc:decimalLongitude "3.107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_26913704_26913704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "26913704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '26913704'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.107'^^xsd:double;
  dwc:latitude '51.461167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '26913704'^^xsd:integer;
  dwc:observationDate '2016-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-110784'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35994735_35994735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35994735_35994735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35994735_35994735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.391333 3.303666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.391333"^^xsd:decimal ;
  dwc:decimalLongitude "3.303666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35994735_35994735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35994735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35994735'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.303666667'^^xsd:double;
  dwc:latitude '51.391333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35994735'^^xsd:integer;
  dwc:observationDate '2016-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-114312'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35994736_35994736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35994736_35994736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35994736_35994736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.391333 3.303666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.391333"^^xsd:decimal ;
  dwc:decimalLongitude "3.303666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_35994736_35994736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35994736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35994736'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '3.303666667'^^xsd:double;
  dwc:latitude '51.391333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35994736'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-114312'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545541_25545541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545541_25545541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545541_25545541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3724995 3.7229828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3724995"^^xsd:decimal ;
  dwc:decimalLongitude "3.7229828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545541_25545541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545541'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.7229828'^^xsd:double;
  dwc:latitude '51.3724995'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545541'^^xsd:integer;
  dwc:observationDate '2016-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122343'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25545542_25545542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25545542_25545542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25545542_25545542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3724995 3.7229828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3724995"^^xsd:decimal ;
  dwc:decimalLongitude "3.7229828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25545542_25545542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25545542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25545542'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.7229828'^^xsd:double;
  dwc:latitude '51.3724995'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25545542'^^xsd:integer;
  dwc:observationDate '2016-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122343'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25576429_25576429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25576429_25576429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25576429_25576429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41651283 4.027360624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.41651283"^^xsd:decimal ;
  dwc:decimalLongitude "4.027360624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_25576429_25576429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25576429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25576429'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.027360624'^^xsd:double;
  dwc:latitude '51.41651283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25576429'^^xsd:integer;
  dwc:observationDate '2016-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127737'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_495_1214029_capture_495_1214029_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_495_1214029_capture_495_1214029_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_495_1214029_capture_495_1214029_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_495_1214029_capture_495_1214029_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "495_1214029_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '495_1214029_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '495_1214029_capture'^^xsd:string;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_495_1214029_release_495_1214029_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_495_1214029_release_495_1214029_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_495_1214029_release_495_1214029_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_495_1214029_release_495_1214029_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "495_1214029_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '495_1214029_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '495_1214029_release'^^xsd:string;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727642_23727642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727642_23727642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727642_23727642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23727642_23727642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727642'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727642'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169384_24169384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169384_24169384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169384_24169384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24169384_24169384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169384'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169384'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727742_23727742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727742_23727742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727742_23727742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23727742_23727742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727742'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727742'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727879_23727879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727879_23727879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727879_23727879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23727879_23727879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727879'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727879'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728021_23728021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728021_23728021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728021_23728021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728021_23728021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728021'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728021'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728165_23728165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728165_23728165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728165_23728165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728165_23728165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728165'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728165'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169956_24169956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169956_24169956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169956_24169956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24169956_24169956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169956'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169956'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728431_23728431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728431_23728431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728431_23728431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728431_23728431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728431'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728545_23728545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728545_23728545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728545_23728545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728545_23728545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728545'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728545'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728610_23728610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728610_23728610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728610_23728610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728610_23728610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728610'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728610'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728641_23728641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728641_23728641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728641_23728641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728641_23728641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728641'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728641'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170218_24170218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170218_24170218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170218_24170218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24170218_24170218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170218'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170218'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728713_23728713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728713_23728713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728713_23728713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23728713_23728713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728713'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728713'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170352_24170352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170352_24170352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170352_24170352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24170352_24170352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170352'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170352'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170476_24170476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170476_24170476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170476_24170476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24170476_24170476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170476'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170476'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170593_24170593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170593_24170593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170593_24170593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24170593_24170593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170593'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170593'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170702_24170702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170702_24170702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170702_24170702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24170702_24170702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170702'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170794_24170794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170794_24170794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170794_24170794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24170794_24170794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170794'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170794'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729362_23729362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729362_23729362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729362_23729362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729362_23729362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729362'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729362'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729417_23729417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729417_23729417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729417_23729417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729417_23729417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729417'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729417'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729436_23729436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729436_23729436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729436_23729436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729436_23729436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729436'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729436'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729439_23729439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729439_23729439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729439_23729439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729439_23729439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729439'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729439'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729512_23729512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729512_23729512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729512_23729512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729512_23729512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729512'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729568_23729568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729568_23729568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729568_23729568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729568_23729568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729568'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729568'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729637_23729637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729637_23729637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729637_23729637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729637_23729637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729637'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729637'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729746_23729746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729746_23729746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729746_23729746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729746_23729746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729746'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729746'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729854_23729854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729854_23729854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729854_23729854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729854_23729854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729854'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729854'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729953_23729953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729953_23729953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729953_23729953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23729953_23729953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729953'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729953'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730034_23730034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730034_23730034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730034_23730034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23730034_23730034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730034'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730034'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730042_23730042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730042_23730042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730042_23730042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23730042_23730042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730042'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730042'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171401_24171401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171401_24171401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171401_24171401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24171401_24171401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171401'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171401'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171468_24171468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171468_24171468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171468_24171468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24171468_24171468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171468'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171468'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171576_24171576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171576_24171576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171576_24171576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24171576_24171576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171576'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171576'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730426_23730426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730426_23730426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730426_23730426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23730426_23730426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730426'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730426'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171828_24171828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171828_24171828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171828_24171828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24171828_24171828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171828'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730673_23730673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730673_23730673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730673_23730673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23730673_23730673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730673'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730673'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730775_23730775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730775_23730775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730775_23730775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23730775_23730775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730775'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730775'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172022_24172022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172022_24172022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172022_24172022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172022_24172022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172022'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172022'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172146_24172146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172146_24172146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172146_24172146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172146_24172146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172146'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172146'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731003_23731003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731003_23731003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731003_23731003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23731003_23731003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731003'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731003'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172245_24172245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172245_24172245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172245_24172245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172245_24172245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172245'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172245'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172365_24172365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172365_24172365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172365_24172365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172365_24172365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172365'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172365'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731299_23731299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731299_23731299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731299_23731299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23731299_23731299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731299'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731299'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172569_24172569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172569_24172569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172569_24172569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172569_24172569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172569'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172569'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731593_23731593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731593_23731593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731593_23731593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23731593_23731593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731593'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731593'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172724_24172724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172724_24172724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172724_24172724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172724_24172724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172724'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172724'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172891_24172891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172891_24172891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172891_24172891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24172891_24172891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172891'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172891'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732061_23732061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732061_23732061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732061_23732061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732061_23732061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732061'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732061'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732130_23732130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732130_23732130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732130_23732130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732130_23732130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732130'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732130'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732364_23732364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732364_23732364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732364_23732364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732364_23732364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732364'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732364'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732399_23732399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732399_23732399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732399_23732399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732399_23732399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732399'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732399'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732489_23732489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732489_23732489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732489_23732489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732489_23732489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732489'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732489'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732739_23732739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732739_23732739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732739_23732739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732739_23732739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732739'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732739'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732765_23732765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732765_23732765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732765_23732765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732765_23732765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732765'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732765'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173378_24173378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173378_24173378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173378_24173378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173378_24173378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173378'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173378'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732927_23732927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732927_23732927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732927_23732927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732927_23732927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732927'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732927'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732973_23732973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732973_23732973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732973_23732973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23732973_23732973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732973'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732973'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173469_24173469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173469_24173469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173469_24173469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173469_24173469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173469'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173469'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173492_24173492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173492_24173492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173492_24173492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173492_24173492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173492'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173492'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733171_23733171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733171_23733171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733171_23733171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23733171_23733171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733171'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733171'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173593_24173593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173593_24173593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173593_24173593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173593_24173593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173593'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173593'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173609_24173609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173609_24173609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173609_24173609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173609_24173609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173609'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173609'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173678_24173678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173678_24173678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173678_24173678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173678_24173678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173678'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173678'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173793_24173793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173793_24173793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173793_24173793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173793_24173793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173793'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173793'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173806_24173806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173806_24173806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173806_24173806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24173806_24173806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173806'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173806'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733676_23733676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733676_23733676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733676_23733676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23733676_23733676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733676'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733676'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733828_23733828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733828_23733828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733828_23733828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23733828_23733828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733828'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174009_24174009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174009_24174009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174009_24174009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174009_24174009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174009'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174009'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174096_24174096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174096_24174096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174096_24174096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174096_24174096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174096'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174096'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734181_23734181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734181_23734181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734181_23734181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23734181_23734181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734181'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734181'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174185_24174185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174185_24174185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174185_24174185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174185_24174185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174185'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174185'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174289_24174289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174289_24174289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174289_24174289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174289_24174289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174289'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174289'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174344_24174344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174344_24174344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174344_24174344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174344_24174344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174344'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174344'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174354_24174354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174354_24174354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174354_24174354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174354_24174354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174354'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174354'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174440_24174440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174440_24174440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174440_24174440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174440_24174440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174440'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174440'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174546_24174546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174546_24174546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174546_24174546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174546_24174546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174546'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174546'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174600_24174600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174600_24174600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174600_24174600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174600_24174600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174600'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174600'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174683_24174683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174683_24174683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174683_24174683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174683_24174683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174683'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174683'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174710_24174710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174710_24174710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174710_24174710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174710_24174710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174710'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734849_23734849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734849_23734849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734849_23734849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23734849_23734849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734849'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734849'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174875_24174875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174875_24174875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174875_24174875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24174875_24174875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174875'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174875'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735274_23735274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735274_23735274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735274_23735274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23735274_23735274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735274'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735274'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175055_24175055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175055_24175055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175055_24175055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175055_24175055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175055'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175055'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735332_23735332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735332_23735332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735332_23735332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23735332_23735332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735332'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735332'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175141_24175141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175141_24175141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175141_24175141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175141_24175141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175141'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175141'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735537_23735537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735537_23735537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735537_23735537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23735537_23735537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735537'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735537'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175259_24175259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175259_24175259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175259_24175259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175259_24175259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175259'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175259'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735918_23735918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735918_23735918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735918_23735918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23735918_23735918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735918'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735918'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175330_24175330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175330_24175330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175330_24175330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175330_24175330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175330'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175330'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175397_24175397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175397_24175397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175397_24175397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175397_24175397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175397'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175397'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175457_24175457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175457_24175457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175457_24175457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24175457_24175457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175457'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175457'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736479_23736479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736479_23736479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736479_23736479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736479_23736479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736479'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736479'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736496_23736496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736496_23736496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736496_23736496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23736496_23736496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736496'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736496'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737206_23737206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737206_23737206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737206_23737206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737206_23737206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737206'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737206'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737240_23737240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737240_23737240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737240_23737240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737240_23737240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737240'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737240'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737300_23737300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737300_23737300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737300_23737300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737300_23737300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737300'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737300'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24176072_24176072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24176072_24176072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24176072_24176072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24176072_24176072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24176072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24176072'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24176072'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24176126_24176126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24176126_24176126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24176126_24176126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24176126_24176126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24176126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24176126'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24176126'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737761_23737761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737761_23737761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737761_23737761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737761_23737761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737761'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737761'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737949_23737949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737949_23737949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737949_23737949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737949_23737949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737949'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737949'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737961_23737961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737961_23737961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737961_23737961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23737961_23737961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737961'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737961'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738023_23738023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738023_23738023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738023_23738023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738023_23738023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738023'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738023'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738231_23738231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738231_23738231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738231_23738231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738231_23738231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738231'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738231'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738270_23738270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738270_23738270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738270_23738270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738270_23738270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738270'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738270'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738325_23738325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738325_23738325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738325_23738325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738325_23738325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738325'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738325'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738465_23738465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738465_23738465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738465_23738465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738465_23738465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738465'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738465'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738477_23738477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738477_23738477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738477_23738477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738477_23738477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738477'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738477'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738532_23738532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738532_23738532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738532_23738532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738532_23738532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738532'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738532'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738724_23738724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738724_23738724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738724_23738724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738724_23738724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738724'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738724'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23833719_23833719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23833719_23833719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23833719_23833719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23833719_23833719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23833719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23833719'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23833719'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23833777_23833777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23833777_23833777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23833777_23833777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23833777_23833777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23833777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23833777'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23833777'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738959_23738959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738959_23738959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738959_23738959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23738959_23738959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738959'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738959'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23834125_23834125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23834125_23834125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23834125_23834125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23834125_23834125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23834125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23834125'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23834125'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739139_23739139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739139_23739139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739139_23739139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739139_23739139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739139'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739139'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739155_23739155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739155_23739155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739155_23739155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739155_23739155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739155'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739155'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739381_23739381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739381_23739381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739381_23739381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739381_23739381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739381'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739381'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739399_23739399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739399_23739399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739399_23739399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739399_23739399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739399'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739399'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739570_23739570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739570_23739570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739570_23739570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739570_23739570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739570'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739570'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739573_23739573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739573_23739573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739573_23739573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739573_23739573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739573'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739573'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739608_23739608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739608_23739608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739608_23739608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739608_23739608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739608'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739608'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23836003_23836003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23836003_23836003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23836003_23836003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23836003_23836003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23836003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23836003'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23836003'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739801_23739801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739801_23739801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739801_23739801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739801_23739801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739801'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739801'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739818_23739818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739818_23739818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739818_23739818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23739818_23739818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739818'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739818'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23836405_23836405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23836405_23836405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23836405_23836405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23836405_23836405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23836405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23836405'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23836405'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23836411_23836411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23836411_23836411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23836411_23836411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23836411_23836411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23836411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23836411'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23836411'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740175_23740175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740175_23740175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740175_23740175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23740175_23740175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740175'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740175'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837162_23837162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837162_23837162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837162_23837162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23837162_23837162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837162'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837162'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837179_23837179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837179_23837179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837179_23837179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23837179_23837179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837179'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837179'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837600_23837600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837600_23837600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837600_23837600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23837600_23837600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837600'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837600'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740812_23740812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740812_23740812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740812_23740812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23740812_23740812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740812'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740812'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740850_23740850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740850_23740850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740850_23740850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23740850_23740850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740850'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740850'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741029_23741029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741029_23741029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741029_23741029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741029_23741029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741029'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741029'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741063_23741063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741063_23741063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741063_23741063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741063_23741063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741063'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741063'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741107_23741107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741107_23741107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741107_23741107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741107_23741107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741107'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741107'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741317_23741317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741317_23741317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741317_23741317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741317_23741317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741317'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741317'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741332_23741332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741332_23741332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741332_23741332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741332_23741332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741332'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741332'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741496_23741496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741496_23741496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741496_23741496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741496_23741496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741496'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741496'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741524_23741524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741524_23741524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741524_23741524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741524_23741524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741524'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741524'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741716_23741716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741716_23741716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741716_23741716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741716_23741716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741716'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741716'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741731_23741731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741731_23741731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741731_23741731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23741731_23741731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741731'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741731'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23840495_23840495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23840495_23840495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23840495_23840495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23840495_23840495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23840495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23840495'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23840495'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23842329_23842329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23842329_23842329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23842329_23842329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23842329_23842329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23842329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23842329'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23842329'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23842629_23842629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23842629_23842629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23842629_23842629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23842629_23842629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23842629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23842629'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23842629'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743293_23743293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743293_23743293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743293_23743293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23743293_23743293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743293'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743293'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743469_23743469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743469_23743469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743469_23743469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23743469_23743469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743469'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743469'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23843036_23843036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23843036_23843036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23843036_23843036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23843036_23843036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23843036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23843036'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23843036'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743517_23743517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743517_23743517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743517_23743517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23743517_23743517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743517'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743517'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743677_23743677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743677_23743677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743677_23743677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23743677_23743677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743677'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743677'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743697_23743697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743697_23743697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743697_23743697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23743697_23743697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743697'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743697'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744086_23744086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744086_23744086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744086_23744086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744086_23744086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744086'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744086'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744118_23744118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744118_23744118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744118_23744118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744118_23744118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744118'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744118'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744468_23744468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744468_23744468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744468_23744468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744468_23744468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744468'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744468'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744477_23744477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744477_23744477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744477_23744477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744477_23744477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744477'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744477'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744514_23744514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744514_23744514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744514_23744514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744514_23744514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744514'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744514'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744669_23744669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744669_23744669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744669_23744669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744669_23744669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744669'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744669'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744682_23744682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744682_23744682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744682_23744682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744682_23744682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744682'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744682'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744709_23744709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744709_23744709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744709_23744709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744709_23744709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744709'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744709'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744871_23744871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744871_23744871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744871_23744871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744871_23744871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744871'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744871'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744932_23744932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744932_23744932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744932_23744932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23744932_23744932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744932'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744932'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745147_23745147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745147_23745147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745147_23745147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23745147_23745147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745147'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745147'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745308_23745308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745308_23745308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745308_23745308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23745308_23745308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745308'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745308'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745345_23745345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745345_23745345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745345_23745345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23745345_23745345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745345'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745345'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745712_23745712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745712_23745712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745712_23745712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23745712_23745712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745712'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745712'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745865_23745865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745865_23745865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745865_23745865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23745865_23745865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745865'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745865'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745900_23745900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745900_23745900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745900_23745900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23745900_23745900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745900'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745900'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23847866_23847866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23847866_23847866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23847866_23847866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23847866_23847866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23847866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23847866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23847866'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746231_23746231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746231_23746231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746231_23746231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23746231_23746231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746231'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746231'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747966_23747966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747966_23747966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747966_23747966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23747966_23747966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747966'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747966'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747987_23747987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747987_23747987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747987_23747987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23747987_23747987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747987'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747987'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748050_23748050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748050_23748050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748050_23748050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748050_23748050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748050'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748050'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748377_23748377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748377_23748377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748377_23748377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748377_23748377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748377'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748377'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748434_23748434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748434_23748434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748434_23748434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748434_23748434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748434'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748434'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748465_23748465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748465_23748465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748465_23748465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748465_23748465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748465'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748465'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748659_23748659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748659_23748659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748659_23748659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748659_23748659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748659'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748659'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23851381_23851381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23851381_23851381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23851381_23851381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23851381_23851381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23851381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23851381'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23851381'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748907_23748907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748907_23748907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748907_23748907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748907_23748907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748907'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748907'^^xsd:integer;
  dwc:observationDate '2015-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748919_23748919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748919_23748919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748919_23748919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23748919_23748919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748919'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748919'^^xsd:integer;
  dwc:observationDate '2015-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749092_23749092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749092_23749092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749092_23749092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749092_23749092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749092'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749092'^^xsd:integer;
  dwc:observationDate '2015-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749102_23749102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749102_23749102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749102_23749102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749102_23749102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749102'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749102'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749132_23749132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749132_23749132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749132_23749132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749132_23749132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749132'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749132'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749283_23749283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749283_23749283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749283_23749283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749283_23749283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749283'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749283'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749288_23749288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749288_23749288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749288_23749288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749288_23749288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749288'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749288'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23852503_23852503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23852503_23852503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23852503_23852503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23852503_23852503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23852503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23852503'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23852503'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749505_23749505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749505_23749505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749505_23749505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749505_23749505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749505'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749505'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749571_23749571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749571_23749571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749571_23749571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749571_23749571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749571'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749571'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23852917_23852917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23852917_23852917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23852917_23852917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23852917_23852917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23852917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23852917'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23852917'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749823_23749823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749823_23749823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749823_23749823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23749823_23749823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749823'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749823'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23853285_23853285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23853285_23853285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23853285_23853285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23853285_23853285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23853285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23853285'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23853285'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24178140_24178140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24178140_24178140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24178140_24178140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24178140_24178140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24178140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24178140'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24178140'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750080_23750080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750080_23750080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750080_23750080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750080_23750080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750080'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750080'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750108_23750108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750108_23750108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750108_23750108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750108_23750108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750108'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750108'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23853712_23853712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23853712_23853712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23853712_23853712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23853712_23853712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23853712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23853712'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23853712'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750309_23750309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750309_23750309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750309_23750309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750309_23750309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750309'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750309'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750340_23750340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750340_23750340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750340_23750340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750340_23750340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750340'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750340'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750478_23750478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750478_23750478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750478_23750478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750478_23750478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750478'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750478'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750532_23750532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750532_23750532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750532_23750532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750532_23750532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750532'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750532'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23854490_23854490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23854490_23854490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23854490_23854490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23854490_23854490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23854490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23854490'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23854490'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750713_23750713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750713_23750713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750713_23750713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750713_23750713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750713'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750713'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750747_23750747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750747_23750747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750747_23750747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750747_23750747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750747'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750747'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750769_23750769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750769_23750769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750769_23750769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750769_23750769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750769'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750769'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750949_23750949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750949_23750949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750949_23750949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23750949_23750949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750949'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750949'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24178500_24178500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24178500_24178500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24178500_24178500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24178500_24178500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24178500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24178500'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24178500'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751161_23751161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751161_23751161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751161_23751161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751161_23751161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751161'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751161'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855660_23855660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855660_23855660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855660_23855660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23855660_23855660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855660'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855660'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751352_23751352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751352_23751352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751352_23751352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751352_23751352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751352'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751352'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751373_23751373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751373_23751373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751373_23751373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751373_23751373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751373'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751373'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751396_23751396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751396_23751396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751396_23751396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751396_23751396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751396'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751396'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751560_23751560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751560_23751560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751560_23751560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751560_23751560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751560'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751560'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751566_23751566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751566_23751566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751566_23751566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751566_23751566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751566'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751566'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751607_23751607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751607_23751607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751607_23751607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751607_23751607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751607'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751607'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23856580_23856580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23856580_23856580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23856580_23856580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23856580_23856580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23856580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23856580'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23856580'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751810_23751810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751810_23751810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751810_23751810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751810_23751810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751810'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751810'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751856_23751856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751856_23751856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751856_23751856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23751856_23751856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751856'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751856'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23856942_23856942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23856942_23856942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23856942_23856942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23856942_23856942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23856942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23856942'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23856942'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752082_23752082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752082_23752082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752082_23752082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752082_23752082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752082'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752082'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752109_23752109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752109_23752109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752109_23752109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752109_23752109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752109'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752109'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752159_23752159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752159_23752159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752159_23752159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752159_23752159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752159'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752159'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752311_23752311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752311_23752311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752311_23752311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752311_23752311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752311'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752311'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752357_23752357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752357_23752357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752357_23752357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752357_23752357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752357'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752357'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752410_23752410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752410_23752410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752410_23752410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752410_23752410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752410'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752410'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752542_23752542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752542_23752542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752542_23752542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752542_23752542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752542'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752542'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752569_23752569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752569_23752569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752569_23752569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752569_23752569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752569'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752569'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24178862_24178862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24178862_24178862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24178862_24178862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24178862_24178862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24178862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24178862'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24178862'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752752_23752752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752752_23752752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752752_23752752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752752_23752752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752752'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752752'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752759_23752759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752759_23752759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752759_23752759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752759_23752759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752759'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752759'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752798_23752798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752798_23752798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752798_23752798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752798_23752798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752798'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752798'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752971_23752971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752971_23752971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752971_23752971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23752971_23752971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752971'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752971'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753006_23753006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753006_23753006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753006_23753006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753006_23753006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753006'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753051_23753051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753051_23753051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753051_23753051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753051_23753051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753051'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753051'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753198_23753198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753198_23753198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753198_23753198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753198_23753198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753198'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753198'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753210_23753210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753210_23753210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753210_23753210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753210_23753210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753210'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753210'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753261_23753261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753261_23753261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753261_23753261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753261_23753261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753261'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753261'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753413_23753413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753413_23753413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753413_23753413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753413_23753413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753413'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753413'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24179003_24179003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24179003_24179003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24179003_24179003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24179003_24179003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24179003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24179003'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24179003'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753482_23753482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753482_23753482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753482_23753482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753482_23753482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753482'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753482'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753709_23753709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753709_23753709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753709_23753709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753709_23753709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753709'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753709'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753748_23753748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753748_23753748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753748_23753748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753748_23753748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753748'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753748'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753810_23753810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753810_23753810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753810_23753810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753810_23753810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753810'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753810'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753947_23753947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753947_23753947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753947_23753947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753947_23753947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753947'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753947'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753964_23753964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753964_23753964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753964_23753964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23753964_23753964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753964'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753964'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754027_23754027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754027_23754027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754027_23754027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754027_23754027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754027'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754027'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754233_23754233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754233_23754233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754233_23754233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754233_23754233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754233'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754233'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754255_23754255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754255_23754255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754255_23754255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754255_23754255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754255'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754255'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754287_23754287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754287_23754287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754287_23754287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754287_23754287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754287'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754287'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754433_23754433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754433_23754433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754433_23754433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754433_23754433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754433'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754433'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754448_23754448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754448_23754448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754448_23754448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754448_23754448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754448'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754448'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754501_23754501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754501_23754501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754501_23754501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754501_23754501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754501'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754501'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754711_23754711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754711_23754711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754711_23754711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754711_23754711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754711'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754711'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754722_23754722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754722_23754722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754722_23754722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754722_23754722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754722'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754722'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754767_23754767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754767_23754767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754767_23754767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754767_23754767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754767'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754767'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754898_23754898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754898_23754898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754898_23754898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754898_23754898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754898'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754898'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23861715_23861715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23861715_23861715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23861715_23861715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23861715_23861715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23861715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23861715'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23861715'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754986_23754986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754986_23754986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754986_23754986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23754986_23754986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754986'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24179190_24179190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24179190_24179190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24179190_24179190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_24179190_24179190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24179190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24179190'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24179190'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755172_23755172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755172_23755172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755172_23755172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755172_23755172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755172'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755172'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755213_23755213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755213_23755213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755213_23755213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755213_23755213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755213'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755213'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755381_23755381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755381_23755381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755381_23755381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755381_23755381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755381'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755381'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755412_23755412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755412_23755412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755412_23755412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755412_23755412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755412'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755461_23755461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755461_23755461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755461_23755461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755461_23755461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755461'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755461'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755621_23755621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755621_23755621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755621_23755621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755621_23755621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755621'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755621'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755664_23755664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755664_23755664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755664_23755664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755664_23755664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755664'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755664'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755843_23755843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755843_23755843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755843_23755843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755843_23755843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755843'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755843'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755855_23755855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755855_23755855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755855_23755855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755855_23755855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755855'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755902_23755902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755902_23755902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755902_23755902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755902_23755902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755902'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755902'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755966_23755966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755966_23755966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755966_23755966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23755966_23755966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755966'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755966'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756126_23756126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756126_23756126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756126_23756126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23756126_23756126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756126'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756126'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756137_23756137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756137_23756137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756137_23756137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23756137_23756137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756137'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756137'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23863664_23863664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23863664_23863664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23863664_23863664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23863664_23863664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863664'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23863664'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756319_23756319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756319_23756319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756319_23756319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23756319_23756319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756319'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756319'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756342_23756342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756342_23756342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756342_23756342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23756342_23756342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756342'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756342'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756360_23756360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756360_23756360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756360_23756360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23756360_23756360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756360'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756360'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756430_23756430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756430_23756430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756430_23756430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_23756430_23756430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756430'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756430'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832040_36832040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832040_36832040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832040_36832040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832040_36832040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832040'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832040'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832042_36832042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832042_36832042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832042_36832042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832042_36832042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832042'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832042'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687131_36687131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687131_36687131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687131_36687131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687131_36687131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687131'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687131'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687201_36687201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687201_36687201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687201_36687201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687201_36687201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687201'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687201'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687273_36687273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687273_36687273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687273_36687273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687273_36687273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687273'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687273'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832235_36832235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832235_36832235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832235_36832235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832235_36832235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832235'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832235'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687444_36687444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687444_36687444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687444_36687444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687444_36687444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687444'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687444'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687515_36687515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687515_36687515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687515_36687515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687515_36687515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687515'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687515'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687554_36687554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687554_36687554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687554_36687554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687554_36687554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687554'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687554'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832327_36832327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832327_36832327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832327_36832327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832327_36832327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832327'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832327'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687699_36687699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687699_36687699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687699_36687699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687699_36687699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687699'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687699'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687762_36687762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687762_36687762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687762_36687762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687762_36687762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687762'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687762'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832474_36832474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832474_36832474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832474_36832474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832474_36832474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832474'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687897_36687897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687897_36687897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687897_36687897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36687897_36687897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687897'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687897'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832537_36832537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832537_36832537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832537_36832537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832537_36832537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832537'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832537'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832588_36832588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832588_36832588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832588_36832588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832588_36832588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832588'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832588'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688084_36688084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688084_36688084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688084_36688084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688084_36688084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688084'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688084'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832658_36832658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832658_36832658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832658_36832658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832658_36832658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832658'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832658'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 126 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36737695_36737695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36737695_36737695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36737695_36737695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36737695_36737695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36737695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36737695'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36737695'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688314_36688314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688314_36688314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688314_36688314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688314_36688314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688314'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688314'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832781_36832781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832781_36832781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832781_36832781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36832781_36832781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832781'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832781'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688446_36688446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688446_36688446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688446_36688446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688446_36688446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688446'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688446'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688476_36688476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688476_36688476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688476_36688476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688476_36688476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688476'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688476'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688542_36688542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688542_36688542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688542_36688542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688542_36688542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688542'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688542'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688619_36688619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688619_36688619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688619_36688619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688619_36688619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688619'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688619'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688658_36688658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688658_36688658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688658_36688658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688658_36688658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688658'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688658'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688696_36688696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688696_36688696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688696_36688696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688696_36688696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688696'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688696'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688776_36688776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688776_36688776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688776_36688776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688776_36688776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688776'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688776'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688836_36688836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688836_36688836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688836_36688836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688836_36688836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688836'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688836'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688892_36688892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688892_36688892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688892_36688892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688892_36688892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688892'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688892'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688969_36688969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688969_36688969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688969_36688969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36688969_36688969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688969'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688969'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36737973_36737973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36737973_36737973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36737973_36737973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36737973_36737973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36737973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36737973'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36737973'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689014_36689014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689014_36689014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689014_36689014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689014_36689014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689014'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689014'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738007_36738007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738007_36738007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738007_36738007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738007_36738007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738007'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738007'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689153_36689153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689153_36689153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689153_36689153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689153_36689153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689153'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689153'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36833139_36833139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36833139_36833139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36833139_36833139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36833139_36833139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36833139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36833139'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36833139'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 129 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689248_36689248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689248_36689248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689248_36689248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689248_36689248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689248'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689248'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689293_36689293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689293_36689293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689293_36689293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689293_36689293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689293'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689293'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689298_36689298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689298_36689298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689298_36689298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689298_36689298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689298'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689298'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738110_36738110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738110_36738110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738110_36738110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738110_36738110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738110'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738110'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689412_36689412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689412_36689412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689412_36689412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689412_36689412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689412'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689450_36689450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689450_36689450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689450_36689450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689450_36689450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689450'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689450'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 119 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36833303_36833303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36833303_36833303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36833303_36833303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36833303_36833303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36833303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36833303'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36833303'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738203_36738203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738203_36738203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738203_36738203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738203_36738203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738203'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738203'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689610_36689610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689610_36689610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689610_36689610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689610_36689610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689610'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689610'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 120 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689663_36689663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689663_36689663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689663_36689663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689663_36689663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689663'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689663'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689691_36689691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689691_36689691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689691_36689691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689691_36689691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689691'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689691'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36833437_36833437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36833437_36833437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36833437_36833437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36833437_36833437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36833437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36833437'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36833437'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689812_36689812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689812_36689812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689812_36689812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689812_36689812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689812'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689812'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689820_36689820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689820_36689820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689820_36689820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689820_36689820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689820'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689820'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689862_36689862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689862_36689862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689862_36689862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689862_36689862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689862'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689862'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689896_36689896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689896_36689896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689896_36689896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689896_36689896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689896'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689896'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689923_36689923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689923_36689923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689923_36689923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36689923_36689923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689923'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689923'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690004_36690004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690004_36690004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690004_36690004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690004_36690004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690004'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690004'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690198_36690198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690198_36690198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690198_36690198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690198_36690198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690198'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690198'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690205_36690205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690205_36690205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690205_36690205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690205_36690205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690205'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690205'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690250_36690250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690250_36690250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690250_36690250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690250_36690250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690250'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690250'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36833645_36833645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36833645_36833645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36833645_36833645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36833645_36833645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36833645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36833645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36833645'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690384_36690384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690384_36690384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690384_36690384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690384_36690384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690384'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690384'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690517_36690517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690517_36690517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690517_36690517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690517_36690517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690517'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690517'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690529_36690529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690529_36690529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690529_36690529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690529_36690529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690529'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690529'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690640_36690640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690640_36690640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690640_36690640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690640_36690640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690640'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690640'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690702_36690702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690702_36690702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690702_36690702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690702_36690702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690702'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690776_36690776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690776_36690776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690776_36690776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690776_36690776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690776'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690776'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690934_36690934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690934_36690934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690934_36690934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690934_36690934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690934'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690934'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690972_36690972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690972_36690972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690972_36690972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36690972_36690972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690972'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690972'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691045_36691045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691045_36691045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691045_36691045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691045_36691045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691045'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691045'^^xsd:integer;
  dwc:observationDate '2015-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36833925_36833925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36833925_36833925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36833925_36833925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36833925_36833925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36833925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36833925'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36833925'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691260_36691260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691260_36691260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691260_36691260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691260_36691260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691260'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691260'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691305_36691305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691305_36691305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691305_36691305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691305_36691305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691305'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691305'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691413_36691413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691413_36691413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691413_36691413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691413_36691413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691413'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691413'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691448_36691448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691448_36691448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691448_36691448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691448_36691448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691448'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691448'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691519_36691519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691519_36691519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691519_36691519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691519_36691519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691519'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691519'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691669_36691669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691669_36691669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691669_36691669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691669_36691669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691669'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691669'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691695_36691695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691695_36691695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691695_36691695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691695_36691695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691695'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691695'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691763_36691763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691763_36691763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691763_36691763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691763_36691763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691763'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691763'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738874_36738874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738874_36738874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738874_36738874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738874_36738874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738874'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738874'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691871_36691871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691871_36691871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691871_36691871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691871_36691871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691871'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691871'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691899_36691899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691899_36691899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691899_36691899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691899_36691899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691899'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691899'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691936_36691936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691936_36691936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691936_36691936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36691936_36691936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691936'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691936'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738877_36738877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738877_36738877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738877_36738877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738877_36738877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738877'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738877'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738878_36738878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738878_36738878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738878_36738878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738878_36738878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738878'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738878'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738881_36738881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738881_36738881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738881_36738881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738881_36738881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738881'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738881'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738904_36738904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738904_36738904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738904_36738904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738904_36738904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738904'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738904'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738917_36738917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738917_36738917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738917_36738917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738917_36738917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738917'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738917'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36834327_36834327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36834327_36834327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36834327_36834327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36834327_36834327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36834327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36834327'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36834327'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692237_36692237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692237_36692237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692237_36692237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692237_36692237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692237'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692237'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692242_36692242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692242_36692242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692242_36692242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692242_36692242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692242'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692242'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692271_36692271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692271_36692271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692271_36692271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692271_36692271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692271'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692271'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692300_36692300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692300_36692300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692300_36692300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692300_36692300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692300'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692300'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692368_36692368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692368_36692368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692368_36692368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692368_36692368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692368'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692368'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36738976_36738976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36738976_36738976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36738976_36738976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36738976_36738976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36738976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36738976'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36738976'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692410_36692410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692410_36692410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692410_36692410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692410_36692410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692410'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692410'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692459_36692459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692459_36692459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692459_36692459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692459_36692459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692459'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692459'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692512_36692512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692512_36692512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692512_36692512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692512_36692512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692512'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692578_36692578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692578_36692578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692578_36692578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692578_36692578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692578'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692578'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692615_36692615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692615_36692615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692615_36692615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692615_36692615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692615'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692615'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692632_36692632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692632_36692632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692632_36692632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692632_36692632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692632'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692632'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692685_36692685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692685_36692685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692685_36692685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692685_36692685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692685'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692685'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692761_36692761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692761_36692761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692761_36692761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5872_36692761_36692761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692761'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692761'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692833_36692833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692833_36692833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692833_36692833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36692833_36692833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36692833_36692833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692833'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692833'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692916_36692916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692916_36692916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692916_36692916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36692916_36692916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36692916_36692916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692916'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692916'^^xsd:integer;
  dwc:observationDate '2015-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36692986_36692986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36692986_36692986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36692986_36692986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36692986_36692986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36692986_36692986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36692986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36692986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36692986'^^xsd:integer;
  dwc:observationDate '2015-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693651_36693651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693651_36693651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693651_36693651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693651_36693651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693651_36693651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693651'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693651'^^xsd:integer;
  dwc:observationDate '2015-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36696134_36696134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36696134_36696134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36696134_36696134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36696134_36696134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36696134_36696134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36696134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36696134'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36696134'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36696154_36696154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36696154_36696154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36696154_36696154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36696154_36696154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36696154_36696154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36696154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36696154'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36696154'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36696184_36696184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36696184_36696184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36696184_36696184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36696184_36696184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36696184_36696184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36696184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36696184'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36696184'^^xsd:integer;
  dwc:observationDate '2015-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836699_36836699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836699_36836699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836699_36836699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836699_36836699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836699_36836699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836699'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836699'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836700_36836700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836700_36836700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836700_36836700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836700_36836700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836700_36836700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836700'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836700'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836713_36836713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836713_36836713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836713_36836713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836713_36836713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836713_36836713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836713'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836713'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836757_36836757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836757_36836757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836757_36836757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836757_36836757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836757_36836757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836757'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836757'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836788_36836788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836788_36836788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836788_36836788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836788_36836788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836788_36836788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836788'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836788'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836806_36836806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836806_36836806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836806_36836806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836806_36836806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836806_36836806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836806'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836806'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36698596_36698596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36698596_36698596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36698596_36698596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36698596_36698596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36698596_36698596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36698596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36698596'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36698596'^^xsd:integer;
  dwc:observationDate '2015-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36698711_36698711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36698711_36698711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36698711_36698711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36698711_36698711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36698711_36698711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36698711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36698711'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36698711'^^xsd:integer;
  dwc:observationDate '2015-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36698785_36698785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36698785_36698785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36698785_36698785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36698785_36698785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36698785_36698785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36698785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36698785'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36698785'^^xsd:integer;
  dwc:observationDate '2015-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36698811_36698811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36698811_36698811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36698811_36698811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36698811_36698811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36698811_36698811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36698811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36698811'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36698811'^^xsd:integer;
  dwc:observationDate '2015-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36836990_36836990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36836990_36836990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36836990_36836990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36836990_36836990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36836990_36836990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36836990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36836990'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36836990'^^xsd:integer;
  dwc:observationDate '2015-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837019_36837019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837019_36837019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837019_36837019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837019_36837019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837019_36837019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837019'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837019'^^xsd:integer;
  dwc:observationDate '2015-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837042_36837042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837042_36837042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837042_36837042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837042_36837042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837042_36837042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837042'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837042'^^xsd:integer;
  dwc:observationDate '2015-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837064_36837064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837064_36837064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837064_36837064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837064_36837064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837064_36837064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837064'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837064'^^xsd:integer;
  dwc:observationDate '2015-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837073_36837073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837073_36837073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837073_36837073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837073_36837073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837073_36837073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837073'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837073'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36754478_36754478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36754478_36754478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36754478_36754478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36754478_36754478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36754478_36754478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36754478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36754478'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36754478'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36754553_36754553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36754553_36754553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36754553_36754553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36754553_36754553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36754553_36754553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36754553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36754553'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36754553'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699243_36699243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699243_36699243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699243_36699243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699243_36699243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699243_36699243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699243'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699243'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837184_36837184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837184_36837184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837184_36837184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837184_36837184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837184_36837184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837184'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837184'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699322_36699322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699322_36699322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699322_36699322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699322_36699322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699322_36699322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699322'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699322'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699413_36699413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699413_36699413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699413_36699413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699413_36699413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699413_36699413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699413'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699413'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837309_36837309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837309_36837309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837309_36837309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837309_36837309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837309_36837309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837309'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837309'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699493_36699493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699493_36699493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699493_36699493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699493_36699493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699493_36699493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699493'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699493'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699579_36699579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699579_36699579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699579_36699579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699579_36699579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699579_36699579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699579'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699579'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837393_36837393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837393_36837393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837393_36837393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837393_36837393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837393_36837393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837393'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837393'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699703_36699703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699703_36699703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699703_36699703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699703_36699703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699703_36699703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699703'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699703'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699720_36699720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699720_36699720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699720_36699720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699720_36699720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699720_36699720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699720'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699720'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699826_36699826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699826_36699826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699826_36699826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699826_36699826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699826_36699826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699826'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699826'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699837_36699837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699837_36699837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699837_36699837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699837_36699837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699837_36699837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699837'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699837'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837511_36837511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837511_36837511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837511_36837511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837511_36837511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837511_36837511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837511'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837511'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699921_36699921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699921_36699921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699921_36699921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699921_36699921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699921_36699921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699921'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699921'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36699953_36699953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36699953_36699953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36699953_36699953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36699953_36699953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36699953_36699953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36699953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36699953'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36699953'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837585_36837585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837585_36837585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837585_36837585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837585_36837585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837585_36837585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837585'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700073_36700073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700073_36700073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700073_36700073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700073_36700073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700073_36700073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700073'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700073'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837602_36837602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837602_36837602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837602_36837602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837602_36837602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837602_36837602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837602'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837602'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700137_36700137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700137_36700137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700137_36700137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700137_36700137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700137_36700137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700137'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700137'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700180_36700180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700180_36700180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700180_36700180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700180_36700180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700180_36700180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700180'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700180'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700227_36700227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700227_36700227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700227_36700227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700227_36700227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700227_36700227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700227'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700227'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700255_36700255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700255_36700255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700255_36700255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700255_36700255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700255_36700255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700255'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700255'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700305_36700305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700305_36700305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700305_36700305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700305_36700305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700305_36700305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700305'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700305'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700370_36700370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700370_36700370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700370_36700370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700370_36700370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700370_36700370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700370'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700370'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36758582_36758582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36758582_36758582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36758582_36758582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36758582_36758582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36758582_36758582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36758582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36758582'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36758582'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700477_36700477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700477_36700477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700477_36700477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700477_36700477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700477_36700477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700477'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700477'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700537_36700537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700537_36700537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700537_36700537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700537_36700537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700537_36700537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700537'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700537'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700539_36700539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700539_36700539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700539_36700539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700539_36700539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700539_36700539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700539'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700539'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36759024_36759024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36759024_36759024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36759024_36759024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36759024_36759024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36759024_36759024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36759024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36759024'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36759024'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700668_36700668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700668_36700668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700668_36700668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700668_36700668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700668_36700668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700668'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700668'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700710_36700710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700710_36700710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700710_36700710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700710_36700710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700710_36700710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700710'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700749_36700749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700749_36700749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700749_36700749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700749_36700749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700749_36700749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700749'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700749'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700798_36700798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700798_36700798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700798_36700798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700798_36700798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700798_36700798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700798'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700798'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36837962_36837962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36837962_36837962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36837962_36837962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36837962_36837962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36837962_36837962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36837962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36837962'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36837962'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700889_36700889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700889_36700889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700889_36700889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700889_36700889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700889_36700889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700889'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700889'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700913_36700913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700913_36700913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700913_36700913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700913_36700913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700913_36700913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700913'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700913'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700916_36700916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700916_36700916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700916_36700916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700916_36700916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700916_36700916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700916'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700916'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700955_36700955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700955_36700955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700955_36700955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700955_36700955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700955_36700955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700955'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700955'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36700992_36700992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36700992_36700992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36700992_36700992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36700992_36700992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36700992_36700992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36700992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36700992'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36700992'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701035_36701035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701035_36701035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701035_36701035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701035_36701035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701035_36701035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701035'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701035'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701051_36701051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701051_36701051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701051_36701051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701051_36701051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701051_36701051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701051'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701051'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701086_36701086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701086_36701086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701086_36701086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701086_36701086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701086_36701086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701086'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701086'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701157_36701157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701157_36701157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701157_36701157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701157_36701157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701157_36701157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701157'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701157'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701215_36701215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701215_36701215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701215_36701215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701215_36701215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701215_36701215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701215'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701215'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838116_36838116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838116_36838116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838116_36838116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838116_36838116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838116_36838116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838116'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838116'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36760894_36760894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36760894_36760894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36760894_36760894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36760894_36760894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36760894_36760894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36760894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36760894'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36760894'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701361_36701361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701361_36701361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701361_36701361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701361_36701361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701361_36701361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701361'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701361'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701378_36701378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701378_36701378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701378_36701378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701378_36701378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701378_36701378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701378'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701378'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701430_36701430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701430_36701430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701430_36701430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701430_36701430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701430_36701430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701430'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701430'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701499_36701499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701499_36701499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701499_36701499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701499_36701499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701499_36701499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701499'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701499'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701536_36701536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701536_36701536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701536_36701536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701536_36701536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701536_36701536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701536'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701536'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701585_36701585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701585_36701585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701585_36701585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701585_36701585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701585_36701585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701585'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701638_36701638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701638_36701638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701638_36701638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701638_36701638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701638_36701638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701638'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701638'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701647_36701647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701647_36701647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701647_36701647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701647_36701647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701647_36701647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701647'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701647'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701708_36701708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701708_36701708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701708_36701708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701708_36701708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701708_36701708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701708'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701708'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701770_36701770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701770_36701770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701770_36701770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701770_36701770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701770_36701770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701770'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701770'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838275_36838275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838275_36838275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838275_36838275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838275_36838275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838275_36838275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838275'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838275'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701813_36701813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701813_36701813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701813_36701813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701813_36701813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701813_36701813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701813'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701813'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701908_36701908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701908_36701908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701908_36701908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701908_36701908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701908_36701908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701908'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701908'^^xsd:integer;
  dwc:observationDate '2015-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838357_36838357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838357_36838357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838357_36838357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838357_36838357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838357_36838357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838357'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838357'^^xsd:integer;
  dwc:observationDate '2015-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36701975_36701975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36701975_36701975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36701975_36701975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36701975_36701975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36701975_36701975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36701975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36701975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36701975'^^xsd:integer;
  dwc:observationDate '2015-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702026_36702026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702026_36702026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702026_36702026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702026_36702026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702026_36702026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702026'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702026'^^xsd:integer;
  dwc:observationDate '2015-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702032_36702032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702032_36702032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702032_36702032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702032_36702032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702032_36702032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702032'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702032'^^xsd:integer;
  dwc:observationDate '2015-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702092_36702092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702092_36702092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702092_36702092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702092_36702092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702092_36702092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702092'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702092'^^xsd:integer;
  dwc:observationDate '2015-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838467_36838467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838467_36838467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838467_36838467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838467_36838467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838467_36838467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838467'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838467'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702222_36702222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702222_36702222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702222_36702222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702222_36702222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702222_36702222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702222'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702222'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702288_36702288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702288_36702288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702288_36702288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702288_36702288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702288_36702288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702288'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702288'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838558_36838558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838558_36838558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838558_36838558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838558_36838558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838558_36838558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838558'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838558'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702371_36702371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702371_36702371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702371_36702371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702371_36702371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702371_36702371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702371'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702371'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838637_36838637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838637_36838637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838637_36838637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838637_36838637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838637_36838637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838637'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838637'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702477_36702477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702477_36702477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702477_36702477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702477_36702477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702477_36702477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702477'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702477'^^xsd:integer;
  dwc:observationDate '2015-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702515_36702515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702515_36702515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702515_36702515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702515_36702515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702515_36702515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702515'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702515'^^xsd:integer;
  dwc:observationDate '2015-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702529_36702529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702529_36702529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702529_36702529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702529_36702529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702529_36702529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702529'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702529'^^xsd:integer;
  dwc:observationDate '2015-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702582_36702582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702582_36702582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702582_36702582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702582_36702582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702582_36702582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702582'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702582'^^xsd:integer;
  dwc:observationDate '2015-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702630_36702630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702630_36702630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702630_36702630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702630_36702630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702630_36702630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702630'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702630'^^xsd:integer;
  dwc:observationDate '2015-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702678_36702678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702678_36702678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702678_36702678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702678_36702678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702678_36702678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702678'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702678'^^xsd:integer;
  dwc:observationDate '2015-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702704_36702704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702704_36702704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702704_36702704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702704_36702704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702704_36702704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702704'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702704'^^xsd:integer;
  dwc:observationDate '2015-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702800_36702800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702800_36702800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702800_36702800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702800_36702800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702800_36702800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702800'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702800'^^xsd:integer;
  dwc:observationDate '2015-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838750_36838750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838750_36838750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838750_36838750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838750_36838750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838750_36838750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838750'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838750'^^xsd:integer;
  dwc:observationDate '2015-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702880_36702880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702880_36702880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702880_36702880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702880_36702880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702880_36702880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702880'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702880'^^xsd:integer;
  dwc:observationDate '2015-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36702986_36702986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36702986_36702986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36702986_36702986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36702986_36702986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36702986_36702986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36702986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36702986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36702986'^^xsd:integer;
  dwc:observationDate '2015-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703031_36703031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703031_36703031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703031_36703031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703031_36703031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703031_36703031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703031'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703031'^^xsd:integer;
  dwc:observationDate '2015-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36838910_36838910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36838910_36838910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36838910_36838910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36838910_36838910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36838910_36838910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36838910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36838910'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36838910'^^xsd:integer;
  dwc:observationDate '2015-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703207_36703207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703207_36703207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703207_36703207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703207_36703207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703207_36703207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703207'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703207'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703211_36703211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703211_36703211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703211_36703211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703211_36703211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703211_36703211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703211'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703211'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36839006_36839006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36839006_36839006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36839006_36839006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36839006_36839006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36839006_36839006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36839006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36839006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36839006'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703368_36703368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703368_36703368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703368_36703368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703368_36703368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703368_36703368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703368'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703368'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703431_36703431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703431_36703431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703431_36703431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703431_36703431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703431_36703431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703431'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703466_36703466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703466_36703466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703466_36703466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703466_36703466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703466_36703466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703466'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703466'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703531_36703531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703531_36703531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703531_36703531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703531_36703531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703531_36703531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703531'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703531'^^xsd:integer;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703636_36703636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703636_36703636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703636_36703636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703636_36703636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703636_36703636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703636'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703636'^^xsd:integer;
  dwc:observationDate '2016-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703645_36703645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703645_36703645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703645_36703645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703645_36703645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703645_36703645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703645'^^xsd:integer;
  dwc:observationDate '2016-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703710_36703710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703710_36703710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703710_36703710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703710_36703710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703710_36703710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703710'^^xsd:integer;
  dwc:observationDate '2016-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703766_36703766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703766_36703766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703766_36703766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703766_36703766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703766_36703766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703766'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703766'^^xsd:integer;
  dwc:observationDate '2016-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703826_36703826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703826_36703826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703826_36703826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703826_36703826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703826_36703826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703826'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703826'^^xsd:integer;
  dwc:observationDate '2016-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703832_36703832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703832_36703832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703832_36703832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703832_36703832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703832_36703832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703832'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703832'^^xsd:integer;
  dwc:observationDate '2016-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703956_36703956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703956_36703956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703956_36703956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703956_36703956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703956_36703956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703956'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703956'^^xsd:integer;
  dwc:observationDate '2016-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36703987_36703987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36703987_36703987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36703987_36703987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36703987_36703987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36703987_36703987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36703987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36703987'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36703987'^^xsd:integer;
  dwc:observationDate '2016-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36768789_36768789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36768789_36768789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36768789_36768789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36768789_36768789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36768789_36768789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36768789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36768789'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36768789'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36769252_36769252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36769252_36769252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36769252_36769252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36769252_36769252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36769252_36769252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36769252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36769252'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36769252'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36769271_36769271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36769271_36769271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36769271_36769271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36769271_36769271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36769271_36769271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36769271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36769271'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36769271'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704386_36704386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704386_36704386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704386_36704386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704386_36704386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704386_36704386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704386'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704386'^^xsd:integer;
  dwc:observationDate '2016-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704411_36704411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704411_36704411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704411_36704411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704411_36704411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704411_36704411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704411'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704411'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36839556_36839556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36839556_36839556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36839556_36839556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36839556_36839556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36839556_36839556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36839556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36839556'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36839556'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704510_36704510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704510_36704510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704510_36704510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704510_36704510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704510_36704510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704510'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704510'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36839617_36839617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36839617_36839617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36839617_36839617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36839617_36839617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36839617_36839617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36839617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36839617'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36839617'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704639_36704639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704639_36704639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704639_36704639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704639_36704639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704639_36704639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704639'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704639'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704683_36704683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704683_36704683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704683_36704683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704683_36704683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704683_36704683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704683'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704683'^^xsd:integer;
  dwc:observationDate '2016-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704741_36704741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704741_36704741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704741_36704741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704741_36704741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704741_36704741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704741'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704741'^^xsd:integer;
  dwc:observationDate '2016-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704817_36704817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704817_36704817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704817_36704817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704817_36704817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704817_36704817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704817'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704817'^^xsd:integer;
  dwc:observationDate '2016-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704895_36704895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704895_36704895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704895_36704895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704895_36704895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704895_36704895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704895'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704895'^^xsd:integer;
  dwc:observationDate '2016-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704905_36704905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704905_36704905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704905_36704905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704905_36704905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704905_36704905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704905'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704905'^^xsd:integer;
  dwc:observationDate '2016-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704965_36704965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704965_36704965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704965_36704965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704965_36704965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704965_36704965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704965'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704965'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36704999_36704999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36704999_36704999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36704999_36704999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36704999_36704999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36704999_36704999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36704999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36704999'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36704999'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705070_36705070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705070_36705070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705070_36705070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705070_36705070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705070_36705070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705070'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705070'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705157_36705157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705157_36705157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705157_36705157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705157_36705157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705157_36705157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705157'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705157'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36772237_36772237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36772237_36772237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36772237_36772237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36772237_36772237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36772237_36772237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36772237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36772237'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36772237'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 143 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705272_36705272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705272_36705272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705272_36705272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705272_36705272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705272_36705272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705272'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705272'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705326_36705326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705326_36705326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705326_36705326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705326_36705326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705326_36705326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705326'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705326'^^xsd:integer;
  dwc:observationDate '2016-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36772691_36772691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36772691_36772691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36772691_36772691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36772691_36772691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36772691_36772691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36772691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36772691'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36772691'^^xsd:integer;
  dwc:observationDate '2016-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705381_36705381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705381_36705381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705381_36705381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705381_36705381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705381_36705381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705381'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705381'^^xsd:integer;
  dwc:observationDate '2016-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705481_36705481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705481_36705481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705481_36705481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705481_36705481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705481_36705481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705481'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705481'^^xsd:integer;
  dwc:observationDate '2016-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36840132_36840132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36840132_36840132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36840132_36840132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36840132_36840132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36840132_36840132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36840132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36840132'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36840132'^^xsd:integer;
  dwc:observationDate '2016-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705573_36705573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705573_36705573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705573_36705573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705573_36705573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705573_36705573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705573'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705573'^^xsd:integer;
  dwc:observationDate '2016-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36840210_36840210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36840210_36840210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36840210_36840210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36840210_36840210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36840210_36840210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36840210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36840210'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36840210'^^xsd:integer;
  dwc:observationDate '2016-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36773651_36773651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36773651_36773651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36773651_36773651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36773651_36773651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36773651_36773651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36773651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36773651'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36773651'^^xsd:integer;
  dwc:observationDate '2016-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705690_36705690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705690_36705690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705690_36705690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705690_36705690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705690_36705690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705690'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705690'^^xsd:integer;
  dwc:observationDate '2016-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705717_36705717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705717_36705717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705717_36705717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705717_36705717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705717_36705717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705717'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705717'^^xsd:integer;
  dwc:observationDate '2016-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705791_36705791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705791_36705791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705791_36705791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705791_36705791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705791_36705791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705791'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705791'^^xsd:integer;
  dwc:observationDate '2016-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705816_36705816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705816_36705816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705816_36705816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705816_36705816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705816_36705816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705816'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705816'^^xsd:integer;
  dwc:observationDate '2016-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705896_36705896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705896_36705896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705896_36705896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705896_36705896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705896_36705896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705896'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705896'^^xsd:integer;
  dwc:observationDate '2016-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705918_36705918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705918_36705918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705918_36705918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705918_36705918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705918_36705918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705918'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705918'^^xsd:integer;
  dwc:observationDate '2016-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36705999_36705999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36705999_36705999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36705999_36705999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36705999_36705999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36705999_36705999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36705999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36705999'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36705999'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706006_36706006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706006_36706006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706006_36706006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706006_36706006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706006_36706006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706006'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36775344_36775344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36775344_36775344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36775344_36775344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36775344_36775344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36775344_36775344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36775344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36775344'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36775344'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36775746_36775746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36775746_36775746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36775746_36775746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36775746_36775746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36775746_36775746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36775746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36775746'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36775746'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706164_36706164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706164_36706164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706164_36706164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706164_36706164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706164_36706164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706164'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706164'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706217_36706217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706217_36706217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706217_36706217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706217_36706217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706217_36706217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706217'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706217'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36776204_36776204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36776204_36776204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36776204_36776204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36776204_36776204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36776204_36776204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36776204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36776204'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36776204'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706311_36706311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706311_36706311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706311_36706311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706311_36706311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706311_36706311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706311'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706311'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36776603_36776603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36776603_36776603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36776603_36776603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36776603_36776603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36776603_36776603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36776603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36776603'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36776603'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36776975_36776975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36776975_36776975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36776975_36776975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36776975_36776975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36776975_36776975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36776975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36776975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36776975'^^xsd:integer;
  dwc:observationDate '2016-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706786_36706786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706786_36706786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706786_36706786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706786_36706786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706786_36706786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706786'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706786'^^xsd:integer;
  dwc:observationDate '2016-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706828_36706828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706828_36706828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706828_36706828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706828_36706828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706828_36706828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706828'^^xsd:integer;
  dwc:observationDate '2016-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706863_36706863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706863_36706863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706863_36706863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706863_36706863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706863_36706863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706863'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706863'^^xsd:integer;
  dwc:observationDate '2016-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706898_36706898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706898_36706898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706898_36706898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706898_36706898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706898_36706898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706898'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706898'^^xsd:integer;
  dwc:observationDate '2016-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36706973_36706973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36706973_36706973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36706973_36706973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36706973_36706973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36706973_36706973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36706973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36706973'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36706973'^^xsd:integer;
  dwc:observationDate '2016-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36840965_36840965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36840965_36840965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36840965_36840965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36840965_36840965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36840965_36840965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36840965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36840965'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36840965'^^xsd:integer;
  dwc:observationDate '2016-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707027_36707027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707027_36707027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707027_36707027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707027_36707027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707027_36707027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707027'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707027'^^xsd:integer;
  dwc:observationDate '2016-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707113_36707113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707113_36707113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707113_36707113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707113_36707113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707113_36707113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707113'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707113'^^xsd:integer;
  dwc:observationDate '2016-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707149_36707149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707149_36707149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707149_36707149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707149_36707149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707149_36707149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707149'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707149'^^xsd:integer;
  dwc:observationDate '2016-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707191_36707191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707191_36707191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707191_36707191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707191_36707191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707191_36707191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707191'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707191'^^xsd:integer;
  dwc:observationDate '2016-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707243_36707243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707243_36707243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707243_36707243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707243_36707243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707243_36707243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707243'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707243'^^xsd:integer;
  dwc:observationDate '2016-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707273_36707273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707273_36707273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707273_36707273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707273_36707273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707273_36707273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707273'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707273'^^xsd:integer;
  dwc:observationDate '2016-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707309_36707309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707309_36707309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707309_36707309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707309_36707309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707309_36707309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707309'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707309'^^xsd:integer;
  dwc:observationDate '2016-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707412_36707412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707412_36707412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707412_36707412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707412_36707412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707412_36707412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707412'^^xsd:integer;
  dwc:observationDate '2016-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841221_36841221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841221_36841221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841221_36841221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841221_36841221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841221_36841221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841221'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841221'^^xsd:integer;
  dwc:observationDate '2016-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707466_36707466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707466_36707466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707466_36707466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707466_36707466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707466_36707466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707466'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707466'^^xsd:integer;
  dwc:observationDate '2016-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707523_36707523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707523_36707523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707523_36707523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707523_36707523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707523_36707523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707523'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707523'^^xsd:integer;
  dwc:observationDate '2016-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707589_36707589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707589_36707589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707589_36707589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707589_36707589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707589_36707589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707589'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707589'^^xsd:integer;
  dwc:observationDate '2016-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841346_36841346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841346_36841346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841346_36841346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841346_36841346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841346_36841346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841346'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841346'^^xsd:integer;
  dwc:observationDate '2016-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841375_36841375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841375_36841375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841375_36841375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841375_36841375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841375_36841375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841375'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841375'^^xsd:integer;
  dwc:observationDate '2016-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707748_36707748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707748_36707748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707748_36707748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707748_36707748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707748_36707748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707748'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707748'^^xsd:integer;
  dwc:observationDate '2016-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707775_36707775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707775_36707775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707775_36707775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707775_36707775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707775_36707775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707775'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707775'^^xsd:integer;
  dwc:observationDate '2016-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841462_36841462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841462_36841462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841462_36841462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841462_36841462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841462_36841462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841462'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841462'^^xsd:integer;
  dwc:observationDate '2016-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841484_36841484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841484_36841484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841484_36841484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841484_36841484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841484_36841484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841484'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841484'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841496_36841496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841496_36841496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841496_36841496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841496_36841496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841496_36841496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841496'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841496'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707911_36707911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707911_36707911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707911_36707911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707911_36707911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707911_36707911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707911'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707911'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841545_36841545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841545_36841545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841545_36841545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841545_36841545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841545_36841545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841545'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841545'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36707998_36707998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36707998_36707998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36707998_36707998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36707998_36707998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36707998_36707998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36707998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36707998'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36707998'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708014_36708014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708014_36708014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708014_36708014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708014_36708014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708014_36708014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708014'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708014'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708038_36708038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708038_36708038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708038_36708038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708038_36708038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708038_36708038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708038'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708038'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708079_36708079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708079_36708079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708079_36708079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708079_36708079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708079_36708079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708079'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708079'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841633_36841633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841633_36841633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841633_36841633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841633_36841633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841633_36841633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841633'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841633'^^xsd:integer;
  dwc:observationDate '2016-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708199_36708199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708199_36708199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708199_36708199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708199_36708199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708199_36708199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708199'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708199'^^xsd:integer;
  dwc:observationDate '2016-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708216_36708216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708216_36708216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708216_36708216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708216_36708216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708216_36708216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708216'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708216'^^xsd:integer;
  dwc:observationDate '2016-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708265_36708265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708265_36708265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708265_36708265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708265_36708265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708265_36708265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708265'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708265'^^xsd:integer;
  dwc:observationDate '2016-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841713_36841713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841713_36841713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841713_36841713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841713_36841713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841713_36841713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841713'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841713'^^xsd:integer;
  dwc:observationDate '2016-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36841748_36841748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36841748_36841748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36841748_36841748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36841748_36841748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36841748_36841748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36841748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36841748'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36841748'^^xsd:integer;
  dwc:observationDate '2016-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708391_36708391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708391_36708391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708391_36708391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708391_36708391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708391_36708391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708391'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708391'^^xsd:integer;
  dwc:observationDate '2016-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708430_36708430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708430_36708430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708430_36708430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708430_36708430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708430_36708430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708430'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708430'^^xsd:integer;
  dwc:observationDate '2016-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708477_36708477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708477_36708477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708477_36708477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708477_36708477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708477_36708477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708477'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708477'^^xsd:integer;
  dwc:observationDate '2016-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708538_36708538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708538_36708538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708538_36708538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708538_36708538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708538_36708538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708538'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708538'^^xsd:integer;
  dwc:observationDate '2016-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708607_36708607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708607_36708607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708607_36708607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708607_36708607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708607_36708607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708607'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708607'^^xsd:integer;
  dwc:observationDate '2016-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708636_36708636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708636_36708636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708636_36708636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708636_36708636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708636_36708636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708636'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708636'^^xsd:integer;
  dwc:observationDate '2016-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708688_36708688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708688_36708688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708688_36708688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708688_36708688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708688_36708688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708688'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708688'^^xsd:integer;
  dwc:observationDate '2016-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708782_36708782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708782_36708782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708782_36708782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708782_36708782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708782_36708782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708782'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708782'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708801_36708801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708801_36708801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708801_36708801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708801_36708801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708801_36708801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708801'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708801'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708845_36708845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708845_36708845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708845_36708845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708845_36708845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708845_36708845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708845'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708845'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708909_36708909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708909_36708909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708909_36708909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708909_36708909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708909_36708909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708909'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708967_36708967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708967_36708967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708967_36708967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708967_36708967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708967_36708967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708967'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708967'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36708981_36708981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36708981_36708981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36708981_36708981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36708981_36708981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36708981_36708981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36708981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36708981'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36708981'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709017_36709017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709017_36709017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709017_36709017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709017_36709017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709017_36709017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709017'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709017'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709077_36709077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709077_36709077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709077_36709077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709077_36709077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709077_36709077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709077'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709077'^^xsd:integer;
  dwc:observationDate '2016-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709109_36709109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709109_36709109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709109_36709109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709109_36709109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709109_36709109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709109'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709109'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709134_36709134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709134_36709134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709134_36709134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709134_36709134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709134_36709134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709134'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709134'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709147_36709147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709147_36709147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709147_36709147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709147_36709147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709147_36709147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709147'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709147'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709190_36709190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709190_36709190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709190_36709190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709190_36709190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709190_36709190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709190'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709190'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36842221_36842221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36842221_36842221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36842221_36842221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36842221_36842221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36842221_36842221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36842221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36842221'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36842221'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36842226_36842226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36842226_36842226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36842226_36842226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36842226_36842226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36842226_36842226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36842226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36842226'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36842226'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709295_36709295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709295_36709295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709295_36709295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709295_36709295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709295_36709295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709295'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709295'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36842240_36842240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36842240_36842240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36842240_36842240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36842240_36842240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36842240_36842240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36842240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36842240'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36842240'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709355_36709355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709355_36709355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709355_36709355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709355_36709355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709355_36709355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709355'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709355'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709372_36709372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709372_36709372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709372_36709372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709372_36709372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709372_36709372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709372'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709372'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36784630_36784630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36784630_36784630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36784630_36784630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36784630_36784630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36784630_36784630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36784630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36784630'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36784630'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 119 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36784726_36784726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36784726_36784726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36784726_36784726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36784726_36784726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36784726_36784726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36784726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36784726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36784726'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709571_36709571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709571_36709571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709571_36709571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709571_36709571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709571_36709571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709571'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709571'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709583_36709583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709583_36709583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709583_36709583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709583_36709583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709583_36709583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709583'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709583'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709614_36709614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709614_36709614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709614_36709614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709614_36709614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709614_36709614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709614'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709614'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 133 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36785177_36785177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36785177_36785177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36785177_36785177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36785177_36785177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36785177_36785177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36785177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36785177'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36785177'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36842493_36842493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36842493_36842493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36842493_36842493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36842493_36842493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36842493_36842493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36842493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36842493'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36842493'^^xsd:integer;
  dwc:observationDate '2016-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36842541_36842541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36842541_36842541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36842541_36842541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36842541_36842541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36842541_36842541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36842541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36842541'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36842541'^^xsd:integer;
  dwc:observationDate '2016-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709805_36709805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709805_36709805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709805_36709805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709805_36709805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709805_36709805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709805'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709805'^^xsd:integer;
  dwc:observationDate '2016-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36785726_36785726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36785726_36785726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36785726_36785726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36785726_36785726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36785726_36785726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36785726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36785726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36785726'^^xsd:integer;
  dwc:observationDate '2016-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36785796_36785796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36785796_36785796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36785796_36785796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36785796_36785796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36785796_36785796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36785796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36785796'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36785796'^^xsd:integer;
  dwc:observationDate '2016-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36785891_36785891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36785891_36785891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36785891_36785891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36785891_36785891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36785891_36785891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36785891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36785891'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36785891'^^xsd:integer;
  dwc:observationDate '2016-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709938_36709938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709938_36709938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709938_36709938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709938_36709938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709938_36709938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709938'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709938'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36786001_36786001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36786001_36786001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36786001_36786001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36786001_36786001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36786001_36786001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36786001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36786001'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36786001'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36786073_36786073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36786073_36786073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36786073_36786073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36786073_36786073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36786073_36786073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36786073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36786073'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36786073'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36786086_36786086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36786086_36786086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36786086_36786086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36786086_36786086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36786086_36786086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36786086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36786086'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36786086'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36786124_36786124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36786124_36786124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36786124_36786124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36786124_36786124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36786124_36786124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36786124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36786124'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36786124'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709984_36709984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709984_36709984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709984_36709984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709984_36709984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709984_36709984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709984'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709984'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36709986_36709986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36709986_36709986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36709986_36709986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36709986_36709986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36709986_36709986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36709986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36709986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36709986'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710054_36710054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710054_36710054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710054_36710054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710054_36710054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710054_36710054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710054'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710054'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 122 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36786348_36786348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36786348_36786348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36786348_36786348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36786348_36786348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36786348_36786348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36786348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36786348'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36786348'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 155 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36842849_36842849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36842849_36842849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36842849_36842849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36842849_36842849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36842849_36842849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36842849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36842849'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36842849'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710321_36710321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710321_36710321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710321_36710321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710321_36710321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710321_36710321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710321'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710321'^^xsd:integer;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710382_36710382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710382_36710382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710382_36710382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710382_36710382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710382_36710382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710382'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710382'^^xsd:integer;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710413_36710413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710413_36710413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710413_36710413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710413_36710413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710413_36710413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710413'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710413'^^xsd:integer;
  dwc:observationDate '2016-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710432_36710432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710432_36710432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710432_36710432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710432_36710432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710432_36710432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710432'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710432'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710451_36710451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710451_36710451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710451_36710451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710451_36710451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710451_36710451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710451'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710451'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710526_36710526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710526_36710526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710526_36710526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710526_36710526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710526_36710526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710526'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710526'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710610_36710610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710610_36710610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710610_36710610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710610_36710610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710610_36710610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710610'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710610'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710653_36710653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710653_36710653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710653_36710653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710653_36710653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710653_36710653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710653'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710653'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710684_36710684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710684_36710684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710684_36710684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710684_36710684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710684_36710684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710684'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710684'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843218_36843218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843218_36843218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843218_36843218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843218_36843218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843218_36843218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843218'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843218'^^xsd:integer;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710798_36710798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710798_36710798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710798_36710798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710798_36710798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710798_36710798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710798'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710798'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710828_36710828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710828_36710828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710828_36710828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710828_36710828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710828_36710828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710828'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843291_36843291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843291_36843291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843291_36843291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843291_36843291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843291_36843291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843291'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843291'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710959_36710959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710959_36710959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710959_36710959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710959_36710959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710959_36710959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710959'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710959'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710982_36710982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710982_36710982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710982_36710982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710982_36710982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710982_36710982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710982'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710982'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36710986_36710986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36710986_36710986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36710986_36710986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36710986_36710986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36710986_36710986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36710986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36710986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36710986'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711001_36711001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711001_36711001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711001_36711001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711001_36711001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711001_36711001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711001'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711001'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711061_36711061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711061_36711061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711061_36711061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711061_36711061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711061_36711061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711061'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711061'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843436_36843436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843436_36843436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843436_36843436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843436_36843436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843436_36843436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843436'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843436'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711197_36711197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711197_36711197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711197_36711197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711197_36711197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711197_36711197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711197'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711197'^^xsd:integer;
  dwc:observationDate '2016-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711202_36711202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711202_36711202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711202_36711202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711202_36711202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711202_36711202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711202'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711202'^^xsd:integer;
  dwc:observationDate '2016-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843481_36843481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843481_36843481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843481_36843481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843481_36843481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843481_36843481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843481'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843481'^^xsd:integer;
  dwc:observationDate '2016-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711215_36711215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711215_36711215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711215_36711215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711215_36711215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711215_36711215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711215'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711215'^^xsd:integer;
  dwc:observationDate '2016-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711216_36711216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711216_36711216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711216_36711216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711216_36711216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711216_36711216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711216'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711216'^^xsd:integer;
  dwc:observationDate '2016-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711226_36711226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711226_36711226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711226_36711226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711226_36711226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711226_36711226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711226'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711226'^^xsd:integer;
  dwc:observationDate '2016-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711238_36711238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711238_36711238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711238_36711238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711238_36711238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711238_36711238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711238'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711238'^^xsd:integer;
  dwc:observationDate '2016-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711239_36711239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711239_36711239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711239_36711239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711239_36711239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711239_36711239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711239'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711239'^^xsd:integer;
  dwc:observationDate '2016-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711267_36711267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711267_36711267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711267_36711267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711267_36711267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711267_36711267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711267'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711267'^^xsd:integer;
  dwc:observationDate '2016-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711305_36711305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711305_36711305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711305_36711305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711305_36711305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711305_36711305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711305'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711305'^^xsd:integer;
  dwc:observationDate '2016-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711328_36711328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711328_36711328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711328_36711328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711328_36711328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711328_36711328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711328'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711328'^^xsd:integer;
  dwc:observationDate '2016-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711371_36711371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711371_36711371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711371_36711371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711371_36711371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711371_36711371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711371'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711371'^^xsd:integer;
  dwc:observationDate '2016-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711374_36711374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711374_36711374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711374_36711374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711374_36711374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711374_36711374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711374'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711374'^^xsd:integer;
  dwc:observationDate '2016-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843533_36843533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843533_36843533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843533_36843533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843533_36843533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843533_36843533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843533'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843533'^^xsd:integer;
  dwc:observationDate '2016-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711446_36711446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711446_36711446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711446_36711446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711446_36711446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711446_36711446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711446'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711446'^^xsd:integer;
  dwc:observationDate '2016-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843546_36843546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843546_36843546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843546_36843546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843546_36843546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843546_36843546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843546'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843546'^^xsd:integer;
  dwc:observationDate '2016-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711512_36711512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711512_36711512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711512_36711512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711512_36711512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711512_36711512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711512'^^xsd:integer;
  dwc:observationDate '2016-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711567_36711567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711567_36711567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711567_36711567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711567_36711567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711567_36711567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711567'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711567'^^xsd:integer;
  dwc:observationDate '2016-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711575_36711575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711575_36711575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711575_36711575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711575_36711575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711575_36711575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711575'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711575'^^xsd:integer;
  dwc:observationDate '2016-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36711728_36711728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36711728_36711728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36711728_36711728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36711728_36711728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36711728_36711728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36711728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36711728'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36711728'^^xsd:integer;
  dwc:observationDate '2016-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843755_36843755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843755_36843755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843755_36843755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843755_36843755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843755_36843755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843755'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843755'^^xsd:integer;
  dwc:observationDate '2016-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843778_36843778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843778_36843778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843778_36843778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843778_36843778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843778_36843778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843778'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843778'^^xsd:integer;
  dwc:observationDate '2016-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843792_36843792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843792_36843792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843792_36843792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843792_36843792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843792_36843792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843792'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843792'^^xsd:integer;
  dwc:observationDate '2016-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36712059_36712059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36712059_36712059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36712059_36712059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36712059_36712059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36712059_36712059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36712059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36712059'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36712059'^^xsd:integer;
  dwc:observationDate '2016-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843833_36843833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843833_36843833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843833_36843833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843833_36843833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843833_36843833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843833'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843833'^^xsd:integer;
  dwc:observationDate '2016-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36712109_36712109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36712109_36712109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36712109_36712109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36712109_36712109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36712109_36712109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36712109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36712109'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36712109'^^xsd:integer;
  dwc:observationDate '2016-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36712157_36712157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36712157_36712157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36712157_36712157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36712157_36712157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36712157_36712157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36712157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36712157'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36712157'^^xsd:integer;
  dwc:observationDate '2016-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36843896_36843896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36843896_36843896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36843896_36843896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36843896_36843896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36843896_36843896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36843896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36843896'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36843896'^^xsd:integer;
  dwc:observationDate '2016-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36844453_36844453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36844453_36844453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36844453_36844453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36844453_36844453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36844453_36844453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36844453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36844453'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36844453'^^xsd:integer;
  dwc:observationDate '2016-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36844458_36844458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36844458_36844458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36844458_36844458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36844458_36844458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36844458_36844458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36844458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36844458'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36844458'^^xsd:integer;
  dwc:observationDate '2016-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36844699_36844699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36844699_36844699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36844699_36844699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36844699_36844699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36844699_36844699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36844699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36844699'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36844699'^^xsd:integer;
  dwc:observationDate '2016-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36844722_36844722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36844722_36844722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36844722_36844722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36844722_36844722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36844722_36844722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36844722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36844722'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36844722'^^xsd:integer;
  dwc:observationDate '2016-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36713653_36713653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36713653_36713653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36713653_36713653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36713653_36713653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36713653_36713653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36713653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36713653'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36713653'^^xsd:integer;
  dwc:observationDate '2016-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36713670_36713670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36713670_36713670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36713670_36713670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36713670_36713670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36713670_36713670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36713670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36713670'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36713670'^^xsd:integer;
  dwc:observationDate '2016-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36844811_36844811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36844811_36844811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36844811_36844811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36844811_36844811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36844811_36844811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36844811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36844811'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36844811'^^xsd:integer;
  dwc:observationDate '2016-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36715817_36715817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36715817_36715817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36715817_36715817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36715817_36715817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36715817_36715817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36715817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36715817'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36715817'^^xsd:integer;
  dwc:observationDate '2016-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36845971_36845971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36845971_36845971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36845971_36845971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36845971_36845971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36845971_36845971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36845971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36845971'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36845971'^^xsd:integer;
  dwc:observationDate '2016-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36846574_36846574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36846574_36846574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36846574_36846574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36846574_36846574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36846574_36846574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36846574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36846574'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36846574'^^xsd:integer;
  dwc:observationDate '2016-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36846624_36846624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36846624_36846624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36846624_36846624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36846624_36846624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36846624_36846624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36846624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36846624'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36846624'^^xsd:integer;
  dwc:observationDate '2016-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36718093_36718093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36718093_36718093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36718093_36718093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36718093_36718093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36718093_36718093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36718093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36718093'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36718093'^^xsd:integer;
  dwc:observationDate '2016-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_496_1214030_capture_496_1214030_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_496_1214030_capture_496_1214030_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_496_1214030_capture_496_1214030_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_496_1214030_capture_496_1214030_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_496_1214030_capture_496_1214030_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "496_1214030_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '496_1214030_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '496_1214030_capture'^^xsd:string;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_496_1214030_release_496_1214030_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_496_1214030_release_496_1214030_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_496_1214030_release_496_1214030_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_496_1214030_release_496_1214030_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_496_1214030_release_496_1214030_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "496_1214030_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '496_1214030_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '496_1214030_release'^^xsd:string;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727636_23727636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727636_23727636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727636_23727636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727636_23727636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727636_23727636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727636'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727636'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727647_23727647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727647_23727647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727647_23727647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727647_23727647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727647_23727647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727647'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727647'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727650_23727650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727650_23727650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727650_23727650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727650_23727650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727650_23727650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727650'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727651_23727651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727651_23727651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727651_23727651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727651_23727651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727651_23727651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727651'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727651'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727660_23727660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727660_23727660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727660_23727660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727660_23727660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727660_23727660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727660'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727660'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169446_24169446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169446_24169446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169446_24169446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169446_24169446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169446_24169446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169446'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169446'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727880_23727880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727880_23727880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727880_23727880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727880_23727880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727880_23727880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727880'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727880'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728024_23728024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728024_23728024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728024_23728024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23728024_23728024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23728024_23728024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728024'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728024'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728164_23728164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728164_23728164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728164_23728164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23728164_23728164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23728164_23728164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728164'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728164'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732117_23732117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732117_23732117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732117_23732117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732117_23732117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732117_23732117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732117'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732117'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733525_23733525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733525_23733525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733525_23733525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733525_23733525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733525_23733525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733525'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733525'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733554_23733554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733554_23733554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733554_23733554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733554_23733554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733554_23733554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733554'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733554'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733610_23733610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733610_23733610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733610_23733610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733610_23733610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733610_23733610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733610'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733610'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733675_23733675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733675_23733675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733675_23733675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733675_23733675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733675_23733675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733675'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733675'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733837_23733837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733837_23733837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733837_23733837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733837_23733837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733837_23733837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733837'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733837'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733895_23733895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733895_23733895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733895_23733895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733895_23733895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733895_23733895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733895'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733895'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733960_23733960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733960_23733960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733960_23733960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733960_23733960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733960_23733960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733960'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733960'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734034_23734034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734034_23734034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734034_23734034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734034_23734034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734034_23734034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734034'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734034'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734103_23734103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734103_23734103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734103_23734103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734103_23734103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734103_23734103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734103'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734103'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734198_23734198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734198_23734198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734198_23734198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734198_23734198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734198_23734198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734198'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734198'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734329_23734329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734329_23734329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734329_23734329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734329_23734329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734329_23734329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734329'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734329'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734332_23734332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734332_23734332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734332_23734332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734332_23734332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734332_23734332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734332'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734332'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734452_23734452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734452_23734452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734452_23734452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734452_23734452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734452_23734452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734452'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734452'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734534_23734534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734534_23734534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734534_23734534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734534_23734534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734534_23734534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734534'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734534'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734762_23734762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734762_23734762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734762_23734762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734762_23734762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734762_23734762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734762'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734762'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734803_23734803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734803_23734803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734803_23734803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734803_23734803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734803_23734803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734803'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734803'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734975_23734975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734975_23734975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734975_23734975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734975_23734975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734975_23734975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734975'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735062_23735062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735062_23735062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735062_23735062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735062_23735062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735062_23735062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735062'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735062'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735155_23735155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735155_23735155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735155_23735155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735155_23735155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735155_23735155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735155'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735155'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735239_23735239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735239_23735239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735239_23735239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735239_23735239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735239_23735239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735239'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735239'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735324_23735324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735324_23735324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735324_23735324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735324_23735324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735324_23735324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735324'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735324'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735415_23735415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735415_23735415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735415_23735415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735415_23735415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735415_23735415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735415'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735415'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735473_23735473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735473_23735473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735473_23735473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735473_23735473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735473_23735473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735473'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735473'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735481_23735481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735481_23735481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735481_23735481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735481_23735481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735481_23735481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735481'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735481'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735551_23735551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735551_23735551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735551_23735551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735551_23735551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735551_23735551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735551'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735551'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735597_23735597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735597_23735597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735597_23735597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735597_23735597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735597_23735597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735597'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735597'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735642_23735642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735642_23735642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735642_23735642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735642_23735642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735642_23735642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735642'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735642'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735679_23735679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735679_23735679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735679_23735679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735679_23735679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735679_23735679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735679'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735679'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735698_23735698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735698_23735698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735698_23735698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735698_23735698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735698_23735698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735698'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735698'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735722_23735722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735722_23735722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735722_23735722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735722_23735722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735722_23735722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735722'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735722'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735762_23735762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735762_23735762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735762_23735762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735762_23735762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735762_23735762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735762'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735762'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735786_23735786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735786_23735786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735786_23735786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735786_23735786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735786_23735786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735786'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735786'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735817_23735817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735817_23735817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735817_23735817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735817_23735817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735817_23735817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735817'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735817'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735849_23735849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735849_23735849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735849_23735849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735849_23735849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735849_23735849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735849'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735849'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735879_23735879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735879_23735879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735879_23735879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735879_23735879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735879_23735879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735879'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735879'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735911_23735911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735911_23735911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735911_23735911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735911_23735911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735911_23735911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735911'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735911'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735966_23735966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735966_23735966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735966_23735966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735966_23735966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735966_23735966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735966'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735966'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735988_23735988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735988_23735988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735988_23735988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735988_23735988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735988_23735988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735988'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735988'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736020_23736020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736020_23736020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736020_23736020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736020_23736020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736020_23736020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736020'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736020'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736053_23736053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736053_23736053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736053_23736053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736053_23736053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736053_23736053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736053'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736053'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736066_23736066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736066_23736066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736066_23736066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736066_23736066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736066_23736066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736066'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736066'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736101_23736101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736101_23736101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736101_23736101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736101_23736101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736101_23736101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736101'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736101'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736240_23736240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736240_23736240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736240_23736240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736240_23736240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736240_23736240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736240'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736240'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737517_23737517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737517_23737517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737517_23737517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737517_23737517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737517_23737517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737517'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737517'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737614_23737614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737614_23737614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737614_23737614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737614_23737614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737614_23737614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737614'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737614'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738199_23738199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738199_23738199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738199_23738199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738199_23738199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738199_23738199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738199'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738199'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739625_23739625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739625_23739625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739625_23739625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739625_23739625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739625_23739625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739625'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739625'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740026_23740026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740026_23740026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740026_23740026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740026_23740026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740026_23740026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740026'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740026'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740216_23740216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740216_23740216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740216_23740216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740216_23740216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740216_23740216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740216'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740216'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740647_23740647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740647_23740647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740647_23740647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740647_23740647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740647_23740647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740647'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740647'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740779_23740779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740779_23740779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740779_23740779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740779_23740779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740779_23740779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740779'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740779'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741084_23741084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741084_23741084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741084_23741084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741084_23741084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741084_23741084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741084'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741084'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741137_23741137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741137_23741137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741137_23741137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741137_23741137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741137_23741137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741137'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741137'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741166_23741166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741166_23741166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741166_23741166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741166_23741166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741166_23741166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741166'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741166'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741184_23741184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741184_23741184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741184_23741184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741184_23741184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741184_23741184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741184'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741184'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741647_23741647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741647_23741647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741647_23741647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741647_23741647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741647_23741647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741647'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741647'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741674_23741674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741674_23741674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741674_23741674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741674_23741674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741674_23741674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741674'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741674'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741925_23741925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741925_23741925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741925_23741925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741925_23741925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741925_23741925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741925'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741925'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741954_23741954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741954_23741954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741954_23741954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741954_23741954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741954_23741954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741954'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741954'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742326_23742326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742326_23742326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742326_23742326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742326_23742326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742326_23742326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742326'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742326'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747698_23747698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747698_23747698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747698_23747698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747698_23747698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747698_23747698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747698'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747698'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_497_1214031_capture_497_1214031_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_497_1214031_capture_497_1214031_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_497_1214031_capture_497_1214031_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_497_1214031_capture_497_1214031_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_497_1214031_capture_497_1214031_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "497_1214031_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '497_1214031_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '497_1214031_capture'^^xsd:string;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_497_1214031_release_497_1214031_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_497_1214031_release_497_1214031_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_497_1214031_release_497_1214031_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_497_1214031_release_497_1214031_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_497_1214031_release_497_1214031_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "497_1214031_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '497_1214031_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '497_1214031_release'^^xsd:string;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664204_23664204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664204_23664204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664204_23664204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664204_23664204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664204_23664204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664204'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664204'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664256_23664256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664256_23664256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664256_23664256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664256_23664256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664256_23664256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664256'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664256'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664356_23664356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664356_23664356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664356_23664356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664356_23664356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664356_23664356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664356'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664356'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664461_23664461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664461_23664461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664461_23664461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664461_23664461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664461_23664461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664461'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664461'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664571_23664571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664571_23664571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664571_23664571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664571_23664571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664571_23664571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664571'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664571'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664645_23664645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664645_23664645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664645_23664645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664645_23664645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664645_23664645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664645'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664706_23664706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664706_23664706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664706_23664706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664706_23664706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664706_23664706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664706'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664706'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664761_23664761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664761_23664761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664761_23664761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664761_23664761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664761_23664761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664761'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664761'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664805_23664805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664805_23664805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664805_23664805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664805_23664805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664805_23664805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664805'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664805'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664855_23664855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664855_23664855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664855_23664855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664855_23664855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664855_23664855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664855'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664911_23664911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664911_23664911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664911_23664911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664911_23664911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664911_23664911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664911'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664911'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664968_23664968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664968_23664968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664968_23664968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664968_23664968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664968_23664968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664968'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664968'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665027_23665027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665027_23665027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665027_23665027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665027_23665027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665027_23665027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665027'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665027'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24125628_24125628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24125628_24125628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24125628_24125628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24125628_24125628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24125628_24125628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24125628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24125628'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24125628'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665194_23665194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665194_23665194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665194_23665194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665194_23665194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665194_23665194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665194'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665194'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665290_23665290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665290_23665290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665290_23665290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665290_23665290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665290_23665290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665290'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665290'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24125868_24125868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24125868_24125868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24125868_24125868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24125868_24125868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24125868_24125868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24125868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24125868'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24125868'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24125925_24125925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24125925_24125925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24125925_24125925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24125925_24125925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24125925_24125925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24125925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24125925'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24125925'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665497_23665497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665497_23665497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665497_23665497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665497_23665497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665497_23665497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665497'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665497'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665551_23665551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665551_23665551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665551_23665551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665551_23665551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665551_23665551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665551'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665551'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665606_23665606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665606_23665606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665606_23665606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665606_23665606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665606_23665606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665606'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665606'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665621_23665621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665621_23665621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665621_23665621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665621_23665621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665621_23665621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665621'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665621'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665657_23665657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665657_23665657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665657_23665657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665657_23665657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665657_23665657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665657'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665657'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665710_23665710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665710_23665710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665710_23665710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665710_23665710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665710_23665710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665710'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665761_23665761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665761_23665761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665761_23665761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665761_23665761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665761_23665761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665761'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665761'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665818_23665818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665818_23665818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665818_23665818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665818_23665818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665818_23665818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665818'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665818'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665887_23665887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665887_23665887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665887_23665887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665887_23665887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665887_23665887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665887'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665887'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665947_23665947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665947_23665947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665947_23665947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665947_23665947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665947_23665947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665947'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665947'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666002_23666002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666002_23666002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666002_23666002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666002_23666002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666002_23666002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666002'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666057_23666057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666057_23666057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666057_23666057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666057_23666057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666057_23666057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666057'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666057'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666098_23666098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666098_23666098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666098_23666098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666098_23666098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666098_23666098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666098'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666098'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666111_23666111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666111_23666111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666111_23666111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666111_23666111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666111_23666111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666111'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666111'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666163_23666163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666163_23666163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666163_23666163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666163_23666163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666163_23666163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666163'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666163'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666242_23666242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666242_23666242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666242_23666242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666242_23666242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666242_23666242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666242'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666242'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24126476_24126476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24126476_24126476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24126476_24126476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24126476_24126476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24126476_24126476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24126476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24126476'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24126476'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666386_23666386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666386_23666386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666386_23666386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666386_23666386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666386_23666386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666386'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666386'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666443_23666443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666443_23666443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666443_23666443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666443_23666443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666443_23666443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666443'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666443'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24126643_24126643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24126643_24126643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24126643_24126643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24126643_24126643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24126643_24126643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24126643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24126643'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24126643'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666521_23666521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666521_23666521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666521_23666521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666521_23666521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666521_23666521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666521'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666521'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666581_23666581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666581_23666581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666581_23666581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666581_23666581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666581_23666581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666581'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666581'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666650_23666650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666650_23666650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666650_23666650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666650_23666650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666650_23666650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666650'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24126795_24126795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24126795_24126795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24126795_24126795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24126795_24126795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24126795_24126795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24126795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24126795'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24126795'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666780_23666780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666780_23666780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666780_23666780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666780_23666780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666780_23666780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666780'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666780'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666783_23666783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666783_23666783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666783_23666783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666783_23666783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666783_23666783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666783'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666783'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666812_23666812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666812_23666812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666812_23666812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666812_23666812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666812_23666812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666812'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666812'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666889_23666889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666889_23666889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666889_23666889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666889_23666889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666889_23666889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666889'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666889'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666966_23666966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666966_23666966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666966_23666966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666966_23666966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666966_23666966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666966'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666966'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667044_23667044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667044_23667044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667044_23667044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667044_23667044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667044_23667044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667044'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667044'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667108_23667108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667108_23667108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667108_23667108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667108_23667108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667108_23667108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667108'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667108'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24127111_24127111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24127111_24127111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24127111_24127111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24127111_24127111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24127111_24127111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24127111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24127111'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24127111'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667143_23667143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667143_23667143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667143_23667143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667143_23667143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667143_23667143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667143'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667143'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667218_23667218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667218_23667218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667218_23667218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667218_23667218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667218_23667218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667218'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667218'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667296_23667296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667296_23667296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667296_23667296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667296_23667296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667296_23667296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667296'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667296'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667300_23667300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667300_23667300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667300_23667300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667300_23667300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667300_23667300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667300'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667300'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667354_23667354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667354_23667354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667354_23667354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667354_23667354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667354_23667354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667354'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667354'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667431_23667431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667431_23667431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667431_23667431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667431_23667431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667431_23667431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667431'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667506_23667506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667506_23667506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667506_23667506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667506_23667506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667506_23667506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667506'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667506'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24127479_24127479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24127479_24127479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24127479_24127479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24127479_24127479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24127479_24127479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24127479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24127479'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24127479'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667635_23667635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667635_23667635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667635_23667635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667635_23667635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667635_23667635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667635'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667635'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667648_23667648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667648_23667648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667648_23667648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667648_23667648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667648_23667648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667648'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667648'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667660_23667660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667660_23667660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667660_23667660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667660_23667660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667660_23667660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667660'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667660'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667728_23667728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667728_23667728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667728_23667728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667728_23667728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667728_23667728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667728'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667728'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667803_23667803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667803_23667803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667803_23667803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667803_23667803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667803_23667803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667803'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667803'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667866_23667866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667866_23667866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667866_23667866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667866_23667866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667866_23667866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667866'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667900_23667900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667900_23667900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667900_23667900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667900_23667900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667900_23667900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667900'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667900'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667975_23667975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667975_23667975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667975_23667975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667975_23667975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667975_23667975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667975'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668047_23668047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668047_23668047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668047_23668047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668047_23668047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668047_23668047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668047'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668047'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668126_23668126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668126_23668126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668126_23668126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668126_23668126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668126_23668126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668126'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668126'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668181_23668181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668181_23668181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668181_23668181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668181_23668181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668181_23668181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668181'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668181'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668235_23668235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668235_23668235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668235_23668235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668235_23668235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668235_23668235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668235'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668235'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668244_23668244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668244_23668244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668244_23668244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668244_23668244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668244_23668244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668244'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668244'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668261_23668261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668261_23668261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668261_23668261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668261_23668261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668261_23668261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668261'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668261'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668336_23668336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668336_23668336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668336_23668336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668336_23668336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668336_23668336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668336'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668336'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668406_23668406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668406_23668406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668406_23668406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668406_23668406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668406_23668406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668406'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668406'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668482_23668482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668482_23668482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668482_23668482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668482_23668482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668482_23668482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668482'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668482'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668552_23668552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668552_23668552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668552_23668552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668552_23668552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668552_23668552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668552'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668552'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668602_23668602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668602_23668602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668602_23668602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668602_23668602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668602_23668602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668602'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668602'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668652_23668652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668652_23668652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668652_23668652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668652_23668652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668652_23668652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668652'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668652'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668659_23668659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668659_23668659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668659_23668659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668659_23668659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668659_23668659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668659'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668659'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668677_23668677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668677_23668677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668677_23668677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668677_23668677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668677_23668677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668677'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668677'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668749_23668749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668749_23668749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668749_23668749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668749_23668749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668749_23668749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668749'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668749'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668825_23668825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668825_23668825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668825_23668825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668825_23668825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668825_23668825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668825'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668825'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668896_23668896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668896_23668896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668896_23668896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668896_23668896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668896_23668896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668896'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668896'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668974_23668974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668974_23668974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668974_23668974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668974_23668974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668974_23668974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668974'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668974'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669043_23669043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669043_23669043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669043_23669043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669043_23669043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669043_23669043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669043'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669043'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669098_23669098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669098_23669098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669098_23669098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669098_23669098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669098_23669098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669098'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669098'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669121_23669121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669121_23669121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669121_23669121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669121_23669121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669121_23669121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669121'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669121'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669164_23669164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669164_23669164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669164_23669164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669164_23669164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669164_23669164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669164'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669164'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669228_23669228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669228_23669228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669228_23669228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669228_23669228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669228_23669228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669228'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669228'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669312_23669312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669312_23669312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669312_23669312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669312_23669312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669312_23669312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669312'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669312'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669388_23669388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669388_23669388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669388_23669388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669388_23669388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669388_23669388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669388'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669388'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24128778_24128778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24128778_24128778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24128778_24128778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24128778_24128778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24128778_24128778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24128778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24128778'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24128778'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669548_23669548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669548_23669548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669548_23669548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669548_23669548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669548_23669548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669548'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669548'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669616_23669616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669616_23669616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669616_23669616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669616_23669616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669616_23669616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669616'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669616'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669631_23669631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669631_23669631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669631_23669631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669631_23669631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669631_23669631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669631'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669631'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669703_23669703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669703_23669703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669703_23669703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669703_23669703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669703_23669703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669703'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669703'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669781_23669781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669781_23669781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669781_23669781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669781_23669781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669781_23669781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669781'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669781'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23669863_23669863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23669863_23669863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23669863_23669863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23669863_23669863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23669863_23669863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23669863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23669863'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23669863'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24129122_24129122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24129122_24129122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24129122_24129122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24129122_24129122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24129122_24129122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24129122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24129122'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24129122'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670018_23670018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670018_23670018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670018_23670018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670018_23670018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670018_23670018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670018'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670018'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670055_23670055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670055_23670055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670055_23670055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670055_23670055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670055_23670055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670055'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670055'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670098_23670098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670098_23670098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670098_23670098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670098_23670098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670098_23670098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670098'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670098'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670172_23670172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670172_23670172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670172_23670172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670172_23670172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670172_23670172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670172'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670172'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670248_23670248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670248_23670248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670248_23670248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670248_23670248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670248_23670248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670248'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670248'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670332_23670332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670332_23670332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670332_23670332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670332_23670332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670332_23670332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670332'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670332'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670410_23670410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670410_23670410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670410_23670410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670410_23670410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670410_23670410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670410'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670410'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670485_23670485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670485_23670485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670485_23670485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670485_23670485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670485_23670485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670485'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670485'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24129526_24129526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24129526_24129526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24129526_24129526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24129526_24129526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24129526_24129526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24129526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24129526'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24129526'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24129577_24129577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24129577_24129577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24129577_24129577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24129577_24129577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24129577_24129577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24129577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24129577'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24129577'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670638_23670638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670638_23670638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670638_23670638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670638_23670638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670638_23670638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670638'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670638'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670726_23670726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670726_23670726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670726_23670726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670726_23670726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670726_23670726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670726'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 118 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670811_23670811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670811_23670811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670811_23670811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670811_23670811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670811_23670811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670811'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670811'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670881_23670881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670881_23670881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670881_23670881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670881_23670881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670881_23670881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670881'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670881'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670957_23670957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670957_23670957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670957_23670957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670957_23670957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670957_23670957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670957'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670957'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671041_23671041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671041_23671041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671041_23671041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671041_23671041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671041_23671041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671041'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671041'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671059_23671059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671059_23671059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671059_23671059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671059_23671059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671059_23671059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671059'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671059'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671096_23671096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671096_23671096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671096_23671096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671096_23671096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671096_23671096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671096'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671096'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671174_23671174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671174_23671174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671174_23671174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671174_23671174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671174_23671174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671174'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671174'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671259_23671259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671259_23671259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671259_23671259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671259_23671259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671259_23671259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671259'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671259'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671342_23671342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671342_23671342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671342_23671342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671342_23671342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671342_23671342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671342'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671342'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671414_23671414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671414_23671414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671414_23671414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671414_23671414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671414_23671414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671414'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671414'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671488_23671488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671488_23671488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671488_23671488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671488_23671488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671488_23671488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671488'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671488'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671564_23671564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671564_23671564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671564_23671564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671564_23671564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671564_23671564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671564'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671564'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671643_23671643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671643_23671643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671643_23671643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671643_23671643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671643_23671643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671643'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671643'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671710_23671710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671710_23671710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671710_23671710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671710_23671710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671710_23671710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671710'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671746_23671746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671746_23671746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671746_23671746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671746_23671746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671746_23671746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671746'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671746'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671748_23671748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671748_23671748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671748_23671748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671748_23671748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671748_23671748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671748'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671748'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671771_23671771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671771_23671771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671771_23671771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671771_23671771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671771_23671771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671771'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671771'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671848_23671848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671848_23671848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671848_23671848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671848_23671848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671848_23671848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671848'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671848'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24130549_24130549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24130549_24130549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24130549_24130549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24130549_24130549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24130549_24130549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24130549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24130549'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24130549'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671989_23671989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671989_23671989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671989_23671989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671989_23671989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671989_23671989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671989'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671989'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24130694_24130694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24130694_24130694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24130694_24130694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24130694_24130694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24130694_24130694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24130694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24130694'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24130694'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672125_23672125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672125_23672125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672125_23672125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672125_23672125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672125_23672125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672125'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672125'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672199_23672199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672199_23672199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672199_23672199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672199_23672199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672199_23672199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672199'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672199'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672276_23672276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672276_23672276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672276_23672276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672276_23672276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672276_23672276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672276'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672276'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672292_23672292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672292_23672292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672292_23672292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672292_23672292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672292_23672292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672292'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672292'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672308_23672308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672308_23672308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672308_23672308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672308_23672308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672308_23672308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672308'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672308'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24130893_24130893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24130893_24130893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24130893_24130893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24130893_24130893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24130893_24130893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24130893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24130893'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24130893'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672471_23672471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672471_23672471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672471_23672471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672471_23672471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672471_23672471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672471'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672471'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24131029_24131029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24131029_24131029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24131029_24131029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24131029_24131029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24131029_24131029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24131029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24131029'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24131029'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672625_23672625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672625_23672625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672625_23672625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672625_23672625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672625_23672625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672625'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672625'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672700_23672700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672700_23672700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672700_23672700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672700_23672700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672700_23672700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672700'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672700'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672779_23672779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672779_23672779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672779_23672779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672779_23672779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672779_23672779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672779'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672779'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24131295_24131295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24131295_24131295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24131295_24131295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24131295_24131295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24131295_24131295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24131295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24131295'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24131295'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672896_23672896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672896_23672896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672896_23672896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672896_23672896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672896_23672896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672896'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672896'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672907_23672907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672907_23672907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672907_23672907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672907_23672907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672907_23672907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672907'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672907'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24131306_24131306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24131306_24131306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24131306_24131306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24131306_24131306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24131306_24131306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24131306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24131306'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24131306'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23672952_23672952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23672952_23672952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23672952_23672952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23672952_23672952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23672952_23672952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23672952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23672952'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23672952'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673031_23673031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673031_23673031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673031_23673031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673031_23673031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673031_23673031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673031'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673031'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673112_23673112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673112_23673112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673112_23673112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673112_23673112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673112_23673112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673112'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673112'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673189_23673189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673189_23673189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673189_23673189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673189_23673189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673189_23673189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673189'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673189'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673271_23673271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673271_23673271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673271_23673271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673271_23673271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673271_23673271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673271'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673271'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673346_23673346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673346_23673346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673346_23673346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673346_23673346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673346_23673346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673346'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673346'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673405_23673405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673405_23673405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673405_23673405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673405_23673405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673405_23673405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673405'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673405'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673414_23673414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673414_23673414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673414_23673414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673414_23673414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673414_23673414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673414'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673414'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673423_23673423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673423_23673423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673423_23673423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673423_23673423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673423_23673423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673423'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673423'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673501_23673501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673501_23673501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673501_23673501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673501_23673501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673501_23673501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673501'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673501'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24131796_24131796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24131796_24131796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24131796_24131796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24131796_24131796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24131796_24131796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24131796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24131796'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24131796'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673653_23673653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673653_23673653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673653_23673653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673653_23673653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673653_23673653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673653'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673653'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24131943_24131943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24131943_24131943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24131943_24131943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24131943_24131943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24131943_24131943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24131943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24131943'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24131943'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673803_23673803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673803_23673803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673803_23673803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673803_23673803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673803_23673803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673803'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673803'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673871_23673871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673871_23673871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673871_23673871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673871_23673871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673871_23673871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673871'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673871'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673911_23673911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673911_23673911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673911_23673911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673911_23673911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673911_23673911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673911'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673911'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673914_23673914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673914_23673914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673914_23673914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673914_23673914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673914_23673914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673914'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673914'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673916_23673916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673916_23673916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673916_23673916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673916_23673916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673916_23673916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673916'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673916'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673975_23673975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673975_23673975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673975_23673975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673975_23673975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673975_23673975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673975'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674040_23674040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674040_23674040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674040_23674040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674040_23674040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674040_23674040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674040'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674040'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674117_23674117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674117_23674117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674117_23674117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674117_23674117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674117_23674117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674117'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674117'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674188_23674188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674188_23674188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674188_23674188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674188_23674188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674188_23674188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674188'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674188'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674258_23674258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674258_23674258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674258_23674258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674258_23674258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674258_23674258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674258'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674258'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674301_23674301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674301_23674301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674301_23674301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674301_23674301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674301_23674301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674301'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674301'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674325_23674325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674325_23674325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674325_23674325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674325_23674325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674325_23674325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674325'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674325'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674398_23674398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674398_23674398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674398_23674398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674398_23674398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674398_23674398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674398'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674398'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674474_23674474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674474_23674474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674474_23674474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674474_23674474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674474_23674474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674474'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674557_23674557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674557_23674557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674557_23674557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674557_23674557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674557_23674557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674557'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674557'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24132598_24132598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24132598_24132598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24132598_24132598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24132598_24132598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24132598_24132598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24132598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24132598'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24132598'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674709_23674709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674709_23674709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674709_23674709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674709_23674709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674709_23674709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674709'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674709'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674780_23674780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674780_23674780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674780_23674780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674780_23674780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674780_23674780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674780'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674780'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674795_23674795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674795_23674795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674795_23674795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674795_23674795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674795_23674795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674795'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674795'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24132722_24132722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24132722_24132722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24132722_24132722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24132722_24132722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24132722_24132722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24132722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24132722'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24132722'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674884_23674884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674884_23674884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674884_23674884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674884_23674884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674884_23674884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674884'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674884'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674968_23674968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674968_23674968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674968_23674968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674968_23674968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674968_23674968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674968'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674968'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24132907_24132907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24132907_24132907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24132907_24132907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24132907_24132907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24132907_24132907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24132907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24132907'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24132907'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675119_23675119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675119_23675119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675119_23675119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675119_23675119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675119_23675119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675119'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675119'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675192_23675192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675192_23675192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675192_23675192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675192_23675192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675192_23675192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675192'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675192'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675275_23675275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675275_23675275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675275_23675275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675275_23675275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675275_23675275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675275'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675275'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133107_24133107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133107_24133107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133107_24133107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133107_24133107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133107_24133107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133107'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133107'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675380_23675380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675380_23675380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675380_23675380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675380_23675380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675380_23675380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675380'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675380'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133272_24133272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133272_24133272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133272_24133272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133272_24133272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133272_24133272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133272'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133272'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675579_23675579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675579_23675579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675579_23675579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675579_23675579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675579_23675579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675579'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675579'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675656_23675656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675656_23675656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675656_23675656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675656_23675656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675656_23675656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675656'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675656'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675734_23675734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675734_23675734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675734_23675734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675734_23675734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675734_23675734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675734'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675734'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675810_23675810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675810_23675810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675810_23675810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675810_23675810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675810_23675810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675810'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675810'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675882_23675882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675882_23675882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675882_23675882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675882_23675882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675882_23675882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675882'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675882'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133598_24133598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133598_24133598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133598_24133598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133598_24133598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133598_24133598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133598'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133598'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133623_24133623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133623_24133623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133623_24133623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133623_24133623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133623_24133623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133623'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133623'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133624_24133624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133624_24133624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133624_24133624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133624_24133624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133624_24133624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133624'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133624'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675983_23675983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675983_23675983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675983_23675983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675983_23675983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675983_23675983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675983'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675983'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676062_23676062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676062_23676062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676062_23676062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676062_23676062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676062_23676062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676062'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676062'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676140_23676140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676140_23676140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676140_23676140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676140_23676140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676140_23676140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676140'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676140'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676222_23676222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676222_23676222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676222_23676222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676222_23676222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676222_23676222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676222'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676222'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676292_23676292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676292_23676292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676292_23676292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676292_23676292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676292_23676292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676292'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676292'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676360_23676360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676360_23676360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676360_23676360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676360_23676360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676360_23676360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676360'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676360'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676433_23676433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676433_23676433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676433_23676433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676433_23676433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676433_23676433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676433'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676433'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676506_23676506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676506_23676506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676506_23676506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676506_23676506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676506_23676506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676506'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676506'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24134091_24134091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24134091_24134091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24134091_24134091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24134091_24134091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24134091_24134091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24134091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24134091'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24134091'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24134123_24134123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24134123_24134123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24134123_24134123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24134123_24134123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24134123_24134123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24134123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24134123'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24134123'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676650_23676650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676650_23676650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676650_23676650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676650_23676650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676650_23676650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676650'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676765_23676765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676765_23676765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676765_23676765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676765_23676765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676765_23676765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676765'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676765'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24134428_24134428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24134428_24134428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24134428_24134428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24134428_24134428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24134428_24134428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24134428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24134428'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24134428'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676999_23676999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676999_23676999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676999_23676999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676999_23676999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676999_23676999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676999'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676999'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24134610_24134610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24134610_24134610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24134610_24134610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24134610_24134610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24134610_24134610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24134610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24134610'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24134610'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677163_23677163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677163_23677163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677163_23677163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677163_23677163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677163_23677163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677163'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677163'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677231_23677231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677231_23677231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677231_23677231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677231_23677231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677231_23677231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677231'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677231'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677279_23677279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677279_23677279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677279_23677279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677279_23677279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677279_23677279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677279'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677279'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24134730_24134730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24134730_24134730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24134730_24134730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24134730_24134730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24134730_24134730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24134730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24134730'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24134730'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677360_23677360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677360_23677360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677360_23677360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677360_23677360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677360_23677360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677360'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677360'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677431_23677431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677431_23677431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677431_23677431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677431_23677431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677431_23677431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677431'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677513_23677513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677513_23677513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677513_23677513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677513_23677513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677513_23677513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677513'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677513'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24135000_24135000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24135000_24135000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24135000_24135000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24135000_24135000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24135000_24135000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24135000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24135000'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24135000'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677660_23677660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677660_23677660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677660_23677660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677660_23677660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677660_23677660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677660'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677660'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677744_23677744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677744_23677744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677744_23677744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677744_23677744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677744_23677744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677744'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677744'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24135198_24135198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24135198_24135198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24135198_24135198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24135198_24135198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24135198_24135198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24135198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24135198'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24135198'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24135211_24135211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24135211_24135211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24135211_24135211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24135211_24135211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24135211_24135211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24135211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24135211'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24135211'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677904_23677904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677904_23677904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677904_23677904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677904_23677904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677904_23677904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677904'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677904'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677986_23677986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677986_23677986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677986_23677986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677986_23677986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677986_23677986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677986'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678066_23678066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678066_23678066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678066_23678066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678066_23678066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678066_23678066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678066'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678066'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678144_23678144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678144_23678144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678144_23678144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678144_23678144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678144_23678144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678144'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678144'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678227_23678227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678227_23678227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678227_23678227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678227_23678227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678227_23678227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678227'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678227'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678307_23678307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678307_23678307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678307_23678307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678307_23678307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678307_23678307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678307'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678307'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678335_23678335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678335_23678335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678335_23678335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678335_23678335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678335_23678335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678335'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678335'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678347_23678347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678347_23678347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678347_23678347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678347_23678347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678347_23678347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678347'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678347'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678423_23678423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678423_23678423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678423_23678423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678423_23678423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678423_23678423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678423'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678423'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678497_23678497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678497_23678497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678497_23678497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678497_23678497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678497_23678497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678497'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678497'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678576_23678576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678576_23678576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678576_23678576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678576_23678576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678576_23678576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678576'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678576'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678649_23678649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678649_23678649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678649_23678649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678649_23678649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678649_23678649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678649'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678649'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678726_23678726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678726_23678726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678726_23678726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678726_23678726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678726_23678726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678726'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136022_24136022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136022_24136022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136022_24136022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136022_24136022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136022_24136022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136022'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136022'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678799_23678799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678799_23678799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678799_23678799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678799_23678799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678799_23678799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678799'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678799'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678880_23678880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678880_23678880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678880_23678880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678880_23678880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678880_23678880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678880'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678880'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678961_23678961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678961_23678961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678961_23678961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678961_23678961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678961_23678961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678961'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678961'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679042_23679042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679042_23679042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679042_23679042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679042_23679042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679042_23679042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679042'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679042'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679117_23679117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679117_23679117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679117_23679117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679117_23679117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679117_23679117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679117'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679117'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136386_24136386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136386_24136386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136386_24136386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136386_24136386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136386_24136386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136386'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136386'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679270_23679270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679270_23679270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679270_23679270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679270_23679270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679270_23679270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679270'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679270'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136455_24136455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136455_24136455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136455_24136455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136455_24136455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136455_24136455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136455'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136455'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679294_23679294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679294_23679294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679294_23679294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679294_23679294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679294_23679294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679294'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679294'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136517_24136517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136517_24136517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136517_24136517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136517_24136517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136517_24136517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136517'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136517'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679447_23679447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679447_23679447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679447_23679447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679447_23679447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679447_23679447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679447'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679447'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679528_23679528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679528_23679528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679528_23679528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679528_23679528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679528_23679528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679528'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679528'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679609_23679609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679609_23679609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679609_23679609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679609_23679609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679609_23679609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679609'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679609'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136786_24136786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136786_24136786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136786_24136786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136786_24136786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136786_24136786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136786'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136786'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679759_23679759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679759_23679759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679759_23679759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679759_23679759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679759_23679759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679759'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679759'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679820_23679820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679820_23679820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679820_23679820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679820_23679820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679820_23679820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679820'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679820'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679843_23679843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679843_23679843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679843_23679843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679843_23679843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679843_23679843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679843'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679843'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136904_24136904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136904_24136904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136904_24136904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136904_24136904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136904_24136904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136904'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136904'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679960_23679960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679960_23679960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679960_23679960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679960_23679960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679960_23679960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679960'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679960'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680045_23680045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680045_23680045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680045_23680045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680045_23680045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680045_23680045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680045'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680045'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680122_23680122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680122_23680122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680122_23680122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680122_23680122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680122_23680122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680122'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680122'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680199_23680199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680199_23680199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680199_23680199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680199_23680199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680199_23680199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680199'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680199'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680283_23680283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680283_23680283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680283_23680283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680283_23680283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680283_23680283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680283'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680283'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680354_23680354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680354_23680354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680354_23680354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680354_23680354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680354_23680354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680354'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680354'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680396_23680396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680396_23680396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680396_23680396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680396_23680396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680396_23680396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680396'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680396'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137325_24137325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137325_24137325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137325_24137325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137325_24137325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137325_24137325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137325'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137325'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680412_23680412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680412_23680412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680412_23680412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680412_23680412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680412_23680412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680412'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137358_24137358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137358_24137358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137358_24137358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137358_24137358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137358_24137358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137358'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137358'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680532_23680532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680532_23680532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680532_23680532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680532_23680532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680532_23680532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680532'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680532'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137475_24137475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137475_24137475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137475_24137475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137475_24137475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137475_24137475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137475'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137475'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680695_23680695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680695_23680695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680695_23680695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680695_23680695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680695_23680695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680695'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680695'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680781_23680781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680781_23680781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680781_23680781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680781_23680781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680781_23680781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680781'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680781'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680852_23680852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680852_23680852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680852_23680852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680852_23680852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680852_23680852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680852'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680852'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137734_24137734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137734_24137734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137734_24137734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137734_24137734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137734_24137734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137734'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137734'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680959_23680959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680959_23680959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680959_23680959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680959_23680959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680959_23680959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680959'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680959'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680980_23680980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680980_23680980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680980_23680980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680980_23680980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680980_23680980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680980'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680980'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680982_23680982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680982_23680982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680982_23680982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680982_23680982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680982_23680982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680982'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680982'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137813_24137813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137813_24137813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137813_24137813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137813_24137813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137813_24137813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137813'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137813'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137873_24137873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137873_24137873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137873_24137873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137873_24137873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137873_24137873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137873'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137873'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681210_23681210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681210_23681210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681210_23681210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681210_23681210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681210_23681210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681210'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681210'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138010_24138010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138010_24138010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138010_24138010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138010_24138010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138010_24138010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138010'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138010'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138074_24138074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138074_24138074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138074_24138074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138074_24138074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138074_24138074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138074'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138074'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138127_24138127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138127_24138127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138127_24138127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138127_24138127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138127_24138127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138127'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138127'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681516_23681516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681516_23681516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681516_23681516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681516_23681516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681516_23681516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681516'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681516'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681572_23681572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681572_23681572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681572_23681572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681572_23681572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681572_23681572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681572'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681572'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138225_24138225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138225_24138225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138225_24138225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138225_24138225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138225_24138225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138225'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138225'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681581_23681581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681581_23681581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681581_23681581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681581_23681581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681581_23681581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681581'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681581'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138287_24138287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138287_24138287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138287_24138287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138287_24138287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138287_24138287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138287'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138287'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681723_23681723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681723_23681723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681723_23681723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681723_23681723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681723_23681723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681723'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681723'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681803_23681803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681803_23681803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681803_23681803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681803_23681803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681803_23681803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681803'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681803'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681880_23681880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681880_23681880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681880_23681880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681880_23681880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681880_23681880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681880'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681880'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681960_23681960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681960_23681960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681960_23681960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681960_23681960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681960_23681960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681960'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681960'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682049_23682049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682049_23682049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682049_23682049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682049_23682049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682049_23682049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682049'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682049'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682138_23682138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682138_23682138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682138_23682138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682138_23682138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682138_23682138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682138'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682138'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682246_23682246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682246_23682246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682246_23682246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682246_23682246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682246_23682246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682246'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682246'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138794_24138794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138794_24138794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138794_24138794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138794_24138794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138794_24138794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138794'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138794'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682290_23682290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682290_23682290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682290_23682290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682290_23682290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682290_23682290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682290'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682290'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682310_23682310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682310_23682310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682310_23682310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682310_23682310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682310_23682310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682310'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682310'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138888_24138888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138888_24138888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138888_24138888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138888_24138888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138888_24138888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138888'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138888'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682457_23682457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682457_23682457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682457_23682457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682457_23682457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682457_23682457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682457'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682457'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24139025_24139025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24139025_24139025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24139025_24139025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24139025_24139025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24139025_24139025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24139025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24139025'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24139025'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682618_23682618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682618_23682618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682618_23682618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682618_23682618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682618_23682618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682618'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682618'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682699_23682699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682699_23682699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682699_23682699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682699_23682699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682699_23682699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682699'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682699'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682770_23682770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682770_23682770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682770_23682770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682770_23682770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682770_23682770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682770'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682770'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682814_23682814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682814_23682814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682814_23682814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682814_23682814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682814_23682814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682814'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682814'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24139244_24139244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24139244_24139244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24139244_24139244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24139244_24139244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24139244_24139244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24139244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24139244'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24139244'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682855_23682855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682855_23682855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682855_23682855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682855_23682855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682855_23682855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682855'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682935_23682935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682935_23682935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682935_23682935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682935_23682935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682935_23682935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682935'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682935'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683013_23683013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683013_23683013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683013_23683013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683013_23683013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683013_23683013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683013'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683013'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24139471_24139471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24139471_24139471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24139471_24139471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24139471_24139471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24139471_24139471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24139471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24139471'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24139471'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683168_23683168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683168_23683168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683168_23683168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683168_23683168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683168_23683168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683168'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683168'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683270_23683270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683270_23683270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683270_23683270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683270_23683270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683270_23683270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683270'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683270'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683356_23683356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683356_23683356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683356_23683356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683356_23683356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683356_23683356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683356'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683356'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683458_23683458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683458_23683458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683458_23683458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683458_23683458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683458_23683458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683458'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683458'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683468_23683468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683468_23683468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683468_23683468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683468_23683468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683468_23683468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683468'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683468'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683547_23683547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683547_23683547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683547_23683547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683547_23683547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683547_23683547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683547'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683547'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683631_23683631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683631_23683631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683631_23683631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683631_23683631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683631_23683631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683631'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683631'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683719_23683719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683719_23683719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683719_23683719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683719_23683719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683719_23683719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683719'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683719'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683790_23683790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683790_23683790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683790_23683790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683790_23683790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683790_23683790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683790'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683790'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683864_23683864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683864_23683864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683864_23683864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683864_23683864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683864_23683864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683864'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683864'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683920_23683920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683920_23683920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683920_23683920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683920_23683920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683920_23683920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683920'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683920'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683924_23683924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683924_23683924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683924_23683924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683924_23683924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683924_23683924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683924'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683924'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683925_23683925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683925_23683925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683925_23683925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683925_23683925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683925_23683925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683925'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683925'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683993_23683993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683993_23683993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683993_23683993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683993_23683993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683993_23683993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683993'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683993'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684069_23684069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684069_23684069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684069_23684069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684069_23684069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684069_23684069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684069'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684069'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24140290_24140290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24140290_24140290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24140290_24140290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24140290_24140290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24140290_24140290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24140290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24140290'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24140290'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684230_23684230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684230_23684230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684230_23684230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684230_23684230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684230_23684230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684230'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684230'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24140417_24140417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24140417_24140417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24140417_24140417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24140417_24140417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24140417_24140417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24140417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24140417'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24140417'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684374_23684374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684374_23684374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684374_23684374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684374_23684374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684374_23684374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684374'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684374'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684408_23684408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684408_23684408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684408_23684408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684408_23684408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684408_23684408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684408'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684408'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684450_23684450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684450_23684450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684450_23684450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684450_23684450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684450_23684450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684450'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684450'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684528_23684528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684528_23684528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684528_23684528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684528_23684528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684528_23684528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684528'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684528'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684599_23684599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684599_23684599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684599_23684599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684599_23684599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684599_23684599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684599'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684599'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24140723_24140723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24140723_24140723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24140723_24140723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24140723_24140723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24140723_24140723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24140723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24140723'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24140723'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684751_23684751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684751_23684751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684751_23684751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684751_23684751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684751_23684751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684751'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684751'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684830_23684830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684830_23684830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684830_23684830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684830_23684830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684830_23684830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684830'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684830'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684889_23684889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684889_23684889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684889_23684889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684889_23684889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684889_23684889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684889'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684889'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684902_23684902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684902_23684902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684902_23684902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684902_23684902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684902_23684902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684902'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684902'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24140871_24140871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24140871_24140871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24140871_24140871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24140871_24140871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24140871_24140871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24140871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24140871'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24140871'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24140927_24140927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24140927_24140927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24140927_24140927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24140927_24140927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24140927_24140927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24140927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24140927'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24140927'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24140986_24140986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24140986_24140986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24140986_24140986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24140986_24140986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24140986_24140986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24140986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24140986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24140986'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685149_23685149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685149_23685149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685149_23685149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685149_23685149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685149_23685149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685149'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685149'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24141148_24141148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24141148_24141148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24141148_24141148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24141148_24141148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24141148_24141148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24141148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24141148'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24141148'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685340_23685340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685340_23685340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685340_23685340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685340_23685340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685340_23685340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685340'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685340'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685423_23685423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685423_23685423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685423_23685423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685423_23685423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685423_23685423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685423'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685423'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685509_23685509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685509_23685509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685509_23685509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685509_23685509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685509_23685509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685509'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685509'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685515_23685515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685515_23685515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685515_23685515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685515_23685515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685515_23685515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685515'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685515'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685534_23685534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685534_23685534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685534_23685534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685534_23685534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685534_23685534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685534'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685534'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685594_23685594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685594_23685594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685594_23685594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685594_23685594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685594_23685594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685594'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685594'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24141459_24141459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24141459_24141459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24141459_24141459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24141459_24141459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24141459_24141459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24141459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24141459'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24141459'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685758_23685758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685758_23685758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685758_23685758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685758_23685758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685758_23685758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685758'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685758'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685836_23685836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685836_23685836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685836_23685836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685836_23685836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685836_23685836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685836'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685836'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24141682_24141682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24141682_24141682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24141682_24141682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24141682_24141682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24141682_24141682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24141682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24141682'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24141682'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685992_23685992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685992_23685992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685992_23685992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685992_23685992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685992_23685992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685992'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685992'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686067_23686067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686067_23686067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686067_23686067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686067_23686067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686067_23686067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686067'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686067'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686085_23686085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686085_23686085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686085_23686085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686085_23686085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686085_23686085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686085'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686085'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686092_23686092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686092_23686092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686092_23686092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686092_23686092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686092_23686092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686092'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686092'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686094_23686094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686094_23686094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686094_23686094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686094_23686094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686094_23686094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686094'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686094'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686169_23686169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686169_23686169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686169_23686169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686169_23686169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686169_23686169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686169'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686169'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686254_23686254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686254_23686254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686254_23686254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686254_23686254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686254_23686254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686254'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686254'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686336_23686336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686336_23686336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686336_23686336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686336_23686336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686336_23686336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686336'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686336'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686436_23686436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686436_23686436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686436_23686436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686436_23686436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686436_23686436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686436'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686436'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686552_23686552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686552_23686552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686552_23686552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686552_23686552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686552_23686552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686552'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686552'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686635_23686635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686635_23686635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686635_23686635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686635_23686635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686635_23686635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686635'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686635'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686727_23686727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686727_23686727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686727_23686727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686727_23686727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686727_23686727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686727'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686727'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686802_23686802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686802_23686802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686802_23686802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686802_23686802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686802_23686802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686802'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686802'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686876_23686876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686876_23686876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686876_23686876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686876_23686876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686876_23686876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686876'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686876'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686898_23686898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686898_23686898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686898_23686898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686898_23686898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686898_23686898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686898'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686898'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24142443_24142443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24142443_24142443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24142443_24142443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24142443_24142443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24142443_24142443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24142443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24142443'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24142443'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686939_23686939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686939_23686939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686939_23686939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686939_23686939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686939_23686939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686939'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686939'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 116 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24142543_24142543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24142543_24142543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24142543_24142543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24142543_24142543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24142543_24142543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24142543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24142543'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24142543'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687104_23687104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687104_23687104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687104_23687104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687104_23687104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687104_23687104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687104'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687104'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687181_23687181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687181_23687181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687181_23687181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687181_23687181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687181_23687181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687181'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687181'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687256_23687256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687256_23687256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687256_23687256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687256_23687256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687256_23687256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687256'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687256'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687333_23687333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687333_23687333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687333_23687333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687333_23687333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687333_23687333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687333'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687333'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24142889_24142889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24142889_24142889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24142889_24142889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24142889_24142889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24142889_24142889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24142889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24142889'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24142889'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687492_23687492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687492_23687492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687492_23687492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687492_23687492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687492_23687492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687492'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687492'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687554_23687554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687554_23687554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687554_23687554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687554_23687554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687554_23687554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687554'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687554'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687558_23687558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687558_23687558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687558_23687558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687558_23687558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687558_23687558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687558'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687558'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687566_23687566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687566_23687566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687566_23687566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687566_23687566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687566_23687566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687566'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687566'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687600_23687600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687600_23687600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687600_23687600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687600_23687600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687600_23687600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687600'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687600'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 116 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143084_24143084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143084_24143084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143084_24143084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143084_24143084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143084_24143084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143084'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143084'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687759_23687759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687759_23687759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687759_23687759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687759_23687759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687759_23687759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687759'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687759'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687832_23687832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687832_23687832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687832_23687832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687832_23687832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687832_23687832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687832'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687832'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687956_23687956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687956_23687956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687956_23687956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687956_23687956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687956_23687956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687956'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687956'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688054_23688054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688054_23688054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688054_23688054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688054_23688054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688054_23688054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688054'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688054'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688172_23688172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688172_23688172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688172_23688172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688172_23688172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688172_23688172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688172'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688172'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143606_24143606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143606_24143606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143606_24143606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143606_24143606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143606_24143606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143606'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143606'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143665_24143665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143665_24143665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143665_24143665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143665_24143665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143665_24143665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143665'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143665'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688390_23688390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688390_23688390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688390_23688390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688390_23688390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688390_23688390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688390'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688390'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688418_23688418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688418_23688418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688418_23688418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688418_23688418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688418_23688418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688418'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688418'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688420_23688420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688420_23688420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688420_23688420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688420_23688420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688420_23688420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688420'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688420'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688421_23688421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688421_23688421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688421_23688421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688421_23688421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688421_23688421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688421'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688421'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688487_23688487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688487_23688487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688487_23688487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688487_23688487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688487_23688487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688487'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688487'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688565_23688565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688565_23688565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688565_23688565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688565_23688565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688565_23688565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688565'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688565'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143912_24143912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143912_24143912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143912_24143912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143912_24143912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143912_24143912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143912'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143912'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143990_24143990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143990_24143990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143990_24143990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143990_24143990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143990_24143990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143990'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143990'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24144056_24144056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24144056_24144056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24144056_24144056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24144056_24144056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24144056_24144056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24144056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24144056'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24144056'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688866_23688866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688866_23688866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688866_23688866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688866_23688866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688866_23688866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688866'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23688942_23688942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23688942_23688942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23688942_23688942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23688942_23688942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23688942_23688942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23688942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23688942'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23688942'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689018_23689018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689018_23689018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689018_23689018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689018_23689018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689018_23689018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689018'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689018'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689062_23689062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689062_23689062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689062_23689062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689062_23689062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689062_23689062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689062'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689062'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689074_23689074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689074_23689074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689074_23689074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689074_23689074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689074_23689074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689074'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689074'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24144312_24144312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24144312_24144312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24144312_24144312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24144312_24144312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24144312_24144312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24144312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24144312'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24144312'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24144329_24144329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24144329_24144329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24144329_24144329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24144329_24144329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24144329_24144329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24144329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24144329'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24144329'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689185_23689185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689185_23689185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689185_23689185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689185_23689185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689185_23689185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689185'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689185'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689264_23689264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689264_23689264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689264_23689264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689264_23689264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689264_23689264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689264'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689264'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689373_23689373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689373_23689373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689373_23689373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689373_23689373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689373_23689373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689373'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689373'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689481_23689481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689481_23689481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689481_23689481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689481_23689481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689481_23689481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689481'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689481'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689600_23689600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689600_23689600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689600_23689600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689600_23689600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689600_23689600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689600'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689600'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24144899_24144899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24144899_24144899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24144899_24144899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24144899_24144899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24144899_24144899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24144899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24144899'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24144899'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24144955_24144955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24144955_24144955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24144955_24144955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24144955_24144955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24144955_24144955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24144955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24144955'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24144955'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689866_23689866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689866_23689866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689866_23689866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689866_23689866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689866_23689866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689866'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145066_24145066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145066_24145066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145066_24145066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145066_24145066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145066_24145066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145066'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145066'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145076_24145076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145076_24145076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145076_24145076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145076_24145076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145076_24145076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145076'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145076'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145082_24145082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145082_24145082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145082_24145082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145082_24145082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145082_24145082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145082'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145082'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690014_23690014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690014_23690014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690014_23690014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690014_23690014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690014_23690014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690014'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690014'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145179_24145179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145179_24145179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145179_24145179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145179_24145179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145179_24145179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145179'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145179'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145221_24145221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145221_24145221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145221_24145221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145221_24145221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145221_24145221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145221'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145221'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145265_24145265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145265_24145265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145265_24145265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145265_24145265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145265_24145265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145265'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145265'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145328_24145328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145328_24145328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145328_24145328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145328_24145328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145328_24145328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145328'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145328'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690285_23690285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690285_23690285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690285_23690285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690285_23690285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690285_23690285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690285'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690285'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690354_23690354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690354_23690354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690354_23690354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690354_23690354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690354_23690354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690354'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690354'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690427_23690427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690427_23690427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690427_23690427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690427_23690427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690427_23690427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690427'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690427'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690458_23690458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690458_23690458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690458_23690458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690458_23690458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690458_23690458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690458'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690458'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690465_23690465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690465_23690465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690465_23690465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690465_23690465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690465_23690465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690465'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690465'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145509_24145509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145509_24145509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145509_24145509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145509_24145509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145509_24145509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145509'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145509'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690597_23690597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690597_23690597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690597_23690597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690597_23690597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690597_23690597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690597'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690597'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690674_23690674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690674_23690674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690674_23690674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690674_23690674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690674_23690674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690674'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690674'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690784_23690784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690784_23690784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690784_23690784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690784_23690784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690784_23690784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690784'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690784'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690898_23690898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690898_23690898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690898_23690898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690898_23690898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690898_23690898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690898'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690898'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145937_24145937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145937_24145937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145937_24145937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145937_24145937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145937_24145937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145937'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145937'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691103_23691103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691103_23691103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691103_23691103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691103_23691103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691103_23691103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691103'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691103'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691189_23691189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691189_23691189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691189_23691189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691189_23691189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691189_23691189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691189'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691189'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691262_23691262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691262_23691262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691262_23691262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691262_23691262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691262_23691262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691262'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691262'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691275_23691275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691275_23691275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691275_23691275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691275_23691275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691275_23691275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691275'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691275'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691291_23691291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691291_23691291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691291_23691291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691291_23691291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691291_23691291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691291'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691291'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691363_23691363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691363_23691363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691363_23691363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691363_23691363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691363_23691363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691363'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691363'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691433_23691433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691433_23691433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691433_23691433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691433_23691433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691433_23691433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691433'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691433'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691509_23691509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691509_23691509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691509_23691509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691509_23691509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691509_23691509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691509'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691509'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691584_23691584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691584_23691584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691584_23691584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691584_23691584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691584_23691584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691584'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691584'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691663_23691663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691663_23691663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691663_23691663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691663_23691663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691663_23691663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691663'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691663'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691728_23691728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691728_23691728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691728_23691728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691728_23691728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691728_23691728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691728'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691728'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24146506_24146506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24146506_24146506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24146506_24146506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24146506_24146506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24146506_24146506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24146506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24146506'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24146506'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691878_23691878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691878_23691878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691878_23691878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691878_23691878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691878_23691878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691878'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691878'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24146711_24146711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24146711_24146711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24146711_24146711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24146711_24146711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24146711_24146711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24146711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24146711'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24146711'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692063_23692063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692063_23692063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692063_23692063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692063_23692063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692063_23692063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692063'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692063'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24146850_24146850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24146850_24146850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24146850_24146850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24146850_24146850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24146850_24146850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24146850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24146850'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24146850'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24146900_24146900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24146900_24146900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24146900_24146900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24146900_24146900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24146900_24146900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24146900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24146900'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24146900'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692271_23692271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692271_23692271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692271_23692271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692271_23692271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692271_23692271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692271'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692271'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692297_23692297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692297_23692297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692297_23692297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692297_23692297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692297_23692297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692297'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692297'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692317_23692317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692317_23692317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692317_23692317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692317_23692317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692317_23692317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692317'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692317'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692322_23692322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692322_23692322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692322_23692322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692322_23692322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692322_23692322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692322'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692322'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692323_23692323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692323_23692323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692323_23692323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692323_23692323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692323_23692323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692323'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692323'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692337_23692337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692337_23692337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692337_23692337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692337_23692337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692337_23692337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692337'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692337'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24146985_24146985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24146985_24146985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24146985_24146985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24146985_24146985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24146985_24146985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24146985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24146985'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24146985'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692516_23692516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692516_23692516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692516_23692516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692516_23692516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692516_23692516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692516'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692516'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692597_23692597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692597_23692597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692597_23692597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692597_23692597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692597_23692597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692597'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692597'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692671_23692671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692671_23692671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692671_23692671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692671_23692671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692671_23692671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692671'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692671'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692747_23692747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692747_23692747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692747_23692747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692747_23692747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692747_23692747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692747'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692747'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692830_23692830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692830_23692830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692830_23692830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692830_23692830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692830_23692830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692830'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692830'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23692909_23692909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23692909_23692909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23692909_23692909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23692909_23692909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23692909_23692909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23692909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23692909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23692909'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24147467_24147467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24147467_24147467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24147467_24147467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24147467_24147467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24147467_24147467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24147467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24147467'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24147467'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24147511_24147511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24147511_24147511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24147511_24147511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24147511_24147511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24147511_24147511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24147511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24147511'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24147511'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24147514_24147514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24147514_24147514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24147514_24147514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24147514_24147514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24147514_24147514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24147514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24147514'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24147514'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693078_23693078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693078_23693078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693078_23693078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693078_23693078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693078_23693078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693078'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693078'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693147_23693147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693147_23693147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693147_23693147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693147_23693147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693147_23693147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693147'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693147'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693246_23693246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693246_23693246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693246_23693246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693246_23693246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693246_23693246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693246'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693246'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24147833_24147833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24147833_24147833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24147833_24147833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24147833_24147833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24147833_24147833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24147833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24147833'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24147833'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693455_23693455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693455_23693455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693455_23693455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693455_23693455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693455_23693455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693455'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693455'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693522_23693522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693522_23693522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693522_23693522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693522_23693522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693522_23693522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693522'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693522'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24147986_24147986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24147986_24147986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24147986_24147986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24147986_24147986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24147986_24147986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24147986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24147986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24147986'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693585_23693585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693585_23693585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693585_23693585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693585_23693585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693585_23693585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693585'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693597_23693597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693597_23693597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693597_23693597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693597_23693597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693597_23693597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693597'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693597'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148001_24148001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148001_24148001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148001_24148001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148001_24148001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148001_24148001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148001'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148001'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148048_24148048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148048_24148048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148048_24148048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148048_24148048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148048_24148048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148048'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148048'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693757_23693757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693757_23693757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693757_23693757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693757_23693757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693757_23693757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693757'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693757'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148177_24148177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148177_24148177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148177_24148177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148177_24148177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148177_24148177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148177'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148177'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693867_23693867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693867_23693867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693867_23693867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693867_23693867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693867_23693867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693867'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693867'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148250_24148250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148250_24148250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148250_24148250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148250_24148250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148250_24148250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148250'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148250'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148277_24148277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148277_24148277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148277_24148277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148277_24148277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148277_24148277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148277'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148277'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694002_23694002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694002_23694002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694002_23694002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694002_23694002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694002_23694002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694002'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694069_23694069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694069_23694069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694069_23694069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694069_23694069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694069_23694069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694069'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694069'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694206_23694206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694206_23694206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694206_23694206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694206_23694206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694206_23694206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694206'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694206'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694313_23694313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694313_23694313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694313_23694313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694313_23694313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694313_23694313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694313'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694313'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694400_23694400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694400_23694400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694400_23694400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694400_23694400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694400_23694400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694400'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694400'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694450_23694450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694450_23694450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694450_23694450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694450_23694450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694450_23694450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694450'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694450'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694492_23694492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694492_23694492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694492_23694492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694492_23694492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694492_23694492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694492'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694492'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694521_23694521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694521_23694521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694521_23694521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694521_23694521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694521_23694521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694521'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694521'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694549_23694549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694549_23694549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694549_23694549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694549_23694549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694549_23694549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694549'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694549'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694601_23694601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694601_23694601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694601_23694601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694601_23694601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694601_23694601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694601'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694601'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694658_23694658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694658_23694658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694658_23694658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694658_23694658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694658_23694658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694658'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694658'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694729_23694729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694729_23694729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694729_23694729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694729_23694729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694729_23694729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694729'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694729'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148870_24148870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148870_24148870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148870_24148870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148870_24148870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148870_24148870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148870'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148870'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694858_23694858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694858_23694858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694858_23694858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694858_23694858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694858_23694858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694858'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694858'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148920_24148920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148920_24148920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148920_24148920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148920_24148920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148920_24148920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148920'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148920'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148935_24148935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148935_24148935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148935_24148935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148935_24148935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148935_24148935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148935'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148935'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694985_23694985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694985_23694985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694985_23694985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694985_23694985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694985_23694985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694985'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694985'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695053_23695053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695053_23695053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695053_23695053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695053_23695053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695053_23695053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695053'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695053'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695155_23695155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695155_23695155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695155_23695155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695155_23695155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695155_23695155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695155'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695155'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149181_24149181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149181_24149181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149181_24149181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149181_24149181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149181_24149181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149181'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149181'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695386_23695386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695386_23695386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695386_23695386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695386_23695386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695386_23695386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695386'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695386'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695483_23695483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695483_23695483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695483_23695483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695483_23695483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695483_23695483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695483'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695483'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695513_23695513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695513_23695513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695513_23695513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695513_23695513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695513_23695513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695513'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695513'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149374_24149374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149374_24149374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149374_24149374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149374_24149374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149374_24149374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149374'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149374'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695595_23695595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695595_23695595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695595_23695595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695595_23695595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695595_23695595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695595'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695595'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695632_23695632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695632_23695632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695632_23695632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695632_23695632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695632_23695632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695632'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695632'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695691_23695691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695691_23695691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695691_23695691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695691_23695691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695691_23695691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695691'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695691'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695744_23695744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695744_23695744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695744_23695744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695744_23695744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695744_23695744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695744'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695744'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695802_23695802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695802_23695802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695802_23695802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695802_23695802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695802_23695802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695802'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695802'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695855_23695855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695855_23695855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695855_23695855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695855_23695855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695855_23695855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695855'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695913_23695913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695913_23695913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695913_23695913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695913_23695913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695913_23695913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695913'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695913'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695937_23695937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695937_23695937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695937_23695937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695937_23695937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695937_23695937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695937'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695937'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695983_23695983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695983_23695983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695983_23695983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695983_23695983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695983_23695983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695983'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695983'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149559_24149559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149559_24149559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149559_24149559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149559_24149559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149559_24149559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149559'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149559'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696046_23696046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696046_23696046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696046_23696046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696046_23696046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696046_23696046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696046'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696046'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696144_23696144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696144_23696144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696144_23696144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696144_23696144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696144_23696144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696144'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696144'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696247_23696247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696247_23696247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696247_23696247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696247_23696247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696247_23696247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696247'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696247'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149912_24149912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149912_24149912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149912_24149912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149912_24149912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149912_24149912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149912'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149912'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696431_23696431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696431_23696431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696431_23696431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696431_23696431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696431_23696431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696431'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696460_23696460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696460_23696460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696460_23696460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696460_23696460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696460_23696460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696460'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696460'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696510_23696510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696510_23696510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696510_23696510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696510_23696510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696510_23696510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696510'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696510'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149998_24149998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149998_24149998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149998_24149998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149998_24149998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149998_24149998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149998'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149998'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696538_23696538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696538_23696538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696538_23696538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696538_23696538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696538_23696538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696538'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696538'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696583_23696583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696583_23696583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696583_23696583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696583_23696583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696583_23696583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696583'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696583'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150072_24150072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150072_24150072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150072_24150072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150072_24150072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150072_24150072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150072'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150072'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696710_23696710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696710_23696710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696710_23696710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696710_23696710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696710_23696710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696710'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696784_23696784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696784_23696784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696784_23696784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696784_23696784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696784_23696784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696784'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696784'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696824_23696824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696824_23696824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696824_23696824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696824_23696824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696824_23696824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696824'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696824'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150231_24150231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150231_24150231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150231_24150231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150231_24150231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150231_24150231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150231'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150231'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150238_24150238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150238_24150238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150238_24150238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150238_24150238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150238_24150238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150238'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150238'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696905_23696905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696905_23696905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696905_23696905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696905_23696905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696905_23696905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696905'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696905'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150318_24150318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150318_24150318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150318_24150318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150318_24150318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150318_24150318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150318'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150318'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697071_23697071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697071_23697071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697071_23697071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697071_23697071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697071_23697071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697071'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697071'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697141_23697141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697141_23697141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697141_23697141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697141_23697141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697141_23697141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697141'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697141'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697193_23697193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697193_23697193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697193_23697193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697193_23697193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697193_23697193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697193'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697193'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697230_23697230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697230_23697230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697230_23697230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697230_23697230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697230_23697230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697230'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697230'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697265_23697265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697265_23697265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697265_23697265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697265_23697265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697265_23697265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697265'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697265'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697297_23697297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697297_23697297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697297_23697297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697297_23697297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697297_23697297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697297'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697297'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150585_24150585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150585_24150585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150585_24150585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150585_24150585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150585_24150585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150585'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697424_23697424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697424_23697424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697424_23697424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697424_23697424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697424_23697424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697424'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697424'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697493_23697493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697493_23697493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697493_23697493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697493_23697493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697493_23697493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697493'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697493'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697566_23697566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697566_23697566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697566_23697566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697566_23697566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697566_23697566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697566'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697566'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697586_23697586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697586_23697586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697586_23697586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697586_23697586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697586_23697586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697586'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697586'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150801_24150801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150801_24150801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150801_24150801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150801_24150801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150801_24150801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150801'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150801'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697701_23697701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697701_23697701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697701_23697701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697701_23697701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697701_23697701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697701'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697701'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150897_24150897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150897_24150897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150897_24150897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150897_24150897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150897_24150897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150897'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150897'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697836_23697836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697836_23697836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697836_23697836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697836_23697836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697836_23697836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697836'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697836'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697909_23697909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697909_23697909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697909_23697909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697909_23697909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697909_23697909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697909'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151058_24151058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151058_24151058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151058_24151058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151058_24151058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151058_24151058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151058'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151058'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151074_24151074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151074_24151074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151074_24151074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151074_24151074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151074_24151074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151074'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151074'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698019_23698019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698019_23698019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698019_23698019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698019_23698019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698019_23698019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698019'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698019'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698069_23698069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698069_23698069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698069_23698069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698069_23698069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698069_23698069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698069'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698069'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698133_23698133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698133_23698133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698133_23698133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698133_23698133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698133_23698133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698133'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698133'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698209_23698209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698209_23698209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698209_23698209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698209_23698209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698209_23698209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698209'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698209'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151229_24151229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151229_24151229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151229_24151229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151229_24151229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151229_24151229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151229'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151229'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698318_23698318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698318_23698318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698318_23698318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698318_23698318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698318_23698318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698318'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698318'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698359_23698359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698359_23698359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698359_23698359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698359_23698359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698359_23698359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698359'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698359'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151331_24151331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151331_24151331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151331_24151331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151331_24151331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151331_24151331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151331'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151331'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151333_24151333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151333_24151333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151333_24151333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151333_24151333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151333_24151333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151333'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151333'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151370_24151370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151370_24151370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151370_24151370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151370_24151370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151370_24151370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151370'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151370'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698550_23698550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698550_23698550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698550_23698550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698550_23698550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698550_23698550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698550'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698550'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151475_24151475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151475_24151475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151475_24151475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151475_24151475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151475_24151475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151475'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151475'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698663_23698663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698663_23698663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698663_23698663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698663_23698663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698663_23698663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698663'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698663'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698700_23698700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698700_23698700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698700_23698700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698700_23698700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698700_23698700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698700'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698700'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151577_24151577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151577_24151577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151577_24151577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151577_24151577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151577_24151577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151577'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151577'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698765_23698765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698765_23698765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698765_23698765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698765_23698765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698765_23698765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698765'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698765'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698795_23698795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698795_23698795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698795_23698795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698795_23698795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698795_23698795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698795'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698795'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698840_23698840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698840_23698840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698840_23698840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698840_23698840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698840_23698840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698840'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698840'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151676_24151676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151676_24151676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151676_24151676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151676_24151676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151676_24151676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151676'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151676'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698969_23698969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698969_23698969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698969_23698969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698969_23698969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698969_23698969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698969'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698969'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698988_23698988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698988_23698988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698988_23698988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698988_23698988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698988_23698988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698988'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698988'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699002_23699002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699002_23699002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699002_23699002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699002_23699002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699002_23699002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699002'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699056_23699056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699056_23699056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699056_23699056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699056_23699056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699056_23699056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699056'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699056'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699114_23699114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699114_23699114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699114_23699114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699114_23699114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699114_23699114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699114'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699114'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151835_24151835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151835_24151835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151835_24151835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151835_24151835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151835_24151835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151835'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151835'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699177_23699177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699177_23699177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699177_23699177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699177_23699177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699177_23699177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699177'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699177'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699232_23699232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699232_23699232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699232_23699232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699232_23699232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699232_23699232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699232'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699232'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151908_24151908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151908_24151908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151908_24151908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151908_24151908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151908_24151908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151908'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151908'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152013_24152013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152013_24152013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152013_24152013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152013_24152013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152013_24152013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152013'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152013'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699476_23699476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699476_23699476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699476_23699476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699476_23699476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699476_23699476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699476'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699476'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699491_23699491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699491_23699491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699491_23699491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699491_23699491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699491_23699491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699491'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699491'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699546_23699546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699546_23699546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699546_23699546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699546_23699546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699546_23699546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699546'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699546'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699619_23699619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699619_23699619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699619_23699619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699619_23699619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699619_23699619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699619'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699619'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152171_24152171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152171_24152171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152171_24152171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152171_24152171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152171_24152171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152171'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152171'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699737_23699737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699737_23699737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699737_23699737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699737_23699737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699737_23699737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699737'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699737'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699766_23699766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699766_23699766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699766_23699766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699766_23699766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699766_23699766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699766'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699766'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699825_23699825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699825_23699825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699825_23699825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699825_23699825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699825_23699825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699825'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699825'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699850_23699850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699850_23699850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699850_23699850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699850_23699850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699850_23699850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699850'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699850'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699866_23699866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699866_23699866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699866_23699866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699866_23699866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699866_23699866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699866'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699936_23699936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699936_23699936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699936_23699936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699936_23699936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699936_23699936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699936'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699936'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700038_23700038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700038_23700038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700038_23700038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700038_23700038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700038_23700038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700038'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700038'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700148_23700148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700148_23700148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700148_23700148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700148_23700148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700148_23700148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700148'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700148'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152546_24152546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152546_24152546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152546_24152546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152546_24152546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152546_24152546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152546'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152546'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700239_23700239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700239_23700239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700239_23700239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700239_23700239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700239_23700239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700239'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700239'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700248_23700248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700248_23700248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700248_23700248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700248_23700248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700248_23700248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700248'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700248'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152570_24152570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152570_24152570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152570_24152570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152570_24152570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152570_24152570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152570'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152570'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700346_23700346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700346_23700346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700346_23700346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700346_23700346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700346_23700346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700346'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700346'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152690_24152690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152690_24152690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152690_24152690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152690_24152690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152690_24152690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152690'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152690'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700474_23700474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700474_23700474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700474_23700474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700474_23700474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700474_23700474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700474'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152730_24152730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152730_24152730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152730_24152730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152730_24152730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152730_24152730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152730'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152730'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152731_24152731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152731_24152731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152731_24152731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152731_24152731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152731_24152731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152731'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152731'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700534_23700534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700534_23700534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700534_23700534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700534_23700534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700534_23700534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700534'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700534'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700582_23700582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700582_23700582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700582_23700582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700582_23700582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700582_23700582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700582'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700582'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700667_23700667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700667_23700667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700667_23700667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700667_23700667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700667_23700667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700667'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700667'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152926_24152926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152926_24152926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152926_24152926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152926_24152926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152926_24152926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152926'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152926'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152976_24152976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152976_24152976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152976_24152976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152976_24152976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152976_24152976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152976'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152976'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700879_23700879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700879_23700879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700879_23700879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700879_23700879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700879_23700879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700879'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700879'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700914_23700914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700914_23700914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700914_23700914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700914_23700914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700914_23700914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700914'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700914'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700967_23700967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700967_23700967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700967_23700967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700967_23700967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700967_23700967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700967'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700967'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24153123_24153123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24153123_24153123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24153123_24153123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24153123_24153123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24153123_24153123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24153123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24153123'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24153123'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24153178_24153178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24153178_24153178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24153178_24153178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24153178_24153178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24153178_24153178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24153178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24153178'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24153178'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701126_23701126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701126_23701126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701126_23701126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701126_23701126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701126_23701126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701126'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701126'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701158_23701158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701158_23701158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701158_23701158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701158_23701158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701158_23701158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701158'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701158'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701169_23701169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701169_23701169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701169_23701169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701169_23701169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701169_23701169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701169'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701169'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701232_23701232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701232_23701232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701232_23701232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701232_23701232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701232_23701232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701232'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701232'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701328_23701328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701328_23701328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701328_23701328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701328_23701328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701328_23701328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701328'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701328'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701446_23701446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701446_23701446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701446_23701446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701446_23701446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701446_23701446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701446'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701446'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701544_23701544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701544_23701544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701544_23701544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701544_23701544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701544_23701544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701544'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701544'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701606_23701606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701606_23701606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701606_23701606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701606_23701606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701606_23701606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701606'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701606'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701616_23701616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701616_23701616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701616_23701616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701616_23701616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701616_23701616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701616'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701616'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701672_23701672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701672_23701672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701672_23701672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701672_23701672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701672_23701672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701672'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701672'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701737_23701737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701737_23701737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701737_23701737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701737_23701737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701737_23701737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701737'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701737'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701788_23701788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701788_23701788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701788_23701788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701788_23701788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701788_23701788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701788'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701788'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701821_23701821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701821_23701821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701821_23701821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701821_23701821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701821_23701821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701821'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701821'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701858_23701858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701858_23701858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701858_23701858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701858_23701858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701858_23701858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701858'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701858'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701948_23701948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701948_23701948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701948_23701948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701948_23701948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701948_23701948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701948'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701948'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702057_23702057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702057_23702057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702057_23702057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702057_23702057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702057_23702057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702057'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702057'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702179_23702179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702179_23702179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702179_23702179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702179_23702179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702179_23702179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702179'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702179'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154004_24154004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154004_24154004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154004_24154004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154004_24154004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154004_24154004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154004'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154004'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702297_23702297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702297_23702297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702297_23702297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702297_23702297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702297_23702297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702297'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702297'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702327_23702327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702327_23702327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702327_23702327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702327_23702327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702327_23702327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702327'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702327'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702359_23702359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702359_23702359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702359_23702359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702359_23702359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702359_23702359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702359'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702359'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154053_24154053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154053_24154053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154053_24154053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154053_24154053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154053_24154053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154053'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154053'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702480_23702480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702480_23702480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702480_23702480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702480_23702480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702480_23702480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702480'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702480'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702557_23702557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702557_23702557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702557_23702557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702557_23702557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702557_23702557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702557'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702557'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154229_24154229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154229_24154229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154229_24154229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154229_24154229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154229_24154229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154229'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154229'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702660_23702660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702660_23702660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702660_23702660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702660_23702660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702660_23702660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702660'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702660'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702680_23702680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702680_23702680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702680_23702680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702680_23702680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702680_23702680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702680'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702680'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154267_24154267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154267_24154267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154267_24154267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154267_24154267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154267_24154267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154267'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154267'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702802_23702802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702802_23702802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702802_23702802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702802_23702802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702802_23702802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702802'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702802'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702895_23702895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702895_23702895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702895_23702895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702895_23702895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702895_23702895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702895'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702895'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702996_23702996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702996_23702996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702996_23702996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702996_23702996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702996_23702996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702996'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702996'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703103_23703103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703103_23703103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703103_23703103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703103_23703103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703103_23703103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703103'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703103'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154681_24154681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154681_24154681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154681_24154681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154681_24154681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154681_24154681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154681'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154681'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703237_23703237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703237_23703237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703237_23703237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703237_23703237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703237_23703237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703237'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703237'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703274_23703274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703274_23703274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703274_23703274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703274_23703274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703274_23703274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703274'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703274'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154716_24154716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154716_24154716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154716_24154716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154716_24154716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154716_24154716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154716'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154716'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703394_23703394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703394_23703394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703394_23703394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703394_23703394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703394_23703394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703394'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703394'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703458_23703458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703458_23703458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703458_23703458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703458_23703458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703458_23703458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703458'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703458'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703524_23703524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703524_23703524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703524_23703524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703524_23703524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703524_23703524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703524'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703524'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703581_23703581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703581_23703581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703581_23703581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703581_23703581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703581_23703581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703581'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703581'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154927_24154927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154927_24154927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154927_24154927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154927_24154927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154927_24154927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154927'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154927'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154938_24154938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154938_24154938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154938_24154938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154938_24154938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154938_24154938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154938'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154938'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703732_23703732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703732_23703732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703732_23703732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703732_23703732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703732_23703732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703732'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703732'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703826_23703826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703826_23703826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703826_23703826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703826_23703826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703826_23703826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703826'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703826'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703940_23703940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703940_23703940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703940_23703940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703940_23703940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703940_23703940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703940'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703940'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704045_23704045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704045_23704045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704045_23704045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704045_23704045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704045_23704045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704045'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704045'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704108_23704108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704108_23704108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704108_23704108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704108_23704108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704108_23704108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704108'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704108'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704148_23704148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704148_23704148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704148_23704148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704148_23704148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704148_23704148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704148'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704148'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704179_23704179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704179_23704179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704179_23704179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704179_23704179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704179_23704179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704179'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704179'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704205_23704205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704205_23704205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704205_23704205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704205_23704205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704205_23704205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704205'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704205'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704249_23704249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704249_23704249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704249_23704249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704249_23704249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704249_23704249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704249'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704249'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704312_23704312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704312_23704312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704312_23704312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704312_23704312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704312_23704312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704312'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704312'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704382_23704382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704382_23704382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704382_23704382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704382_23704382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704382_23704382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704382'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704382'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704440_23704440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704440_23704440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704440_23704440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704440_23704440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704440_23704440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704440'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704440'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24155559_24155559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24155559_24155559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24155559_24155559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24155559_24155559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24155559_24155559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24155559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24155559'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24155559'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24155565_24155565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24155565_24155565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24155565_24155565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24155565_24155565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24155565_24155565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24155565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24155565'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24155565'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24155567_24155567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24155567_24155567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24155567_24155567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24155567_24155567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24155567_24155567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24155567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24155567'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24155567'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704587_23704587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704587_23704587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704587_23704587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704587_23704587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704587_23704587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704587'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704587'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704684_23704684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704684_23704684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704684_23704684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704684_23704684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704684_23704684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704684'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704684'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704799_23704799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704799_23704799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704799_23704799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704799_23704799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704799_23704799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704799'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704799'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24155876_24155876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24155876_24155876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24155876_24155876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24155876_24155876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24155876_24155876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24155876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24155876'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24155876'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704942_23704942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704942_23704942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704942_23704942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704942_23704942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704942_23704942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704942'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704942'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24155959_24155959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24155959_24155959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24155959_24155959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24155959_24155959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24155959_24155959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24155959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24155959'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24155959'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705007_23705007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705007_23705007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705007_23705007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705007_23705007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705007_23705007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705007'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705007'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705022_23705022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705022_23705022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705022_23705022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705022_23705022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705022_23705022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705022'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705022'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705055_23705055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705055_23705055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705055_23705055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705055_23705055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705055_23705055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705055'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705055'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24155998_24155998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24155998_24155998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24155998_24155998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24155998_24155998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24155998_24155998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24155998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24155998'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24155998'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156057_24156057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156057_24156057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156057_24156057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156057_24156057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156057_24156057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156057'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156057'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705229_23705229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705229_23705229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705229_23705229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705229_23705229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705229_23705229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705229'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705229'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156134_24156134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156134_24156134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156134_24156134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156134_24156134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156134_24156134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156134'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156134'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156135_24156135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156135_24156135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156135_24156135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156135_24156135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156135_24156135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156135'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156135'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156141_24156141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156141_24156141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156141_24156141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156141_24156141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156141_24156141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156141'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156141'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156179_24156179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156179_24156179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156179_24156179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156179_24156179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156179_24156179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156179'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156179'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705453_23705453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705453_23705453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705453_23705453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705453_23705453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705453_23705453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705453'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705453'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705519_23705519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705519_23705519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705519_23705519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705519_23705519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705519_23705519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705519'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705519'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156398_24156398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156398_24156398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156398_24156398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156398_24156398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156398_24156398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156398'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156398'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705642_23705642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705642_23705642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705642_23705642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705642_23705642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705642_23705642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705642'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705642'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705692_23705692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705692_23705692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705692_23705692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705692_23705692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705692_23705692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705692'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705692'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705708_23705708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705708_23705708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705708_23705708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705708_23705708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705708_23705708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705708'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705708'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705718_23705718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705718_23705718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705718_23705718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705718_23705718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705718_23705718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705718'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705718'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705750_23705750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705750_23705750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705750_23705750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705750_23705750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705750_23705750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705750'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705750'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705806_23705806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705806_23705806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705806_23705806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705806_23705806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705806_23705806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705806'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705806'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705879_23705879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705879_23705879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705879_23705879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705879_23705879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705879_23705879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705879'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705879'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705928_23705928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705928_23705928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705928_23705928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705928_23705928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705928_23705928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705928'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705928'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705970_23705970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705970_23705970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705970_23705970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705970_23705970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705970_23705970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705970'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705970'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156585_24156585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156585_24156585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156585_24156585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156585_24156585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156585_24156585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156585'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706035_23706035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706035_23706035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706035_23706035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706035_23706035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706035_23706035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706035'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706035'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706115_23706115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706115_23706115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706115_23706115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706115_23706115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706115_23706115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706115'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706115'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706166_23706166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706166_23706166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706166_23706166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706166_23706166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706166_23706166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706166'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706166'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156759_24156759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156759_24156759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156759_24156759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156759_24156759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156759_24156759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156759'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156759'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706215_23706215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706215_23706215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706215_23706215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706215_23706215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706215_23706215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706215'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706215'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706239_23706239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706239_23706239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706239_23706239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706239_23706239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706239_23706239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706239'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706239'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156794_24156794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156794_24156794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156794_24156794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156794_24156794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156794_24156794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156794'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156794'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706346_23706346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706346_23706346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706346_23706346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706346_23706346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706346_23706346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706346'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706346'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706431_23706431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706431_23706431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706431_23706431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706431_23706431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706431_23706431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706431'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706431'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706459_23706459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706459_23706459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706459_23706459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706459_23706459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706459_23706459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706459'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706459'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706476_23706476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706476_23706476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706476_23706476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706476_23706476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706476_23706476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706476'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706476'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706531_23706531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706531_23706531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706531_23706531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706531_23706531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706531_23706531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706531'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706531'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706589_23706589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706589_23706589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706589_23706589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706589_23706589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706589_23706589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706589'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706589'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157032_24157032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157032_24157032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157032_24157032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157032_24157032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157032_24157032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157032'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157032'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706611_23706611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706611_23706611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706611_23706611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706611_23706611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706611_23706611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706611'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706611'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706644_23706644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706644_23706644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706644_23706644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706644_23706644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706644_23706644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706644'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706644'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157043_24157043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157043_24157043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157043_24157043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157043_24157043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157043_24157043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157043'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157043'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157100_24157100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157100_24157100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157100_24157100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157100_24157100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157100_24157100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157100'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157100'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157108_24157108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157108_24157108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157108_24157108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157108_24157108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157108_24157108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157108'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157108'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706749_23706749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706749_23706749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706749_23706749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706749_23706749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706749_23706749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706749'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706749'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706751_23706751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706751_23706751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706751_23706751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706751_23706751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706751_23706751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706751'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706751'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157132_24157132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157132_24157132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157132_24157132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157132_24157132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157132_24157132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157132'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157132'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706866_23706866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706866_23706866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706866_23706866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706866_23706866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706866_23706866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706866'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706941_23706941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706941_23706941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706941_23706941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706941_23706941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706941_23706941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706941'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706941'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706965_23706965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706965_23706965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706965_23706965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706965_23706965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706965_23706965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706965'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706965'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157252_24157252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157252_24157252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157252_24157252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157252_24157252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157252_24157252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157252'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157252'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157292_24157292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157292_24157292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157292_24157292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157292_24157292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157292_24157292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157292'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157292'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707046_23707046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707046_23707046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707046_23707046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707046_23707046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707046_23707046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707046'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707046'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707057_23707057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707057_23707057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707057_23707057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707057_23707057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707057_23707057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707057'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707057'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707060_23707060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707060_23707060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707060_23707060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707060_23707060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707060_23707060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707060'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707060'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707093_23707093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707093_23707093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707093_23707093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707093_23707093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707093_23707093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707093'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707093'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157417_24157417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157417_24157417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157417_24157417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157417_24157417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157417_24157417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157417'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157417'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707268_23707268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707268_23707268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707268_23707268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707268_23707268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707268_23707268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707268'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707268'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707343_23707343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707343_23707343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707343_23707343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707343_23707343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707343_23707343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707343'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707343'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707388_23707388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707388_23707388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707388_23707388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707388_23707388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707388_23707388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707388'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707388'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707412_23707412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707412_23707412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707412_23707412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707412_23707412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707412_23707412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707412'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157537_24157537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157537_24157537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157537_24157537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157537_24157537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157537_24157537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157537'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157537'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707416_23707416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707416_23707416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707416_23707416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707416_23707416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707416_23707416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707416'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707416'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157586_24157586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157586_24157586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157586_24157586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157586_24157586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157586_24157586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157586'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157586'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157645_24157645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157645_24157645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157645_24157645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157645_24157645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157645_24157645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157645'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157675_24157675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157675_24157675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157675_24157675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157675_24157675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157675_24157675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157675'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157675'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707634_23707634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707634_23707634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707634_23707634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707634_23707634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707634_23707634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707634'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707634'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707646_23707646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707646_23707646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707646_23707646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707646_23707646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707646_23707646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707646'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707646'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707680_23707680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707680_23707680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707680_23707680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707680_23707680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707680_23707680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707680'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707680'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707691_23707691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707691_23707691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707691_23707691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707691_23707691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707691_23707691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707691'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707691'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157724_24157724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157724_24157724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157724_24157724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157724_24157724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157724_24157724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157724'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157724'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707828_23707828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707828_23707828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707828_23707828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707828_23707828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707828_23707828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707828'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707893_23707893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707893_23707893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707893_23707893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707893_23707893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707893_23707893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707893'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707893'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157899_24157899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157899_24157899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157899_24157899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157899_24157899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157899_24157899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157899'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157899'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708019_23708019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708019_23708019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708019_23708019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708019_23708019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708019_23708019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708019'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708019'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157921_24157921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157921_24157921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157921_24157921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157921_24157921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157921_24157921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157921'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157921'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708103_23708103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708103_23708103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708103_23708103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708103_23708103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708103_23708103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708103'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708103'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708107_23708107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708107_23708107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708107_23708107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708107_23708107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708107_23708107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708107'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708107'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708164_23708164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708164_23708164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708164_23708164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708164_23708164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708164_23708164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708164'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708164'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708231_23708231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708231_23708231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708231_23708231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708231_23708231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708231_23708231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708231'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708231'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708313_23708313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708313_23708313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708313_23708313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708313_23708313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708313_23708313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708313'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708313'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708386_23708386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708386_23708386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708386_23708386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708386_23708386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708386_23708386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708386'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708386'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708436_23708436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708436_23708436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708436_23708436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708436_23708436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708436_23708436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708436'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708436'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708479_23708479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708479_23708479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708479_23708479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708479_23708479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708479_23708479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708479'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708479'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708529_23708529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708529_23708529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708529_23708529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708529_23708529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708529_23708529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708529'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708529'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24158185_24158185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24158185_24158185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24158185_24158185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24158185_24158185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24158185_24158185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24158185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24158185'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24158185'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708604_23708604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708604_23708604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708604_23708604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708604_23708604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708604_23708604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708604'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708604'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708678_23708678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708678_23708678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708678_23708678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708678_23708678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708678_23708678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708678'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708678'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708762_23708762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708762_23708762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708762_23708762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708762_23708762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708762_23708762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708762'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708762'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708829_23708829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708829_23708829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708829_23708829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708829_23708829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708829_23708829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708829'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708829'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24158444_24158444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24158444_24158444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24158444_24158444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24158444_24158444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24158444_24158444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24158444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24158444'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24158444'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708949_23708949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708949_23708949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708949_23708949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708949_23708949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708949_23708949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708949'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708949'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23708957_23708957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23708957_23708957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23708957_23708957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23708957_23708957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23708957_23708957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23708957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23708957'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23708957'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709008_23709008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709008_23709008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709008_23709008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709008_23709008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709008_23709008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709008'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709008'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709080_23709080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709080_23709080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709080_23709080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709080_23709080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709080_23709080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709080'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709080'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709156_23709156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709156_23709156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709156_23709156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709156_23709156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709156_23709156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709156'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709156'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709222_23709222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709222_23709222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709222_23709222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709222_23709222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709222_23709222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709222'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709222'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709289_23709289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709289_23709289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709289_23709289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709289_23709289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709289_23709289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709289'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709289'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709357_23709357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709357_23709357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709357_23709357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709357_23709357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709357_23709357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709357'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709357'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709370_23709370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709370_23709370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709370_23709370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709370_23709370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709370_23709370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709370'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709370'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24158785_24158785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24158785_24158785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24158785_24158785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24158785_24158785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24158785_24158785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24158785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24158785'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24158785'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709529_23709529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709529_23709529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709529_23709529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709529_23709529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709529_23709529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709529'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709529'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709607_23709607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709607_23709607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709607_23709607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709607_23709607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709607_23709607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709607'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709607'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709675_23709675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709675_23709675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709675_23709675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709675_23709675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709675_23709675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709675'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709675'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709747_23709747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709747_23709747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709747_23709747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709747_23709747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709747_23709747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709747'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709747'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709761_23709761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709761_23709761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709761_23709761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709761_23709761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709761_23709761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709761'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709761'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709783_23709783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709783_23709783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709783_23709783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709783_23709783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709783_23709783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709783'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709783'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709812_23709812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709812_23709812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709812_23709812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709812_23709812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709812_23709812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709812'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709812'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709819_23709819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709819_23709819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709819_23709819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709819_23709819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709819_23709819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709819'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709819'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709821_23709821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709821_23709821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709821_23709821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709821_23709821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709821_23709821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709821'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709821'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159057_24159057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159057_24159057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159057_24159057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159057_24159057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159057_24159057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159057'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159057'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23709942_23709942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23709942_23709942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23709942_23709942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23709942_23709942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23709942_23709942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23709942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23709942'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23709942'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710022_23710022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710022_23710022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710022_23710022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710022_23710022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710022_23710022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710022'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710022'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710093_23710093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710093_23710093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710093_23710093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710093_23710093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710093_23710093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710093'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710093'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710158_23710158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710158_23710158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710158_23710158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710158_23710158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710158_23710158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710158'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710158'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710211_23710211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710211_23710211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710211_23710211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710211_23710211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710211_23710211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710211'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710211'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159347_24159347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159347_24159347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159347_24159347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159347_24159347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159347_24159347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159347'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159347'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710283_23710283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710283_23710283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710283_23710283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710283_23710283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710283_23710283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710283'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710283'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159358_24159358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159358_24159358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159358_24159358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159358_24159358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159358_24159358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159358'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159358'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159408_24159408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159408_24159408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159408_24159408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159408_24159408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159408_24159408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159408'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159408'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710454_23710454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710454_23710454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710454_23710454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710454_23710454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710454_23710454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710454'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710454'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710531_23710531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710531_23710531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710531_23710531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710531_23710531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710531_23710531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710531'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710531'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710597_23710597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710597_23710597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710597_23710597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710597_23710597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710597_23710597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710597'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710597'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710671_23710671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710671_23710671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710671_23710671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710671_23710671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710671_23710671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710671'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710671'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710737_23710737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710737_23710737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710737_23710737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710737_23710737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710737_23710737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710737'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710737'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710802_23710802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710802_23710802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710802_23710802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710802_23710802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710802_23710802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710802'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710802'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23710817_23710817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23710817_23710817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23710817_23710817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23710817_23710817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23710817_23710817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23710817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23710817'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23710817'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159780_24159780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159780_24159780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159780_24159780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159780_24159780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159780_24159780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159780'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159780'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159843_24159843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159843_24159843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159843_24159843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159843_24159843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159843_24159843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159843'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159843'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711042_23711042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711042_23711042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711042_23711042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711042_23711042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711042_23711042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711042'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711042'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24159986_24159986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24159986_24159986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24159986_24159986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24159986_24159986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24159986_24159986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24159986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24159986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24159986'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160021_24160021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160021_24160021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160021_24160021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160021_24160021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160021_24160021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160021'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160021'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160077_24160077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160077_24160077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160077_24160077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160077_24160077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160077_24160077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160077'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160077'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711303_23711303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711303_23711303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711303_23711303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711303_23711303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711303_23711303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711303'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711303'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711306_23711306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711306_23711306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711306_23711306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711306_23711306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711306_23711306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711306'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711306'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711307_23711307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711307_23711307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711307_23711307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711307_23711307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711307_23711307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711307'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711307'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160149_24160149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160149_24160149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160149_24160149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160149_24160149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160149_24160149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160149'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160149'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711462_23711462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711462_23711462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711462_23711462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711462_23711462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711462_23711462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711462'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711462'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160288_24160288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160288_24160288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160288_24160288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160288_24160288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160288_24160288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160288'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160288'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711619_23711619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711619_23711619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711619_23711619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711619_23711619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711619_23711619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711619'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711619'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160440_24160440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160440_24160440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160440_24160440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160440_24160440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160440_24160440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160440'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160440'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711780_23711780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711780_23711780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711780_23711780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711780_23711780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711780_23711780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711780'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711780'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160552_24160552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160552_24160552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160552_24160552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160552_24160552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160552_24160552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160552'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160552'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711858_23711858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711858_23711858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711858_23711858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711858_23711858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711858_23711858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711858'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711858'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711876_23711876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711876_23711876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711876_23711876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711876_23711876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711876_23711876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711876'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711876'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711883_23711883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711883_23711883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711883_23711883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711883_23711883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711883_23711883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711883'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711883'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23711944_23711944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23711944_23711944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23711944_23711944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23711944_23711944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23711944_23711944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23711944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23711944'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23711944'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712025_23712025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712025_23712025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712025_23712025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712025_23712025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712025_23712025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712025'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712025'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160707_24160707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160707_24160707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160707_24160707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160707_24160707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160707_24160707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160707'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160707'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712176_23712176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712176_23712176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712176_23712176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712176_23712176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712176_23712176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712176'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712176'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712250_23712250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712250_23712250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712250_23712250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712250_23712250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712250_23712250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712250'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712250'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712325_23712325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712325_23712325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712325_23712325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712325_23712325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712325_23712325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712325'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712325'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712396_23712396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712396_23712396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712396_23712396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712396_23712396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712396_23712396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712396'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712396'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712428_23712428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712428_23712428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712428_23712428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712428_23712428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712428_23712428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712428'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712428'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24160991_24160991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24160991_24160991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24160991_24160991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24160991_24160991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24160991_24160991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24160991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24160991'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24160991'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 118 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712537_23712537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712537_23712537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712537_23712537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712537_23712537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712537_23712537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712537'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712537'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712619_23712619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712619_23712619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712619_23712619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712619_23712619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712619_23712619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712619'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712619'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24161190_24161190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24161190_24161190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24161190_24161190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24161190_24161190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24161190_24161190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24161190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24161190'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24161190'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712777_23712777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712777_23712777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712777_23712777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712777_23712777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712777_23712777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712777'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712777'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712853_23712853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712853_23712853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712853_23712853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712853_23712853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712853_23712853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712853'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712853'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712920_23712920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712920_23712920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712920_23712920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712920_23712920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712920_23712920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712920'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712920'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23712973_23712973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23712973_23712973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23712973_23712973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23712973_23712973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23712973_23712973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23712973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23712973'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23712973'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713001_23713001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713001_23713001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713001_23713001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713001_23713001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713001_23713001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713001'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713001'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24161384_24161384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24161384_24161384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24161384_24161384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24161384_24161384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24161384_24161384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24161384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24161384'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24161384'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24161433_24161433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24161433_24161433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24161433_24161433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24161433_24161433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24161433_24161433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24161433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24161433'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24161433'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713159_23713159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713159_23713159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713159_23713159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713159_23713159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713159_23713159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713159'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713159'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713240_23713240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713240_23713240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713240_23713240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713240_23713240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713240_23713240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713240'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713240'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713319_23713319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713319_23713319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713319_23713319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713319_23713319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713319_23713319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713319'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713319'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713389_23713389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713389_23713389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713389_23713389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713389_23713389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713389_23713389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713389'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713389'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713467_23713467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713467_23713467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713467_23713467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713467_23713467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713467_23713467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713467'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713467'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24161736_24161736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24161736_24161736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24161736_24161736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24161736_24161736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24161736_24161736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24161736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24161736'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24161736'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713552_23713552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713552_23713552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713552_23713552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713552_23713552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713552_23713552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713552'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713552'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24161763_24161763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24161763_24161763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24161763_24161763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24161763_24161763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24161763_24161763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24161763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24161763'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24161763'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713668_23713668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713668_23713668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713668_23713668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713668_23713668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713668_23713668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713668'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713668'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24161877_24161877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24161877_24161877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24161877_24161877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24161877_24161877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24161877_24161877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24161877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24161877'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24161877'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713778_23713778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713778_23713778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713778_23713778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713778_23713778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713778_23713778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713778'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713778'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713847_23713847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713847_23713847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713847_23713847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713847_23713847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713847_23713847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713847'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713847'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713896_23713896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713896_23713896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713896_23713896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713896_23713896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713896_23713896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713896'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713896'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713933_23713933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713933_23713933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713933_23713933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713933_23713933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713933_23713933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713933'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713933'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23713998_23713998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23713998_23713998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23713998_23713998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23713998_23713998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23713998_23713998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23713998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23713998'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23713998'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714068_23714068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714068_23714068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714068_23714068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714068_23714068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714068_23714068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714068'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714068'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714141_23714141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714141_23714141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714141_23714141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714141_23714141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714141_23714141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714141'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714141'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714184_23714184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714184_23714184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714184_23714184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714184_23714184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714184_23714184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714184'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714184'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714245_23714245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714245_23714245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714245_23714245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714245_23714245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714245_23714245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714245'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714245'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714317_23714317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714317_23714317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714317_23714317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714317_23714317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714317_23714317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714317'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714317'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714395_23714395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714395_23714395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714395_23714395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714395_23714395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714395_23714395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714395'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714395'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24162273_24162273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24162273_24162273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24162273_24162273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24162273_24162273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24162273_24162273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24162273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24162273'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24162273'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714503_23714503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714503_23714503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714503_23714503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714503_23714503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714503_23714503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714503'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714503'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714512_23714512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714512_23714512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714512_23714512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714512_23714512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714512_23714512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714512'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714565_23714565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714565_23714565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714565_23714565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714565_23714565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714565_23714565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714565'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714565'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24162358_24162358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24162358_24162358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24162358_24162358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24162358_24162358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24162358_24162358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24162358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24162358'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24162358'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714707_23714707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714707_23714707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714707_23714707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714707_23714707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714707_23714707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714707'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714707'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714786_23714786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714786_23714786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714786_23714786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714786_23714786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714786_23714786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714786'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714786'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714857_23714857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714857_23714857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714857_23714857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714857_23714857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714857_23714857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714857'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714857'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714928_23714928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714928_23714928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714928_23714928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714928_23714928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714928_23714928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714928'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714928'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714946_23714946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714946_23714946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714946_23714946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714946_23714946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714946_23714946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714946'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714946'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23714966_23714966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23714966_23714966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23714966_23714966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23714966_23714966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23714966_23714966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23714966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23714966'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23714966'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24162574_24162574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24162574_24162574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24162574_24162574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24162574_24162574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24162574_24162574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24162574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24162574'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24162574'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24162636_24162636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24162636_24162636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24162636_24162636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24162636_24162636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24162636_24162636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24162636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24162636'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24162636'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24162710_24162710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24162710_24162710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24162710_24162710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24162710_24162710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24162710_24162710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24162710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24162710'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24162710'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24162765_24162765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24162765_24162765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24162765_24162765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24162765_24162765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24162765_24162765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24162765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24162765'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24162765'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715315_23715315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715315_23715315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715315_23715315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715315_23715315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715315_23715315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715315'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715315'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715373_23715373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715373_23715373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715373_23715373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715373_23715373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715373_23715373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715373'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715373'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715382_23715382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715382_23715382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715382_23715382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715382_23715382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715382_23715382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715382'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715382'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715445_23715445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715445_23715445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715445_23715445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715445_23715445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715445_23715445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715445'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715445'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715520_23715520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715520_23715520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715520_23715520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715520_23715520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715520_23715520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715520'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715520'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715599_23715599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715599_23715599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715599_23715599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715599_23715599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715599_23715599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715599'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715599'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163046_24163046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163046_24163046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163046_24163046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163046_24163046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163046_24163046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163046'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163046'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715761_23715761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715761_23715761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715761_23715761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715761_23715761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715761_23715761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715761'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715761'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715828_23715828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715828_23715828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715828_23715828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715828_23715828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715828_23715828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715828'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715901_23715901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715901_23715901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715901_23715901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715901_23715901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715901_23715901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715901'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715901'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715940_23715940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715940_23715940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715940_23715940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715940_23715940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715940_23715940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715940'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715940'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715949_23715949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715949_23715949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715949_23715949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715949_23715949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715949_23715949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715949'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715949'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163142_24163142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163142_24163142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163142_24163142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163142_24163142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163142_24163142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163142'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163142'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715956_23715956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715956_23715956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715956_23715956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715956_23715956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715956_23715956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715956'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715956'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163145_24163145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163145_24163145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163145_24163145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163145_24163145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163145_24163145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163145'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163145'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23715985_23715985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23715985_23715985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23715985_23715985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23715985_23715985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23715985_23715985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23715985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23715985'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23715985'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163177_24163177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163177_24163177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163177_24163177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163177_24163177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163177_24163177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163177'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163177'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716063_23716063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716063_23716063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716063_23716063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716063_23716063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716063_23716063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716063'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716063'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716102_23716102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716102_23716102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716102_23716102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716102_23716102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716102_23716102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716102'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716102'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163242_24163242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163242_24163242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163242_24163242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163242_24163242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163242_24163242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163242'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163242'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163317_24163317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163317_24163317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163317_24163317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163317_24163317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163317_24163317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163317'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163317'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716328_23716328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716328_23716328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716328_23716328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716328_23716328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716328_23716328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716328'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716328'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716377_23716377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716377_23716377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716377_23716377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716377_23716377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716377_23716377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716377'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716377'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716410_23716410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716410_23716410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716410_23716410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716410_23716410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716410_23716410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716410'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716410'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716452_23716452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716452_23716452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716452_23716452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716452_23716452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716452_23716452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716452'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716452'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716474_23716474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716474_23716474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716474_23716474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716474_23716474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716474_23716474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716474'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716545_23716545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716545_23716545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716545_23716545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716545_23716545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716545_23716545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716545'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716545'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163553_24163553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163553_24163553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163553_24163553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163553_24163553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163553_24163553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163553'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163553'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716688_23716688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716688_23716688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716688_23716688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716688_23716688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716688_23716688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716688'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716688'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716720_23716720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716720_23716720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716720_23716720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716720_23716720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716720_23716720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716720'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716720'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716763_23716763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716763_23716763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716763_23716763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716763_23716763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716763_23716763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716763'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716763'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163680_24163680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163680_24163680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163680_24163680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163680_24163680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163680_24163680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163680'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163680'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163741_24163741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163741_24163741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163741_24163741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163741_24163741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163741_24163741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163741'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163741'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716927_23716927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716927_23716927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716927_23716927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716927_23716927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716927_23716927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716927'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716927'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716949_23716949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716949_23716949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716949_23716949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716949_23716949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716949_23716949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716949'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716949'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716969_23716969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716969_23716969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716969_23716969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716969_23716969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716969_23716969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716969'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716969'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163760_24163760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163760_24163760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163760_24163760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163760_24163760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163760_24163760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163760'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163760'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717095_23717095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717095_23717095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717095_23717095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717095_23717095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717095_23717095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717095'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717095'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163892_24163892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163892_24163892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163892_24163892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163892_24163892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163892_24163892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163892'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163892'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717219_23717219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717219_23717219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717219_23717219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717219_23717219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717219_23717219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717219'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717219'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163932_24163932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163932_24163932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163932_24163932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163932_24163932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163932_24163932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163932'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163932'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717296_23717296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717296_23717296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717296_23717296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717296_23717296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717296_23717296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717296'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717296'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717337_23717337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717337_23717337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717337_23717337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717337_23717337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717337_23717337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717337'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717337'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717407_23717407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717407_23717407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717407_23717407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717407_23717407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717407_23717407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717407'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717407'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24163998_24163998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24163998_24163998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24163998_24163998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24163998_24163998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24163998_24163998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24163998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24163998'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24163998'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717557_23717557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717557_23717557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717557_23717557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717557_23717557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717557_23717557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717557'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717557'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164082_24164082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164082_24164082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164082_24164082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164082_24164082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164082_24164082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164082'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164082'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717637_23717637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717637_23717637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717637_23717637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717637_23717637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717637_23717637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717637'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717637'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717661_23717661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717661_23717661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717661_23717661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717661_23717661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717661_23717661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717661'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717661'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717679_23717679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717679_23717679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717679_23717679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717679_23717679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717679_23717679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717679'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717679'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717746_23717746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717746_23717746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717746_23717746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717746_23717746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717746_23717746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717746'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717746'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717818_23717818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717818_23717818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717818_23717818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717818_23717818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717818_23717818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717818'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717818'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717883_23717883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717883_23717883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717883_23717883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717883_23717883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717883_23717883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717883'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717883'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23717955_23717955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23717955_23717955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23717955_23717955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23717955_23717955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23717955_23717955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23717955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23717955'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23717955'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718006_23718006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718006_23718006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718006_23718006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718006_23718006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718006_23718006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718006'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164264_24164264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164264_24164264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164264_24164264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164264_24164264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164264_24164264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164264'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164264'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718070_23718070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718070_23718070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718070_23718070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718070_23718070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718070_23718070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718070'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718070'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718071_23718071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718071_23718071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718071_23718071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718071_23718071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718071_23718071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718071'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718071'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718147_23718147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718147_23718147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718147_23718147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718147_23718147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718147_23718147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718147'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718147'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718214_23718214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718214_23718214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718214_23718214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718214_23718214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718214_23718214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718214'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718214'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718262_23718262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718262_23718262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718262_23718262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718262_23718262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718262_23718262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718262'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718262'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718328_23718328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718328_23718328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718328_23718328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718328_23718328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718328_23718328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718328'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718328'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718353_23718353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718353_23718353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718353_23718353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718353_23718353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718353_23718353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718353'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718353'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718381_23718381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718381_23718381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718381_23718381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718381_23718381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718381_23718381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718381'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718381'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718403_23718403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718403_23718403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718403_23718403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718403_23718403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718403_23718403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718403'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718403'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718440_23718440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718440_23718440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718440_23718440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718440_23718440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718440_23718440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718440'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718440'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718455_23718455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718455_23718455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718455_23718455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718455_23718455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718455_23718455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718455'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718455'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718497_23718497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718497_23718497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718497_23718497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718497_23718497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718497_23718497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718497'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718497'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718532_23718532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718532_23718532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718532_23718532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718532_23718532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718532_23718532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718532'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718532'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718609_23718609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718609_23718609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718609_23718609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718609_23718609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718609_23718609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718609'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718609'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718650_23718650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718650_23718650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718650_23718650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718650_23718650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718650_23718650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718650'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718676_23718676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718676_23718676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718676_23718676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718676_23718676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718676_23718676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718676'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718676'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718711_23718711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718711_23718711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718711_23718711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718711_23718711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718711_23718711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718711'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718711'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718726_23718726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718726_23718726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718726_23718726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718726_23718726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718726_23718726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718726'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718726'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718800_23718800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718800_23718800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718800_23718800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718800_23718800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718800_23718800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718800'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718800'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718841_23718841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718841_23718841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718841_23718841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718841_23718841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718841_23718841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718841'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718841'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718894_23718894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718894_23718894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718894_23718894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718894_23718894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718894_23718894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718894'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718894'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164702_24164702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164702_24164702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164702_24164702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164702_24164702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164702_24164702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164702'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718978_23718978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718978_23718978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718978_23718978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718978_23718978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718978_23718978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718978'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718978'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23718992_23718992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23718992_23718992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23718992_23718992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23718992_23718992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23718992_23718992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23718992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23718992'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23718992'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719014_23719014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719014_23719014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719014_23719014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719014_23719014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719014_23719014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719014'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719014'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719028_23719028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719028_23719028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719028_23719028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719028_23719028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719028_23719028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719028'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719028'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164712_24164712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164712_24164712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164712_24164712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164712_24164712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164712_24164712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164712'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164712'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719146_23719146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719146_23719146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719146_23719146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719146_23719146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719146_23719146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719146'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719146'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164781_24164781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164781_24164781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164781_24164781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164781_24164781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164781_24164781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164781'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164781'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719254_23719254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719254_23719254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719254_23719254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719254_23719254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719254_23719254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719254'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719254'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719275_23719275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719275_23719275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719275_23719275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719275_23719275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719275_23719275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719275'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719275'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719299_23719299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719299_23719299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719299_23719299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719299_23719299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719299_23719299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719299'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719299'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719322_23719322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719322_23719322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719322_23719322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719322_23719322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719322_23719322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719322'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719322'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719345_23719345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719345_23719345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719345_23719345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719345_23719345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719345_23719345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719345'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719345'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164883_24164883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164883_24164883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164883_24164883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164883_24164883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164883_24164883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164883'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164883'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719453_23719453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719453_23719453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719453_23719453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719453_23719453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719453_23719453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719453'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719453'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24164964_24164964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24164964_24164964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24164964_24164964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24164964_24164964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24164964_24164964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24164964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24164964'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24164964'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719562_23719562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719562_23719562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719562_23719562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719562_23719562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719562_23719562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719562'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719562'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719587_23719587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719587_23719587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719587_23719587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719587_23719587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719587_23719587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719587'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719587'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719640_23719640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719640_23719640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719640_23719640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719640_23719640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719640_23719640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719640'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719640'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719642_23719642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719642_23719642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719642_23719642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719642_23719642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719642_23719642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719642'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719642'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719694_23719694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719694_23719694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719694_23719694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719694_23719694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719694_23719694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719694'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719694'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24165023_24165023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24165023_24165023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24165023_24165023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24165023_24165023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24165023_24165023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24165023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24165023'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24165023'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719788_23719788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719788_23719788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719788_23719788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719788_23719788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719788_23719788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719788'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719788'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24165090_24165090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24165090_24165090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24165090_24165090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24165090_24165090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24165090_24165090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24165090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24165090'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24165090'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719868_23719868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719868_23719868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719868_23719868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719868_23719868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719868_23719868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719868'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719868'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719891_23719891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719891_23719891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719891_23719891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719891_23719891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719891_23719891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719891'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719891'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719917_23719917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719917_23719917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719917_23719917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719917_23719917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719917_23719917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719917'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719917'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719941_23719941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719941_23719941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719941_23719941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719941_23719941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719941_23719941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719941'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719941'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23719957_23719957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23719957_23719957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23719957_23719957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23719957_23719957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23719957_23719957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23719957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23719957'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23719957'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720027_23720027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720027_23720027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720027_23720027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720027_23720027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720027_23720027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720027'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720027'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720099_23720099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720099_23720099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720099_23720099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720099_23720099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720099_23720099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720099'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720099'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720162_23720162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720162_23720162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720162_23720162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720162_23720162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720162_23720162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720162'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720162'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720234_23720234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720234_23720234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720234_23720234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720234_23720234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720234_23720234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720234'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720234'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720268_23720268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720268_23720268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720268_23720268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720268_23720268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720268_23720268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720268'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720268'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720302_23720302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720302_23720302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720302_23720302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720302_23720302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720302_23720302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720302'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720302'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720347_23720347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720347_23720347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720347_23720347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720347_23720347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720347_23720347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720347'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720347'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24165315_24165315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24165315_24165315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24165315_24165315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24165315_24165315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24165315_24165315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24165315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24165315'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24165315'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720469_23720469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720469_23720469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720469_23720469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720469_23720469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720469_23720469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720469'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720469'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720526_23720526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720526_23720526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720526_23720526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720526_23720526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720526_23720526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720526'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720526'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720594_23720594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720594_23720594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720594_23720594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720594_23720594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720594_23720594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720594'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720594'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720640_23720640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720640_23720640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720640_23720640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720640_23720640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720640_23720640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720640'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720640'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720670_23720670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720670_23720670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720670_23720670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720670_23720670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720670_23720670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720670'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720670'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720702_23720702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720702_23720702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720702_23720702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720702_23720702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720702_23720702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720702'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720707_23720707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720707_23720707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720707_23720707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720707_23720707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720707_23720707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720707'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720707'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720770_23720770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720770_23720770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720770_23720770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720770_23720770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720770_23720770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720770'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720770'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720843_23720843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720843_23720843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720843_23720843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720843_23720843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720843_23720843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720843'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720843'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720909_23720909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720909_23720909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720909_23720909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720909_23720909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720909_23720909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720909'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23720979_23720979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23720979_23720979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23720979_23720979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23720979_23720979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23720979_23720979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23720979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23720979'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23720979'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721011_23721011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721011_23721011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721011_23721011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721011_23721011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721011_23721011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721011'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721011'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721044_23721044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721044_23721044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721044_23721044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721044_23721044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721044_23721044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721044'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721044'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721077_23721077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721077_23721077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721077_23721077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721077_23721077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721077_23721077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721077'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721077'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721092_23721092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721092_23721092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721092_23721092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721092_23721092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721092_23721092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721092'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721092'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721153_23721153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721153_23721153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721153_23721153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721153_23721153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721153_23721153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721153'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721153'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721228_23721228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721228_23721228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721228_23721228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721228_23721228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721228_23721228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721228'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721228'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721288_23721288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721288_23721288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721288_23721288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721288_23721288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721288_23721288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721288'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721288'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721361_23721361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721361_23721361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721361_23721361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721361_23721361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721361_23721361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721361'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721361'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721412_23721412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721412_23721412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721412_23721412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721412_23721412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721412_23721412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721412'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721433_23721433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721433_23721433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721433_23721433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721433_23721433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721433_23721433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721433'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721433'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721466_23721466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721466_23721466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721466_23721466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721466_23721466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721466_23721466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721466'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721466'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721469_23721469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721469_23721469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721469_23721469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721469_23721469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721469_23721469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721469'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721469'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721514_23721514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721514_23721514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721514_23721514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721514_23721514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721514_23721514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721514'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721514'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721579_23721579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721579_23721579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721579_23721579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721579_23721579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721579_23721579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721579'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721579'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721652_23721652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721652_23721652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721652_23721652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721652_23721652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721652_23721652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721652'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721652'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24165745_24165745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24165745_24165745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24165745_24165745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24165745_24165745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24165745_24165745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24165745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24165745'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24165745'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721782_23721782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721782_23721782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721782_23721782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721782_23721782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721782_23721782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721782'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721782'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721816_23721816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721816_23721816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721816_23721816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721816_23721816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721816_23721816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721816'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721816'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721862_23721862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721862_23721862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721862_23721862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721862_23721862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721862_23721862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721862'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721862'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721875_23721875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721875_23721875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721875_23721875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721875_23721875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721875_23721875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721875'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721875'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721887_23721887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721887_23721887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721887_23721887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721887_23721887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721887_23721887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721887'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721887'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721948_23721948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721948_23721948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721948_23721948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721948_23721948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721948_23721948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721948'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721948'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23721997_23721997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23721997_23721997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23721997_23721997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23721997_23721997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23721997_23721997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23721997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23721997'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23721997'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722077_23722077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722077_23722077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722077_23722077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722077_23722077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722077_23722077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722077'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722077'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722137_23722137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722137_23722137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722137_23722137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722137_23722137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722137_23722137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722137'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722137'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722208_23722208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722208_23722208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722208_23722208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722208_23722208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722208_23722208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722208'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722208'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722248_23722248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722248_23722248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722248_23722248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722248_23722248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722248_23722248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722248'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722248'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722277_23722277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722277_23722277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722277_23722277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722277_23722277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722277_23722277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722277'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722277'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722320_23722320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722320_23722320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722320_23722320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722320_23722320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722320_23722320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722320'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722320'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722326_23722326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722326_23722326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722326_23722326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722326_23722326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722326_23722326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722326'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722326'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722391_23722391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722391_23722391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722391_23722391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722391_23722391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722391_23722391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722391'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722391'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722462_23722462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722462_23722462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722462_23722462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722462_23722462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722462_23722462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722462'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722462'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722536_23722536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722536_23722536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722536_23722536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722536_23722536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722536_23722536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722536'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722536'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166141_24166141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166141_24166141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166141_24166141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166141_24166141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166141_24166141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166141'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166141'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722665_23722665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722665_23722665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722665_23722665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722665_23722665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722665_23722665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722665'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722665'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722711_23722711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722711_23722711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722711_23722711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722711_23722711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722711_23722711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722711'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722711'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722755_23722755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722755_23722755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722755_23722755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722755_23722755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722755_23722755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722755'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722755'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722758_23722758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722758_23722758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722758_23722758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722758_23722758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722758_23722758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722758'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722758'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722773_23722773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722773_23722773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722773_23722773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722773_23722773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722773_23722773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722773'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722773'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23722838_23722838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23722838_23722838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23722838_23722838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23722838_23722838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23722838_23722838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23722838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23722838'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23722838'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166276_24166276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166276_24166276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166276_24166276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166276_24166276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166276_24166276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166276'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166276'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166369_24166369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166369_24166369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166369_24166369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166369_24166369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166369_24166369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166369'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166369'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723069_23723069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723069_23723069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723069_23723069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723069_23723069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723069_23723069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723069'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723069'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723140_23723140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723140_23723140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723140_23723140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723140_23723140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723140_23723140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723140'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723140'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723198_23723198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723198_23723198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723198_23723198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723198_23723198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723198_23723198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723198'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723198'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723225_23723225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723225_23723225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723225_23723225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723225_23723225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723225_23723225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723225'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723225'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723290_23723290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723290_23723290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723290_23723290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723290_23723290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723290_23723290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723290'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723290'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166549_24166549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166549_24166549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166549_24166549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166549_24166549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166549_24166549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166549'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166549'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166627_24166627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166627_24166627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166627_24166627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166627_24166627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166627_24166627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166627'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166627'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166720_24166720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166720_24166720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166720_24166720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166720_24166720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166720_24166720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166720'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166720'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166794_24166794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166794_24166794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166794_24166794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166794_24166794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166794_24166794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166794'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166794'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723619_23723619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723619_23723619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723619_23723619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723619_23723619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723619_23723619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723619'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723619'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723680_23723680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723680_23723680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723680_23723680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723680_23723680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723680_23723680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723680'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723680'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723750_23723750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723750_23723750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723750_23723750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723750_23723750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723750_23723750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723750'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723750'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723757_23723757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723757_23723757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723757_23723757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723757_23723757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723757_23723757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723757'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723757'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23723786_23723786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23723786_23723786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23723786_23723786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23723786_23723786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23723786_23723786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23723786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23723786'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23723786'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166904_24166904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166904_24166904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166904_24166904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166904_24166904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166904_24166904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166904'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166904'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24166963_24166963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24166963_24166963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24166963_24166963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24166963_24166963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24166963_24166963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24166963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24166963'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24166963'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24167036_24167036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24167036_24167036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24167036_24167036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24167036_24167036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24167036_24167036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24167036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24167036'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24167036'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24167105_24167105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24167105_24167105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24167105_24167105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24167105_24167105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24167105_24167105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24167105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24167105'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24167105'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24167173_24167173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24167173_24167173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24167173_24167173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24167173_24167173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24167173_24167173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24167173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24167173'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24167173'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724222_23724222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724222_23724222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724222_23724222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724222_23724222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724222_23724222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724222'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724222'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724291_23724291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724291_23724291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724291_23724291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724291_23724291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724291_23724291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724291'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724291'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724334_23724334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724334_23724334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724334_23724334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724334_23724334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724334_23724334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724334'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724334'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724371_23724371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724371_23724371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724371_23724371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724371_23724371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724371_23724371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724371'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724371'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724445_23724445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724445_23724445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724445_23724445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724445_23724445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724445_23724445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724445'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724445'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724512_23724512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724512_23724512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724512_23724512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724512_23724512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724512_23724512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724512'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724582_23724582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724582_23724582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724582_23724582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724582_23724582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724582_23724582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724582'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724582'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724656_23724656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724656_23724656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724656_23724656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724656_23724656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724656_23724656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724656'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724656'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724722_23724722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724722_23724722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724722_23724722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724722_23724722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724722_23724722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724722'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724722'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724795_23724795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724795_23724795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724795_23724795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724795_23724795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724795_23724795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724795'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724795'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724873_23724873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724873_23724873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724873_23724873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724873_23724873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724873_23724873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724873'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724873'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724891_23724891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724891_23724891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724891_23724891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724891_23724891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724891_23724891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724891'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724891'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23724935_23724935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23724935_23724935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23724935_23724935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23724935_23724935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23724935_23724935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23724935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23724935'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23724935'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725006_23725006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725006_23725006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725006_23725006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725006_23725006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725006_23725006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725006'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725006'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24167656_24167656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24167656_24167656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24167656_24167656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24167656_24167656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24167656_24167656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24167656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24167656'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24167656'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725166_23725166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725166_23725166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725166_23725166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725166_23725166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725166_23725166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725166'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725166'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24167819_24167819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24167819_24167819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24167819_24167819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24167819_24167819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24167819_24167819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24167819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24167819'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24167819'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725313_23725313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725313_23725313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725313_23725313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725313_23725313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725313_23725313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725313'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725313'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725386_23725386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725386_23725386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725386_23725386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725386_23725386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725386_23725386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725386'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725386'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725463_23725463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725463_23725463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725463_23725463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725463_23725463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725463_23725463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725463'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725463'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725474_23725474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725474_23725474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725474_23725474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725474_23725474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725474_23725474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725474'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725547_23725547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725547_23725547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725547_23725547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725547_23725547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725547_23725547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725547'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725547'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725631_23725631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725631_23725631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725631_23725631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725631_23725631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725631_23725631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725631'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725631'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725707_23725707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725707_23725707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725707_23725707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725707_23725707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725707_23725707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725707'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725707'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23725787_23725787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23725787_23725787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23725787_23725787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23725787_23725787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23725787_23725787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23725787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23725787'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23725787'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168219_24168219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168219_24168219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168219_24168219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168219_24168219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168219_24168219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168219'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168219'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168263_24168263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168263_24168263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168263_24168263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168263_24168263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168263_24168263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168263'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168263'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168281_24168281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168281_24168281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168281_24168281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168281_24168281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168281_24168281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168281'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168281'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726035_23726035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726035_23726035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726035_23726035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726035_23726035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726035_23726035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726035'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726035'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726049_23726049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726049_23726049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726049_23726049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726049_23726049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726049_23726049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726049'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726049'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726124_23726124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726124_23726124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726124_23726124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726124_23726124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726124_23726124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726124'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726124'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168389_24168389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168389_24168389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168389_24168389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168389_24168389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168389_24168389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168389'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168389'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726281_23726281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726281_23726281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726281_23726281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726281_23726281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726281_23726281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726281'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726281'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726358_23726358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726358_23726358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726358_23726358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726358_23726358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726358_23726358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726358'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726358'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726437_23726437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726437_23726437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726437_23726437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726437_23726437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726437_23726437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726437'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726437'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168662_24168662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168662_24168662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168662_24168662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168662_24168662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168662_24168662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168662'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168662'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726581_23726581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726581_23726581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726581_23726581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726581_23726581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726581_23726581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726581'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726581'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726587_23726587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726587_23726587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726587_23726587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726587_23726587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726587_23726587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726587'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726587'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726645_23726645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726645_23726645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726645_23726645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726645_23726645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726645_23726645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726645'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726706_23726706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726706_23726706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726706_23726706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726706_23726706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726706_23726706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726706'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726706'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726773_23726773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726773_23726773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726773_23726773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726773_23726773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726773_23726773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726773'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726773'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168854_24168854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168854_24168854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168854_24168854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168854_24168854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168854_24168854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168854'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168854'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23726930_23726930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23726930_23726930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23726930_23726930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23726930_23726930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23726930_23726930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23726930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23726930'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23726930'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24168974_24168974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24168974_24168974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24168974_24168974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24168974_24168974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24168974_24168974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24168974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24168974'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24168974'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727077_23727077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727077_23727077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727077_23727077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727077_23727077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727077_23727077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727077'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727077'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727114_23727114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727114_23727114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727114_23727114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727114_23727114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727114_23727114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727114'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727114'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169002_24169002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169002_24169002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169002_24169002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169002_24169002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169002_24169002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169002'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169041_24169041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169041_24169041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169041_24169041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169041_24169041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169041_24169041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169041'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169041'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727298_23727298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727298_23727298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727298_23727298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727298_23727298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727298_23727298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727298'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727298'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727373_23727373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727373_23727373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727373_23727373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727373_23727373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727373_23727373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727373'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727373'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727449_23727449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727449_23727449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727449_23727449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727449_23727449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727449_23727449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727449'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727449'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727533_23727533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727533_23727533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727533_23727533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727533_23727533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727533_23727533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727533'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727533'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727609_23727609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727609_23727609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727609_23727609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727609_23727609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727609_23727609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727609'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727609'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727720_23727720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727720_23727720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727720_23727720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727720_23727720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727720_23727720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727720'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727720'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23727744_23727744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23727744_23727744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23727744_23727744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23727744_23727744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23727744_23727744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23727744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23727744'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23727744'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169547_24169547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169547_24169547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169547_24169547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169547_24169547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169547_24169547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169547'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169547'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169671_24169671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169671_24169671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169671_24169671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169671_24169671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169671_24169671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169671'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169671'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169816_24169816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169816_24169816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169816_24169816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169816_24169816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169816_24169816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169816'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169816'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24169957_24169957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24169957_24169957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24169957_24169957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24169957_24169957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24169957_24169957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24169957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24169957'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24169957'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170059_24170059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170059_24170059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170059_24170059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24170059_24170059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24170059_24170059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170059'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170059'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170146_24170146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170146_24170146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170146_24170146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24170146_24170146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24170146_24170146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170146'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170146'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728650_23728650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728650_23728650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728650_23728650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23728650_23728650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23728650_23728650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728650'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728711_23728711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728711_23728711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728711_23728711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23728711_23728711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23728711_23728711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728711'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728711'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23728823_23728823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23728823_23728823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23728823_23728823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23728823_23728823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23728823_23728823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23728823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23728823'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23728823'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170475_24170475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170475_24170475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170475_24170475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24170475_24170475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24170475_24170475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170475'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170475'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170594_24170594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170594_24170594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170594_24170594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24170594_24170594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24170594_24170594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170594'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170594'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729178_23729178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729178_23729178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729178_23729178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23729178_23729178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23729178_23729178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729178'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729178'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729298_23729298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729298_23729298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729298_23729298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23729298_23729298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23729298_23729298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729298'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729298'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729460_23729460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729460_23729460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729460_23729460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23729460_23729460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23729460_23729460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729460'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729460'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170946_24170946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170946_24170946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170946_24170946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24170946_24170946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24170946_24170946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170946'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170946'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24170991_24170991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24170991_24170991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24170991_24170991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24170991_24170991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24170991_24170991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24170991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24170991'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24170991'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171043_24171043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171043_24171043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171043_24171043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24171043_24171043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24171043_24171043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171043'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171043'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171151_24171151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171151_24171151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171151_24171151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24171151_24171151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24171151_24171151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171151'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171151'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729855_23729855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729855_23729855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729855_23729855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23729855_23729855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23729855_23729855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729855'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23729954_23729954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23729954_23729954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23729954_23729954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23729954_23729954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23729954_23729954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23729954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23729954'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23729954'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730048_23730048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730048_23730048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730048_23730048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730048_23730048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730048_23730048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730048'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730048'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730165_23730165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730165_23730165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730165_23730165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730165_23730165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730165_23730165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730165'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730165'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171577_24171577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171577_24171577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171577_24171577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24171577_24171577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24171577_24171577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171577'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171577'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730427_23730427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730427_23730427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730427_23730427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730427_23730427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730427_23730427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730427'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730427'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24171827_24171827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24171827_24171827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24171827_24171827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24171827_24171827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24171827_24171827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24171827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24171827'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24171827'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730675_23730675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730675_23730675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730675_23730675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730675_23730675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730675_23730675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730675'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730675'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730776_23730776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730776_23730776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730776_23730776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730776_23730776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730776_23730776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730776'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730776'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730817_23730817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730817_23730817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730817_23730817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730817_23730817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730817_23730817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730817'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730817'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730910_23730910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730910_23730910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730910_23730910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730910_23730910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730910_23730910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730910'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730910'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730992_23730992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730992_23730992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730992_23730992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730992_23730992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730992_23730992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730992'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730992'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172246_24172246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172246_24172246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172246_24172246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24172246_24172246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24172246_24172246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172246'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172246'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172366_24172366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172366_24172366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172366_24172366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24172366_24172366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24172366_24172366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172366'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172366'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731300_23731300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731300_23731300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731300_23731300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731300_23731300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731300_23731300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731300'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731300'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731382_23731382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731382_23731382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731382_23731382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731382_23731382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731382_23731382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731382'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731382'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731418_23731418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731418_23731418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731418_23731418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731418_23731418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731418_23731418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731418'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731418'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731425_23731425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731425_23731425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731425_23731425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731425_23731425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731425_23731425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731425'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731425'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172547_24172547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172547_24172547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172547_24172547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24172547_24172547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24172547_24172547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172547'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172547'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731592_23731592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731592_23731592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731592_23731592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731592_23731592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731592_23731592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731592'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731592'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731689_23731689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731689_23731689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731689_23731689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731689_23731689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731689_23731689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731689'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731689'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731771_23731771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731771_23731771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731771_23731771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731771_23731771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731771_23731771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731771'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731771'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731855_23731855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731855_23731855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731855_23731855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731855_23731855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731855_23731855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731855'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731922_23731922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731922_23731922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731922_23731922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731922_23731922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731922_23731922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731922'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731922'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731975_23731975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731975_23731975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731975_23731975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731975_23731975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731975_23731975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731975'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172933_24172933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172933_24172933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172933_24172933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24172933_24172933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24172933_24172933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172933'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172933'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24172980_24172980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24172980_24172980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24172980_24172980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24172980_24172980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24172980_24172980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24172980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24172980'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24172980'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732203_23732203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732203_23732203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732203_23732203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732203_23732203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732203_23732203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732203'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732203'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732233_23732233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732233_23732233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732233_23732233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732233_23732233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732233_23732233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732233'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732233'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732282_23732282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732282_23732282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732282_23732282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732282_23732282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732282_23732282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732282'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732282'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732318_23732318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732318_23732318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732318_23732318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732318_23732318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732318_23732318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732318'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732318'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732400_23732400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732400_23732400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732400_23732400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732400_23732400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732400_23732400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732400'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732400'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173173_24173173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173173_24173173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173173_24173173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173173_24173173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173173_24173173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173173'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173173'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732576_23732576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732576_23732576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732576_23732576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732576_23732576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732576_23732576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732576'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732576'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732643_23732643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732643_23732643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732643_23732643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732643_23732643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732643_23732643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732643'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732643'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732708_23732708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732708_23732708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732708_23732708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732708_23732708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732708_23732708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732708'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732708'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732733_23732733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732733_23732733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732733_23732733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732733_23732733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732733_23732733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732733'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732733'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732764_23732764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732764_23732764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732764_23732764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732764_23732764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732764_23732764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732764'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732764'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732824_23732824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732824_23732824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732824_23732824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732824_23732824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732824_23732824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732824'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732824'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732886_23732886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732886_23732886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732886_23732886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732886_23732886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732886_23732886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732886'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732886'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23732929_23732929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23732929_23732929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23732929_23732929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23732929_23732929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23732929_23732929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23732929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23732929'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23732929'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173436_24173436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173436_24173436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173436_24173436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173436_24173436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173436_24173436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173436'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173436'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733078_23733078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733078_23733078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733078_23733078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733078_23733078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733078_23733078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733078'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733078'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733147_23733147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733147_23733147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733147_23733147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733147_23733147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733147_23733147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733147'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733147'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733176_23733176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733176_23733176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733176_23733176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733176_23733176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733176_23733176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733176'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733176'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733281_23733281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733281_23733281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733281_23733281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733281_23733281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733281_23733281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733281'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733281'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173613_24173613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173613_24173613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173613_24173613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173613_24173613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173613_24173613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173613'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173613'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173690_24173690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173690_24173690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173690_24173690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173690_24173690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173690_24173690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173690'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173690'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733529_23733529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733529_23733529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733529_23733529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733529_23733529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733529_23733529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733529'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733529'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733600_23733600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733600_23733600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733600_23733600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733600_23733600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733600_23733600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733600'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733600'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733805_23733805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733805_23733805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733805_23733805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733805_23733805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733805_23733805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733805'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733805'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733834_23733834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733834_23733834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733834_23733834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733834_23733834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733834_23733834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733834'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733834'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174054_24174054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174054_24174054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174054_24174054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174054_24174054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174054_24174054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174054'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174054'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733973_23733973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733973_23733973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733973_23733973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733973_23733973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733973_23733973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733973'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733973'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734160_23734160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734160_23734160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734160_23734160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734160_23734160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734160_23734160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734160'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734160'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174159_24174159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174159_24174159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174159_24174159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174159_24174159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174159_24174159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174159'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174159'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174186_24174186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174186_24174186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174186_24174186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174186_24174186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174186_24174186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174186'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174186'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174292_24174292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174292_24174292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174292_24174292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174292_24174292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174292_24174292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174292'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174292'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734288_23734288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734288_23734288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734288_23734288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734288_23734288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734288_23734288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734288'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734288'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734301_23734301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734301_23734301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734301_23734301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734301_23734301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734301_23734301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734301'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734301'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734330_23734330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734330_23734330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734330_23734330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734330_23734330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734330_23734330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734330'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734330'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734412_23734412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734412_23734412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734412_23734412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734412_23734412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734412_23734412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734412'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734412'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734535_23734535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734535_23734535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734535_23734535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734535_23734535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734535_23734535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734535'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734535'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734558_23734558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734558_23734558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734558_23734558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734558_23734558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734558_23734558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734558'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734558'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734588_23734588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734588_23734588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734588_23734588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734588_23734588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734588_23734588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734588'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734588'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734653_23734653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734653_23734653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734653_23734653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734653_23734653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734653_23734653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734653'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734653'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734750_23734750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734750_23734750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734750_23734750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734750_23734750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734750_23734750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734750'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734750'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734773_23734773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734773_23734773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734773_23734773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734773_23734773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734773_23734773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734773'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734773'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734848_23734848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734848_23734848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734848_23734848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734848_23734848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734848_23734848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734848'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734848'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734977_23734977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734977_23734977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734977_23734977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734977_23734977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734977_23734977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734977'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734977'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735244_23735244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735244_23735244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735244_23735244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735244_23735244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735244_23735244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735244'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735244'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735278_23735278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735278_23735278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735278_23735278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735278_23735278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735278_23735278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735278'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735278'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735350_23735350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735350_23735350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735350_23735350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735350_23735350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735350_23735350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735350'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735350'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735437_23735437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735437_23735437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735437_23735437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735437_23735437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735437_23735437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735437'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735437'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735452_23735452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735452_23735452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735452_23735452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735452_23735452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735452_23735452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735452'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735452'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735494_23735494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735494_23735494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735494_23735494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735494_23735494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735494_23735494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735494'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735494'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735536_23735536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735536_23735536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735536_23735536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735536_23735536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735536_23735536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735536'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735536'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735594_23735594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735594_23735594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735594_23735594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735594_23735594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735594_23735594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735594'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735594'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735636_23735636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735636_23735636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735636_23735636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735636_23735636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735636_23735636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735636'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735636'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735677_23735677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735677_23735677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735677_23735677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735677_23735677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735677_23735677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735677'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735677'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735731_23735731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735731_23735731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735731_23735731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735731_23735731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735731_23735731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735731'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735731'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735773_23735773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735773_23735773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735773_23735773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735773_23735773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735773_23735773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735773'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735773'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735857_23735857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735857_23735857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735857_23735857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735857_23735857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735857_23735857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735857'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735857'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735876_23735876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735876_23735876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735876_23735876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735876_23735876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735876_23735876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735876'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735876'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735913_23735913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735913_23735913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735913_23735913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735913_23735913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735913_23735913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735913'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735913'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175327_24175327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175327_24175327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175327_24175327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24175327_24175327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24175327_24175327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175327'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175327'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735994_23735994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735994_23735994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735994_23735994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735994_23735994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735994_23735994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735994'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735994'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736100_23736100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736100_23736100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736100_23736100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736100_23736100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736100_23736100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736100'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736100'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736157_23736157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736157_23736157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736157_23736157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736157_23736157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736157_23736157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736157'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736157'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736184_23736184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736184_23736184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736184_23736184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736184_23736184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736184_23736184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736184'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736184'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736223_23736223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736223_23736223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736223_23736223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736223_23736223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736223_23736223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736223'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736223'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736249_23736249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736249_23736249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736249_23736249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736249_23736249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736249_23736249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736249'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736249'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736268_23736268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736268_23736268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736268_23736268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736268_23736268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736268_23736268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736268'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736268'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736301_23736301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736301_23736301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736301_23736301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736301_23736301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736301_23736301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736301'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736301'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736345_23736345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736345_23736345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736345_23736345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736345_23736345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736345_23736345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736345'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736345'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736414_23736414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736414_23736414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736414_23736414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736414_23736414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736414_23736414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736414'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736414'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736421_23736421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736421_23736421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736421_23736421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736421_23736421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736421_23736421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736421'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736421'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736450_23736450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736450_23736450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736450_23736450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736450_23736450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736450_23736450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736450'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736450'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736489_23736489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736489_23736489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736489_23736489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736489_23736489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736489_23736489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736489'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736489'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736557_23736557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736557_23736557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736557_23736557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736557_23736557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736557_23736557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736557'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736557'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736589_23736589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736589_23736589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736589_23736589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736589_23736589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736589_23736589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736589'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736589'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736665_23736665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736665_23736665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736665_23736665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736665_23736665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736665_23736665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736665'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736665'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736745_23736745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736745_23736745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736745_23736745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736745_23736745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736745_23736745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736745'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736745'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23736875_23736875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23736875_23736875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23736875_23736875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23736875_23736875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23736875_23736875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23736875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23736875'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23736875'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737001_23737001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737001_23737001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737001_23737001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737001_23737001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737001_23737001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737001'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737001'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737162_23737162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737162_23737162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737162_23737162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737162_23737162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737162_23737162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737162'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737162'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737180_23737180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737180_23737180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737180_23737180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737180_23737180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737180_23737180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737180'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737180'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737227_23737227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737227_23737227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737227_23737227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737227_23737227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737227_23737227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737227'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737227'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737298_23737298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737298_23737298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737298_23737298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737298_23737298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737298_23737298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737298'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737298'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737340_23737340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737340_23737340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737340_23737340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737340_23737340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737340_23737340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737340'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737340'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737368_23737368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737368_23737368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737368_23737368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737368_23737368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737368_23737368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737368'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737368'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737502_23737502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737502_23737502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737502_23737502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737502_23737502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737502_23737502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737502'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737502'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737613_23737613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737613_23737613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737613_23737613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737613_23737613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737613_23737613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737613'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737613'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737646_23737646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737646_23737646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737646_23737646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737646_23737646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737646_23737646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737646'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737646'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737763_23737763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737763_23737763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737763_23737763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737763_23737763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737763_23737763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737763'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737763'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737849_23737849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737849_23737849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737849_23737849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737849_23737849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737849_23737849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737849'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737849'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737890_23737890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737890_23737890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737890_23737890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737890_23737890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737890_23737890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737890'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737890'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737915_23737915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737915_23737915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737915_23737915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737915_23737915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737915_23737915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737915'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737915'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737927_23737927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737927_23737927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737927_23737927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737927_23737927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737927_23737927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737927'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737927'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23737963_23737963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23737963_23737963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23737963_23737963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23737963_23737963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23737963_23737963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23737963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23737963'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23737963'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738026_23738026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738026_23738026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738026_23738026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738026_23738026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738026_23738026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738026'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738026'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738104_23738104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738104_23738104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738104_23738104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738104_23738104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738104_23738104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738104'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738104'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738118_23738118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738118_23738118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738118_23738118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738118_23738118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738118_23738118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738118'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738118'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738162_23738162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738162_23738162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738162_23738162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738162_23738162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738162_23738162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738162'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738162'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738171_23738171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738171_23738171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738171_23738171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738171_23738171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738171_23738171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738171'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738171'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738220_23738220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738220_23738220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738220_23738220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738220_23738220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738220_23738220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738220'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738220'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738263_23738263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738263_23738263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738263_23738263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738263_23738263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738263_23738263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738263'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738263'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738326_23738326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738326_23738326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738326_23738326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738326_23738326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738326_23738326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738326'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738326'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738365_23738365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738365_23738365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738365_23738365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738365_23738365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738365_23738365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738365'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738365'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738406_23738406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738406_23738406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738406_23738406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738406_23738406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738406_23738406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738406'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738406'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738451_23738451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738451_23738451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738451_23738451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738451_23738451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738451_23738451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738451'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738451'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738496_23738496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738496_23738496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738496_23738496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738496_23738496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738496_23738496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738496'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738496'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738548_23738548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738548_23738548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738548_23738548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738548_23738548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738548_23738548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738548'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738548'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738604_23738604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738604_23738604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738604_23738604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738604_23738604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738604_23738604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738604'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738604'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738658_23738658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738658_23738658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738658_23738658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738658_23738658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738658_23738658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738658'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738658'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738675_23738675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738675_23738675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738675_23738675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738675_23738675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738675_23738675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738675'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738675'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738702_23738702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738702_23738702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738702_23738702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738702_23738702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738702_23738702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738702'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738745_23738745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738745_23738745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738745_23738745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738745_23738745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738745_23738745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738745'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738745'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738787_23738787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738787_23738787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738787_23738787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738787_23738787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738787_23738787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738787'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738787'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738827_23738827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738827_23738827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738827_23738827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738827_23738827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738827_23738827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738827'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738827'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738886_23738886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738886_23738886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738886_23738886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738886_23738886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738886_23738886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738886'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738886'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738906_23738906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738906_23738906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738906_23738906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738906_23738906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738906_23738906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738906'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738906'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23738964_23738964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23738964_23738964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23738964_23738964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23738964_23738964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23738964_23738964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23738964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23738964'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23738964'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739078_23739078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739078_23739078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739078_23739078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739078_23739078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739078_23739078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739078'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739078'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739107_23739107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739107_23739107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739107_23739107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739107_23739107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739107_23739107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739107'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739107'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739127_23739127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739127_23739127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739127_23739127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739127_23739127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739127_23739127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739127'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739127'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739175_23739175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739175_23739175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739175_23739175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739175_23739175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739175_23739175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739175'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739175'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739245_23739245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739245_23739245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739245_23739245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739245_23739245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739245_23739245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739245'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739245'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739269_23739269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739269_23739269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739269_23739269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739269_23739269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739269_23739269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739269'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739269'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739312_23739312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739312_23739312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739312_23739312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739312_23739312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739312_23739312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739312'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739312'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739371_23739371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739371_23739371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739371_23739371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739371_23739371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739371_23739371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739371'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739371'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739401_23739401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739401_23739401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739401_23739401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739401_23739401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739401_23739401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739401'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739401'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739452_23739452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739452_23739452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739452_23739452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739452_23739452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739452_23739452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739452'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739452'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739540_23739540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739540_23739540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739540_23739540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739540_23739540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739540_23739540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739540'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739540'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739596_23739596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739596_23739596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739596_23739596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739596_23739596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739596_23739596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739596'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739596'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739619_23739619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739619_23739619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739619_23739619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739619_23739619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739619_23739619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739619'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739619'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739731_23739731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739731_23739731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739731_23739731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739731_23739731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739731_23739731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739731'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739731'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739756_23739756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739756_23739756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739756_23739756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739756_23739756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739756_23739756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739756'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739756'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739794_23739794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739794_23739794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739794_23739794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739794_23739794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739794_23739794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739794'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739794'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739820_23739820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739820_23739820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739820_23739820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739820_23739820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739820_23739820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739820'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739820'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739909_23739909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739909_23739909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739909_23739909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739909_23739909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739909_23739909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739909'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739914_23739914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739914_23739914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739914_23739914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739914_23739914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739914_23739914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739914'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739914'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23739952_23739952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23739952_23739952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23739952_23739952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23739952_23739952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23739952_23739952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23739952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23739952'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23739952'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740002_23740002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740002_23740002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740002_23740002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740002_23740002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740002_23740002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740002'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740023_23740023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740023_23740023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740023_23740023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740023_23740023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740023_23740023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740023'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740023'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740126_23740126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740126_23740126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740126_23740126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740126_23740126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740126_23740126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740126'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740126'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740166_23740166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740166_23740166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740166_23740166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740166_23740166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740166_23740166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740166'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740166'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740171_23740171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740171_23740171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740171_23740171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740171_23740171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740171_23740171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740171'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740171'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740218_23740218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740218_23740218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740218_23740218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740218_23740218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740218_23740218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740218'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740218'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740253_23740253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740253_23740253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740253_23740253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740253_23740253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740253_23740253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740253'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740253'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740297_23740297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740297_23740297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740297_23740297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740297_23740297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740297_23740297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740297'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740297'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740317_23740317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740317_23740317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740317_23740317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740317_23740317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740317_23740317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740317'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740317'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740354_23740354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740354_23740354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740354_23740354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740354_23740354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740354_23740354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740354'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740354'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740394_23740394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740394_23740394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740394_23740394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740394_23740394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740394_23740394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740394'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740394'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740449_23740449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740449_23740449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740449_23740449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740449_23740449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740449_23740449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740449'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740449'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740547_23740547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740547_23740547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740547_23740547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740547_23740547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740547_23740547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740547'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740547'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740569_23740569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740569_23740569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740569_23740569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740569_23740569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740569_23740569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740569'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740569'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740607_23740607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740607_23740607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740607_23740607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740607_23740607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740607_23740607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740607'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740607'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740642_23740642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740642_23740642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740642_23740642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740642_23740642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740642_23740642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740642'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740642'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740707_23740707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740707_23740707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740707_23740707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740707_23740707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740707_23740707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740707'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740707'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740714_23740714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740714_23740714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740714_23740714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740714_23740714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740714_23740714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740714'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740714'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740775_23740775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740775_23740775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740775_23740775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740775_23740775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740775_23740775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740775'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740775'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740780_23740780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740780_23740780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740780_23740780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740780_23740780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740780_23740780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740780'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740780'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740820_23740820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740820_23740820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740820_23740820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740820_23740820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740820_23740820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740820'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740820'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740855_23740855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740855_23740855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740855_23740855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740855_23740855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740855_23740855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740855'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740855'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740883_23740883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740883_23740883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740883_23740883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740883_23740883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740883_23740883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740883'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740883'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740962_23740962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740962_23740962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740962_23740962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740962_23740962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740962_23740962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740962'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740962'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23740978_23740978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23740978_23740978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23740978_23740978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23740978_23740978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23740978_23740978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23740978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23740978'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23740978'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741012_23741012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741012_23741012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741012_23741012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741012_23741012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741012_23741012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741012'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741012'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741078_23741078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741078_23741078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741078_23741078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741078_23741078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741078_23741078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741078'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741078'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24176758_24176758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24176758_24176758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24176758_24176758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24176758_24176758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24176758_24176758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24176758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24176758'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24176758'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741161_23741161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741161_23741161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741161_23741161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741161_23741161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741161_23741161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741161'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741161'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741243_23741243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741243_23741243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741243_23741243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741243_23741243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741243_23741243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741243'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741243'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741262_23741262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741262_23741262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741262_23741262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741262_23741262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741262_23741262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741262'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741262'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741294_23741294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741294_23741294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741294_23741294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741294_23741294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741294_23741294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741294'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741294'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741331_23741331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741331_23741331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741331_23741331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741331_23741331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741331_23741331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741331'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741331'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741463_23741463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741463_23741463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741463_23741463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741463_23741463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741463_23741463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741463'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741463'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741501_23741501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741501_23741501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741501_23741501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741501_23741501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741501_23741501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741501'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741501'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741548_23741548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741548_23741548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741548_23741548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741548_23741548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741548_23741548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741548'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741548'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741557_23741557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741557_23741557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741557_23741557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741557_23741557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741557_23741557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741557'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741557'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741650_23741650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741650_23741650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741650_23741650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741650_23741650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741650_23741650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741650'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741650'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741677_23741677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741677_23741677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741677_23741677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741677_23741677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741677_23741677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741677'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741677'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741747_23741747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741747_23741747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741747_23741747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741747_23741747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741747_23741747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741747'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741747'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741849_23741849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741849_23741849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741849_23741849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741849_23741849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741849_23741849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741849'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741849'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741856_23741856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741856_23741856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741856_23741856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741856_23741856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741856_23741856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741856'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741856'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741930_23741930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741930_23741930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741930_23741930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741930_23741930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741930_23741930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741930'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741930'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741960_23741960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741960_23741960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741960_23741960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741960_23741960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741960_23741960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741960'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741960'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23741986_23741986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23741986_23741986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23741986_23741986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23741986_23741986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23741986_23741986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23741986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23741986'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23741986'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742115_23742115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742115_23742115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742115_23742115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742115_23742115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742115_23742115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742115'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742115'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742136_23742136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742136_23742136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742136_23742136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742136_23742136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742136_23742136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742136'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742136'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742204_23742204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742204_23742204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742204_23742204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742204_23742204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742204_23742204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742204'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742204'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742298_23742298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742298_23742298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742298_23742298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742298_23742298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742298_23742298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742298'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742298'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742366_23742366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742366_23742366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742366_23742366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742366_23742366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742366_23742366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742366'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742366'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742430_23742430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742430_23742430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742430_23742430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742430_23742430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742430_23742430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742430'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742430'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742570_23742570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742570_23742570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742570_23742570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742570_23742570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742570_23742570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742570'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742570'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742575_23742575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742575_23742575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742575_23742575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742575_23742575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742575_23742575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742575'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742575'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742618_23742618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742618_23742618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742618_23742618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742618_23742618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742618_23742618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742618'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742618'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742640_23742640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742640_23742640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742640_23742640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742640_23742640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742640_23742640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742640'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742640'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742733_23742733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742733_23742733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742733_23742733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742733_23742733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742733_23742733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742733'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742733'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742765_23742765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742765_23742765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742765_23742765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742765_23742765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742765_23742765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742765'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742765'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742828_23742828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742828_23742828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742828_23742828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742828_23742828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742828_23742828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742828'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742828'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742860_23742860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742860_23742860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742860_23742860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742860_23742860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742860_23742860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742860'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742860'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742889_23742889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742889_23742889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742889_23742889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742889_23742889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742889_23742889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742889'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742889'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742937_23742937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742937_23742937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742937_23742937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742937_23742937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742937_23742937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742937'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742937'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742983_23742983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742983_23742983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742983_23742983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742983_23742983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742983_23742983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742983'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742983'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743007_23743007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743007_23743007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743007_23743007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743007_23743007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743007_23743007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743007'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743007'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743039_23743039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743039_23743039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743039_23743039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743039_23743039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743039_23743039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743039'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743039'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743088_23743088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743088_23743088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743088_23743088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743088_23743088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743088_23743088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743088'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743088'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743115_23743115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743115_23743115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743115_23743115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743115_23743115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743115_23743115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743115'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743115'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743158_23743158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743158_23743158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743158_23743158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743158_23743158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743158_23743158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743158'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743158'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743202_23743202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743202_23743202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743202_23743202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743202_23743202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743202_23743202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743202'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743202'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743217_23743217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743217_23743217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743217_23743217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743217_23743217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743217_23743217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743217'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743217'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743252_23743252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743252_23743252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743252_23743252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743252_23743252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743252_23743252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743252'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743252'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743284_23743284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743284_23743284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743284_23743284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743284_23743284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743284_23743284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743284'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743284'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743323_23743323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743323_23743323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743323_23743323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743323_23743323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743323_23743323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743323'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743323'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743368_23743368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743368_23743368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743368_23743368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743368_23743368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743368_23743368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743368'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743368'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743416_23743416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743416_23743416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743416_23743416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743416_23743416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743416_23743416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743416'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743416'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743441_23743441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743441_23743441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743441_23743441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743441_23743441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743441_23743441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743441'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743441'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743475_23743475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743475_23743475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743475_23743475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743475_23743475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743475_23743475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743475'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743475'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743512_23743512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743512_23743512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743512_23743512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743512_23743512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743512_23743512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743512'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743546_23743546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743546_23743546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743546_23743546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743546_23743546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743546_23743546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743546'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743546'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743575_23743575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743575_23743575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743575_23743575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743575_23743575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743575_23743575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743575'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743575'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743632_23743632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743632_23743632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743632_23743632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743632_23743632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743632_23743632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743632'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743632'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743665_23743665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743665_23743665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743665_23743665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743665_23743665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743665_23743665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743665'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743665'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743702_23743702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743702_23743702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743702_23743702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743702_23743702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743702_23743702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743702'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743702'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743750_23743750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743750_23743750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743750_23743750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743750_23743750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743750_23743750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743750'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743750'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743782_23743782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743782_23743782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743782_23743782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743782_23743782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743782_23743782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743782'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743782'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743811_23743811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743811_23743811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743811_23743811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743811_23743811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743811_23743811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743811'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743811'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743840_23743840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743840_23743840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743840_23743840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743840_23743840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743840_23743840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743840'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743840'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743868_23743868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743868_23743868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743868_23743868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743868_23743868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743868_23743868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743868'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743868'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743913_23743913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743913_23743913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743913_23743913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743913_23743913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743913_23743913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743913'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743913'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743932_23743932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743932_23743932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743932_23743932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743932_23743932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743932_23743932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743932'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743932'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23743972_23743972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23743972_23743972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23743972_23743972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23743972_23743972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23743972_23743972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23743972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23743972'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23743972'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744002_23744002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744002_23744002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744002_23744002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744002_23744002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744002_23744002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744002'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744054_23744054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744054_23744054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744054_23744054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744054_23744054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744054_23744054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744054'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744054'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744084_23744084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744084_23744084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744084_23744084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744084_23744084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744084_23744084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744084'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744084'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744127_23744127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744127_23744127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744127_23744127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744127_23744127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744127_23744127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744127'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744127'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744149_23744149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744149_23744149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744149_23744149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744149_23744149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744149_23744149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744149'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744149'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744250_23744250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744250_23744250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744250_23744250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744250_23744250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744250_23744250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744250'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744250'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744272_23744272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744272_23744272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744272_23744272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744272_23744272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744272_23744272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744272'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744272'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744329_23744329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744329_23744329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744329_23744329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744329_23744329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744329_23744329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744329'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744329'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744380_23744380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744380_23744380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744380_23744380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744380_23744380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744380_23744380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744380'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744380'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744453_23744453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744453_23744453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744453_23744453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744453_23744453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744453_23744453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744453'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744453'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744474_23744474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744474_23744474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744474_23744474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744474_23744474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744474_23744474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744474'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744474'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744517_23744517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744517_23744517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744517_23744517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744517_23744517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744517_23744517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744517'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744517'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744561_23744561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744561_23744561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744561_23744561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744561_23744561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744561_23744561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744561'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744561'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744631_23744631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744631_23744631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744631_23744631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744631_23744631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744631_23744631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744631'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744631'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744679_23744679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744679_23744679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744679_23744679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744679_23744679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744679_23744679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744679'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744679'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744775_23744775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744775_23744775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744775_23744775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744775_23744775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744775_23744775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744775'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744775'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744812_23744812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744812_23744812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744812_23744812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744812_23744812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744812_23744812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744812'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744812'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744841_23744841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744841_23744841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744841_23744841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744841_23744841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744841_23744841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744841'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744841'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744869_23744869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744869_23744869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744869_23744869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744869_23744869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744869_23744869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744869'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744869'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744897_23744897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744897_23744897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744897_23744897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744897_23744897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744897_23744897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744897'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744897'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23744935_23744935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23744935_23744935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23744935_23744935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23744935_23744935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23744935_23744935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23744935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23744935'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23744935'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745040_23745040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745040_23745040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745040_23745040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745040_23745040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745040_23745040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745040'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745040'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745090_23745090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745090_23745090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745090_23745090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745090_23745090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745090_23745090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745090'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745090'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745110_23745110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745110_23745110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745110_23745110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745110_23745110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745110_23745110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745110'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745110'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745138_23745138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745138_23745138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745138_23745138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745138_23745138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745138_23745138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745138'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745138'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745172_23745172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745172_23745172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745172_23745172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745172_23745172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745172_23745172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745172'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745172'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745245_23745245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745245_23745245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745245_23745245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745245_23745245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745245_23745245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745245'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745245'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745278_23745278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745278_23745278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745278_23745278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745278_23745278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745278_23745278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745278'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745278'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745312_23745312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745312_23745312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745312_23745312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745312_23745312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745312_23745312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745312'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745312'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745356_23745356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745356_23745356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745356_23745356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745356_23745356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745356_23745356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745356'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745356'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745398_23745398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745398_23745398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745398_23745398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745398_23745398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745398_23745398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745398'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745398'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745438_23745438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745438_23745438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745438_23745438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745438_23745438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745438_23745438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745438'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745438'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745493_23745493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745493_23745493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745493_23745493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745493_23745493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745493_23745493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745493'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745493'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745508_23745508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745508_23745508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745508_23745508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745508_23745508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745508_23745508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745508'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745508'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745589_23745589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745589_23745589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745589_23745589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745589_23745589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745589_23745589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745589'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745589'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745601_23745601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745601_23745601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745601_23745601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745601_23745601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745601_23745601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745601'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745601'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745648_23745648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745648_23745648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745648_23745648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745648_23745648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745648_23745648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745648'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745648'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745653_23745653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745653_23745653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745653_23745653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745653_23745653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745653_23745653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745653'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745653'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745694_23745694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745694_23745694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745694_23745694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745694_23745694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745694_23745694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745694'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745694'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745752_23745752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745752_23745752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745752_23745752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745752_23745752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745752_23745752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745752'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745752'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745782_23745782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745782_23745782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745782_23745782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745782_23745782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745782_23745782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745782'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745782'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745863_23745863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745863_23745863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745863_23745863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745863_23745863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745863_23745863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745863'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745863'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745879_23745879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745879_23745879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745879_23745879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745879_23745879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745879_23745879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745879'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745879'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23745910_23745910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23745910_23745910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23745910_23745910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23745910_23745910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23745910_23745910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23745910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23745910'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23745910'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746010_23746010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746010_23746010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746010_23746010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746010_23746010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746010_23746010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746010'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746010'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746035_23746035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746035_23746035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746035_23746035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746035_23746035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746035_23746035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746035'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746035'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746062_23746062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746062_23746062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746062_23746062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746062_23746062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746062_23746062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746062'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746062'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746194_23746194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746194_23746194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746194_23746194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746194_23746194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746194_23746194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746194'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746194'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746234_23746234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746234_23746234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746234_23746234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746234_23746234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746234_23746234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746234'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746234'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746316_23746316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746316_23746316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746316_23746316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746316_23746316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746316_23746316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746316'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746316'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746351_23746351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746351_23746351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746351_23746351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746351_23746351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746351_23746351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746351'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746351'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746392_23746392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746392_23746392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746392_23746392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746392_23746392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746392_23746392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746392'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746392'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746430_23746430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746430_23746430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746430_23746430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746430_23746430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746430_23746430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746430'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746430'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746466_23746466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746466_23746466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746466_23746466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746466_23746466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746466_23746466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746466'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746466'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746512_23746512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746512_23746512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746512_23746512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746512_23746512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746512_23746512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746512'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746512'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746537_23746537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746537_23746537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746537_23746537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746537_23746537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746537_23746537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746537'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746537'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746585_23746585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746585_23746585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746585_23746585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746585_23746585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746585_23746585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746585'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746627_23746627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746627_23746627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746627_23746627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746627_23746627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746627_23746627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746627'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746627'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746665_23746665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746665_23746665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746665_23746665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746665_23746665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746665_23746665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746665'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746665'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746722_23746722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746722_23746722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746722_23746722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746722_23746722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746722_23746722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746722'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746722'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746744_23746744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746744_23746744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746744_23746744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746744_23746744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746744_23746744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746744'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746744'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746781_23746781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746781_23746781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746781_23746781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746781_23746781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746781_23746781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746781'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746781'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746866_23746866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746866_23746866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746866_23746866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746866_23746866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746866_23746866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746866'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746866'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746872_23746872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746872_23746872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746872_23746872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746872_23746872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746872_23746872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746872'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746872'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746909_23746909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746909_23746909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746909_23746909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746909_23746909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746909_23746909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746909'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746909'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746940_23746940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746940_23746940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746940_23746940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746940_23746940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746940_23746940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746940'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746940'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23746975_23746975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23746975_23746975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23746975_23746975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23746975_23746975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23746975_23746975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23746975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23746975'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23746975'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747002_23747002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747002_23747002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747002_23747002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747002_23747002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747002_23747002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747002'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747002'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747059_23747059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747059_23747059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747059_23747059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747059_23747059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747059_23747059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747059'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747059'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747112_23747112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747112_23747112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747112_23747112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747112_23747112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747112_23747112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747112'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747112'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747168_23747168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747168_23747168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747168_23747168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747168_23747168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747168_23747168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747168'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747168'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747217_23747217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747217_23747217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747217_23747217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747217_23747217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747217_23747217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747217'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747217'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747260_23747260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747260_23747260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747260_23747260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747260_23747260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747260_23747260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747260'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747260'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747302_23747302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747302_23747302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747302_23747302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747302_23747302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747302_23747302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747302'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747302'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747330_23747330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747330_23747330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747330_23747330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747330_23747330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747330_23747330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747330'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747330'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747365_23747365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747365_23747365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747365_23747365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747365_23747365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747365_23747365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747365'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747365'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747401_23747401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747401_23747401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747401_23747401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747401_23747401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747401_23747401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747401'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747401'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747446_23747446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747446_23747446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747446_23747446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747446_23747446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747446_23747446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747446'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747446'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747481_23747481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747481_23747481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747481_23747481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747481_23747481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747481_23747481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747481'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747481'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747525_23747525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747525_23747525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747525_23747525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747525_23747525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747525_23747525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747525'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747525'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747560_23747560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747560_23747560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747560_23747560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747560_23747560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747560_23747560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747560'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747560'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747583_23747583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747583_23747583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747583_23747583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747583_23747583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747583_23747583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747583'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747583'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747622_23747622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747622_23747622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747622_23747622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747622_23747622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747622_23747622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747622'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747622'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747681_23747681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747681_23747681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747681_23747681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747681_23747681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747681_23747681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747681'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747681'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747791_23747791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747791_23747791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747791_23747791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747791_23747791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747791_23747791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747791'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747791'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747838_23747838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747838_23747838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747838_23747838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747838_23747838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747838_23747838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747838'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747838'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747853_23747853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747853_23747853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747853_23747853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747853_23747853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747853_23747853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747853'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747853'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747881_23747881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747881_23747881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747881_23747881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747881_23747881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747881_23747881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747881'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747881'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23747991_23747991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23747991_23747991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23747991_23747991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23747991_23747991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23747991_23747991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23747991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23747991'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23747991'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748177_23748177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748177_23748177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748177_23748177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23748177_23748177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23748177_23748177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748177'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748177'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748239_23748239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748239_23748239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748239_23748239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23748239_23748239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23748239_23748239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748239'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748239'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748254_23748254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748254_23748254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748254_23748254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23748254_23748254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23748254_23748254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748254'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748254'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748854_23748854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748854_23748854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748854_23748854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23748854_23748854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23748854_23748854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748854'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748854'^^xsd:integer;
  dwc:observationDate '2015-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23748912_23748912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23748912_23748912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23748912_23748912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23748912_23748912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23748912_23748912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23748912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23748912'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23748912'^^xsd:integer;
  dwc:observationDate '2015-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749134_23749134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749134_23749134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749134_23749134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749134_23749134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749134_23749134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749134'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749134'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749255_23749255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749255_23749255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749255_23749255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749255_23749255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749255_23749255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749255'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749255'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749291_23749291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749291_23749291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749291_23749291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749291_23749291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749291_23749291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749291'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749291'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749388_23749388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749388_23749388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749388_23749388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749388_23749388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749388_23749388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749388'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749388'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749402_23749402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749402_23749402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749402_23749402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749402_23749402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749402_23749402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749402'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749402'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749437_23749437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749437_23749437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749437_23749437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749437_23749437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749437_23749437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749437'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749437'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749467_23749467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749467_23749467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749467_23749467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749467_23749467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749467_23749467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749467'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749467'^^xsd:integer;
  dwc:observationDate '2015-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749501_23749501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749501_23749501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749501_23749501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749501_23749501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749501_23749501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749501'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749501'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749557_23749557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749557_23749557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749557_23749557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749557_23749557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749557_23749557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749557'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749557'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749601_23749601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749601_23749601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749601_23749601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749601_23749601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749601_23749601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749601'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749601'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749657_23749657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749657_23749657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749657_23749657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749657_23749657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749657_23749657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749657'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749657'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749733_23749733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749733_23749733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749733_23749733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749733_23749733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749733_23749733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749733'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749733'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749747_23749747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749747_23749747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749747_23749747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749747_23749747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749747_23749747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749747'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749747'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749789_23749789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749789_23749789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749789_23749789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749789_23749789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749789_23749789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749789'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749789'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749830_23749830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749830_23749830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749830_23749830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749830_23749830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749830_23749830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749830'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749830'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749880_23749880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749880_23749880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749880_23749880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749880_23749880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749880_23749880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749880'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749880'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749960_23749960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749960_23749960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749960_23749960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749960_23749960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749960_23749960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749960'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749960'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749982_23749982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749982_23749982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749982_23749982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749982_23749982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749982_23749982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749982'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749982'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23749997_23749997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23749997_23749997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23749997_23749997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23749997_23749997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23749997_23749997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23749997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23749997'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23749997'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750022_23750022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750022_23750022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750022_23750022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750022_23750022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750022_23750022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750022'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750022'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750029_23750029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750029_23750029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750029_23750029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750029_23750029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750029_23750029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750029'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750029'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750070_23750070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750070_23750070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750070_23750070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750070_23750070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750070_23750070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750070'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750070'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750110_23750110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750110_23750110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750110_23750110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750110_23750110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750110_23750110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750110'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750110'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24178214_24178214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24178214_24178214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24178214_24178214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24178214_24178214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24178214_24178214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24178214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24178214'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24178214'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750206_23750206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750206_23750206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750206_23750206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750206_23750206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750206_23750206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750206'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750206'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750216_23750216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750216_23750216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750216_23750216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750216_23750216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750216_23750216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750216'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750216'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750259_23750259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750259_23750259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750259_23750259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750259_23750259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750259_23750259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750259'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750259'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750290_23750290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750290_23750290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750290_23750290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750290_23750290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750290_23750290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750290'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750290'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750315_23750315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750315_23750315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750315_23750315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750315_23750315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750315_23750315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750315'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750315'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750332_23750332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750332_23750332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750332_23750332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750332_23750332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750332_23750332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750332'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750332'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750366_23750366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750366_23750366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750366_23750366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750366_23750366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750366_23750366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750366'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750366'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750441_23750441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750441_23750441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750441_23750441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750441_23750441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750441_23750441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750441'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750441'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750453_23750453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750453_23750453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750453_23750453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750453_23750453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750453_23750453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750453'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750453'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750476_23750476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750476_23750476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750476_23750476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750476_23750476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750476_23750476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750476'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750476'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750521_23750521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750521_23750521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750521_23750521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750521_23750521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750521_23750521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750521'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750521'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750616_23750616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750616_23750616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750616_23750616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750616_23750616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750616_23750616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750616'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750616'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750669_23750669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750669_23750669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750669_23750669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750669_23750669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750669_23750669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750669'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750669'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750703_23750703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750703_23750703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750703_23750703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750703_23750703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750703_23750703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750703'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750703'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750768_23750768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750768_23750768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750768_23750768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750768_23750768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750768_23750768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750768'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750768'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750890_23750890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750890_23750890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750890_23750890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750890_23750890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750890_23750890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750890'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750890'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750919_23750919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750919_23750919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750919_23750919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750919_23750919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750919_23750919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750919'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750919'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750965_23750965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750965_23750965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750965_23750965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750965_23750965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750965_23750965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750965'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750965'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23750987_23750987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23750987_23750987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23750987_23750987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23750987_23750987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23750987_23750987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23750987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23750987'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23750987'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751072_23751072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751072_23751072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751072_23751072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751072_23751072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751072_23751072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751072'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751072'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751086_23751086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751086_23751086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751086_23751086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751086_23751086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751086_23751086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751086'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751086'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751126_23751126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751126_23751126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751126_23751126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751126_23751126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751126_23751126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751126'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751126'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751164_23751164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751164_23751164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751164_23751164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751164_23751164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751164_23751164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751164'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751164'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751223_23751223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751223_23751223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751223_23751223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751223_23751223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751223_23751223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751223'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751223'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751333_23751333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751333_23751333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751333_23751333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751333_23751333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751333_23751333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751333'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751333'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751383_23751383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751383_23751383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751383_23751383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751383_23751383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751383_23751383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751383'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751383'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751426_23751426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751426_23751426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751426_23751426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751426_23751426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751426_23751426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751426'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751426'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751621_23751621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751621_23751621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751621_23751621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751621_23751621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751621_23751621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751621'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751621'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751725_23751725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751725_23751725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751725_23751725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751725_23751725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751725_23751725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751725'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751725'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751815_23751815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751815_23751815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751815_23751815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751815_23751815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751815_23751815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751815'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751815'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751874_23751874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751874_23751874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751874_23751874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751874_23751874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751874_23751874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751874'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751874'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751937_23751937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751937_23751937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751937_23751937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751937_23751937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751937_23751937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751937'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751937'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751982_23751982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751982_23751982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751982_23751982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751982_23751982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751982_23751982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751982'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751982'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752060_23752060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752060_23752060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752060_23752060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752060_23752060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752060_23752060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752060'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752060'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752083_23752083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752083_23752083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752083_23752083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752083_23752083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752083_23752083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752083'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752083'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752122_23752122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752122_23752122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752122_23752122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752122_23752122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752122_23752122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752122'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752122'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752189_23752189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752189_23752189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752189_23752189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752189_23752189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752189_23752189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752189'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752189'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752292_23752292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752292_23752292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752292_23752292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752292_23752292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752292_23752292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752292'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752292'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752330_23752330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752330_23752330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752330_23752330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752330_23752330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752330_23752330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752330'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752330'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752367_23752367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752367_23752367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752367_23752367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752367_23752367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752367_23752367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752367'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752367'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752426_23752426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752426_23752426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752426_23752426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752426_23752426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752426_23752426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752426'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752426'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752466_23752466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752466_23752466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752466_23752466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752466_23752466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752466_23752466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752466'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752466'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752585_23752585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752585_23752585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752585_23752585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752585_23752585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752585_23752585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752585'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752585'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23752758_23752758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23752758_23752758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23752758_23752758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23752758_23752758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23752758_23752758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23752758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23752758'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23752758'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753053_23753053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753053_23753053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753053_23753053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23753053_23753053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23753053_23753053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753053'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753053'^^xsd:integer;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753166_23753166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753166_23753166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753166_23753166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23753166_23753166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23753166_23753166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753166'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753166'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753254_23753254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753254_23753254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753254_23753254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23753254_23753254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23753254_23753254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753254'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753254'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753269_23753269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753269_23753269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753269_23753269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23753269_23753269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23753269_23753269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753269'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753269'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753532_23753532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753532_23753532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753532_23753532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23753532_23753532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23753532_23753532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753532'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753532'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23753821_23753821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23753821_23753821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23753821_23753821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23753821_23753821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23753821_23753821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23753821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23753821'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23753821'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754043_23754043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754043_23754043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754043_23754043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23754043_23754043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23754043_23754043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754043'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754043'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754456_23754456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754456_23754456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754456_23754456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23754456_23754456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23754456_23754456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754456'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754456'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754675_23754675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754675_23754675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754675_23754675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23754675_23754675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23754675_23754675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754675'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754675'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754978_23754978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754978_23754978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754978_23754978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23754978_23754978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23754978_23754978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754978'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754978'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755416_23755416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755416_23755416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755416_23755416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755416_23755416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755416_23755416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755416'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755416'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755467_23755467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755467_23755467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755467_23755467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755467_23755467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755467_23755467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755467'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755467'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755504_23755504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755504_23755504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755504_23755504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755504_23755504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755504_23755504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755504'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755504'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755566_23755566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755566_23755566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755566_23755566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755566_23755566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755566_23755566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755566'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755566'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755602_23755602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755602_23755602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755602_23755602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755602_23755602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755602_23755602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755602'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755602'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755686_23755686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755686_23755686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755686_23755686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755686_23755686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755686_23755686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755686'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755686'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755728_23755728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755728_23755728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755728_23755728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755728_23755728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755728_23755728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755728'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755728'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755801_23755801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755801_23755801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755801_23755801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755801_23755801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755801_23755801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755801'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755801'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755815_23755815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755815_23755815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755815_23755815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755815_23755815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755815_23755815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755815'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755815'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755871_23755871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755871_23755871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755871_23755871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755871_23755871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755871_23755871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755871'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755871'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755906_23755906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755906_23755906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755906_23755906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755906_23755906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755906_23755906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755906'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755906'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756155_23756155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756155_23756155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756155_23756155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23756155_23756155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23756155_23756155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756155'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756155'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756198_23756198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756198_23756198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756198_23756198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23756198_23756198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23756198_23756198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756198'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756198'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688737_36688737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688737_36688737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688737_36688737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36688737_36688737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36688737_36688737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688737'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688737'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36688915_36688915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36688915_36688915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36688915_36688915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36688915_36688915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36688915_36688915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36688915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36688915'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36688915'^^xsd:integer;
  dwc:observationDate '2015-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689122_36689122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689122_36689122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689122_36689122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36689122_36689122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36689122_36689122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689122'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689122'^^xsd:integer;
  dwc:observationDate '2015-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691536_36691536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691536_36691536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691536_36691536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36691536_36691536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36691536_36691536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691536'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691536'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36691754_36691754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36691754_36691754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36691754_36691754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36691754_36691754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36691754_36691754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36691754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36691754'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36691754'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693161_36693161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693161_36693161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693161_36693161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693161_36693161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693161_36693161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693161'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693161'^^xsd:integer;
  dwc:observationDate '2015-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693242_36693242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693242_36693242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693242_36693242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693242_36693242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693242_36693242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693242'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693242'^^xsd:integer;
  dwc:observationDate '2015-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693290_36693290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693290_36693290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693290_36693290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693290_36693290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693290_36693290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693290'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693290'^^xsd:integer;
  dwc:observationDate '2015-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693292_36693292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693292_36693292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693292_36693292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693292_36693292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693292_36693292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693292'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693292'^^xsd:integer;
  dwc:observationDate '2015-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693339_36693339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693339_36693339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693339_36693339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693339_36693339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693339_36693339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693339'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693339'^^xsd:integer;
  dwc:observationDate '2015-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36693363_36693363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36693363_36693363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36693363_36693363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36693363_36693363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36693363_36693363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36693363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36693363'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36693363'^^xsd:integer;
  dwc:observationDate '2015-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36694313_36694313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36694313_36694313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36694313_36694313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36694313_36694313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36694313_36694313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36694313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36694313'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36694313'^^xsd:integer;
  dwc:observationDate '2015-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_498_1214032_capture_498_1214032_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_498_1214032_capture_498_1214032_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_498_1214032_capture_498_1214032_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_498_1214032_capture_498_1214032_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_498_1214032_capture_498_1214032_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "498_1214032_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '498_1214032_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '498_1214032_capture'^^xsd:string;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_498_1214032_release_498_1214032_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_498_1214032_release_498_1214032_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_498_1214032_release_498_1214032_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_498_1214032_release_498_1214032_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_498_1214032_release_498_1214032_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "498_1214032_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '498_1214032_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '498_1214032_release'^^xsd:string;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664203_23664203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664203_23664203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664203_23664203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664203_23664203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664203_23664203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664203'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664203'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664255_23664255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664255_23664255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664255_23664255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664255_23664255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664255_23664255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664255'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664255'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24125250_24125250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24125250_24125250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24125250_24125250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24125250_24125250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24125250_24125250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24125250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24125250'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24125250'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23664459_23664459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23664459_23664459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23664459_23664459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23664459_23664459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23664459_23664459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23664459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23664459'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23664459'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621937_23621937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621937_23621937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621937_23621937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621937_23621937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621937_23621937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621937'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621937'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248531_23248531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248531_23248531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248531_23248531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248531_23248531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248531_23248531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248531'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248531'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381311_24381311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381311_24381311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381311_24381311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381311_24381311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381311_24381311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381311'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381311'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382623_24382623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382623_24382623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382623_24382623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382623_24382623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  geo-pos:lat "51.19069"^^xsd:decimal ;
  geo-pos:long "4.32954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382623_24382623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382623'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382623'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382624_24382624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382624_24382624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382624_24382624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382624_24382624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  geo-pos:lat "51.19069"^^xsd:decimal ;
  geo-pos:long "4.32954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382624_24382624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382624'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382624'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_35992951_35992951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_35992951_35992951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_35992951_35992951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_35992951_35992951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  geo-pos:lat "51.239128"^^xsd:decimal ;
  geo-pos:long "4.397469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_35992951_35992951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992951'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992951'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23972348_23972348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23972348_23972348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23972348_23972348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344943"^^xsd:decimal ;
  dwc:decimalLongitude "4.290537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23972348_23972348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344943 4.290537)"^^geo:wktLiteral ;
  geo-pos:lat "51.344943"^^xsd:decimal ;
  geo-pos:long "4.290537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23972348_23972348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23972348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23972348'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.290537'^^xsd:double;
  dwc:latitude '51.344943'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23972348'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126198'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_499_1214033_capture_499_1214033_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_499_1214033_capture_499_1214033_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_499_1214033_capture_499_1214033_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_499_1214033_capture_499_1214033_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_499_1214033_capture_499_1214033_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "499_1214033_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '499_1214033_capture'^^xsd:string;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '499_1214033_capture'^^xsd:string;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_499_1214033_release_499_1214033_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_499_1214033_release_499_1214033_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_499_1214033_release_499_1214033_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_499_1214033_release_499_1214033_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_499_1214033_release_499_1214033_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "499_1214033_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '499_1214033_release'^^xsd:string;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '499_1214033_release'^^xsd:string;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823804_23823804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823804_23823804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823804_23823804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823804_23823804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823804_23823804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823804'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823804'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625627_23625627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625627_23625627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625627_23625627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625627_23625627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625627_23625627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625627'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625627'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099469_24099469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099469_24099469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099469_24099469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099469_24099469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099469_24099469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099469'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099469'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099562_24099562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099562_24099562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099562_24099562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099562_24099562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099562_24099562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099562'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099562'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625913_23625913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625913_23625913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625913_23625913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625913_23625913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625913_23625913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625913'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625913'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099730_24099730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099730_24099730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099730_24099730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099730_24099730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099730_24099730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099730'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099730'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626055_23626055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626055_23626055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626055_23626055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626055_23626055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626055_23626055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626055'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626055'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099747_24099747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099747_24099747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099747_24099747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099747_24099747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099747_24099747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099747'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099747'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626098_23626098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626098_23626098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626098_23626098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626098_23626098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626098_23626098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626098'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626098'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626136_23626136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626136_23626136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626136_23626136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626136_23626136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626136_23626136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626136'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626136'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626138_23626138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626138_23626138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626138_23626138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626138_23626138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626138_23626138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626138'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626138'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626156_23626156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626156_23626156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626156_23626156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626156_23626156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626156_23626156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626156'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626156'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626195_23626195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626195_23626195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626195_23626195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626195_23626195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626195_23626195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626195'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626195'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099829_24099829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099829_24099829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099829_24099829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099829_24099829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099829_24099829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099829'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099829'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626245_23626245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626245_23626245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626245_23626245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626245_23626245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626245_23626245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626245'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626245'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099885_24099885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099885_24099885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099885_24099885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099885_24099885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099885_24099885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099885'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099885'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626332_23626332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626332_23626332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626332_23626332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626332_23626332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626332_23626332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626332'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626332'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626423_23626423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626423_23626423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626423_23626423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626423_23626423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626423_23626423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626423'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626423'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626525_23626525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626525_23626525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626525_23626525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626525_23626525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626525_23626525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626525'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626525'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626535_23626535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626535_23626535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626535_23626535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626535_23626535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626535_23626535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626535'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626535'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626623_23626623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626623_23626623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626623_23626623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626623_23626623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626623_23626623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626623'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626623'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626712_23626712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626712_23626712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626712_23626712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626712_23626712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626712_23626712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626712'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626712'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626857_23626857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626857_23626857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626857_23626857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626857_23626857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626857_23626857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626857'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626857'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626903_23626903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626903_23626903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626903_23626903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626903_23626903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626903_23626903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626903'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626903'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626945_23626945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626945_23626945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626945_23626945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626945_23626945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626945_23626945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626945'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626945'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627012_23627012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627012_23627012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627012_23627012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627012_23627012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627012_23627012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627012'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627012'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627109_23627109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627109_23627109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627109_23627109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627109_23627109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627109_23627109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627109'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627109'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627147_23627147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627147_23627147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627147_23627147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627147_23627147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627147_23627147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627147'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627147'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627241_23627241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627241_23627241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627241_23627241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627241_23627241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627241_23627241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627241'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627241'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627297_23627297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627297_23627297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627297_23627297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627297_23627297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627297_23627297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627297'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627297'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627386_23627386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627386_23627386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627386_23627386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627386_23627386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627386_23627386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627386'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627386'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627394_23627394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627394_23627394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627394_23627394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627394_23627394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627394_23627394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627394'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627394'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24100957_24100957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24100957_24100957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24100957_24100957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24100957_24100957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24100957_24100957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24100957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24100957'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24100957'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627447_23627447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627447_23627447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627447_23627447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627447_23627447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627447_23627447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627447'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627447'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627460_23627460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627460_23627460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627460_23627460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627460_23627460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627460_23627460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627460'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627460'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627517_23627517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627517_23627517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627517_23627517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627517_23627517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627517_23627517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627517'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627517'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910512_23910512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910512_23910512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910512_23910512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910512_23910512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910512_23910512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910512'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910512'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910559_23910559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910559_23910559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910559_23910559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910559_23910559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910559_23910559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910559'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910559'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910619_23910619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910619_23910619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910619_23910619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910619_23910619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910619_23910619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910619'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910619'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910673_23910673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910673_23910673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910673_23910673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910673_23910673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910673_23910673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910673'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910673'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910731_23910731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910731_23910731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910731_23910731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910731_23910731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910731_23910731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910731'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910731'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910778_23910778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910778_23910778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910778_23910778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910778_23910778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910778_23910778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910778'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910778'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910823_23910823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910823_23910823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910823_23910823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910823_23910823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910823_23910823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910823'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910823'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910874_23910874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910874_23910874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910874_23910874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910874_23910874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910874_23910874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910874'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910874'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910902_23910902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910902_23910902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910902_23910902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910902_23910902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910902_23910902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910902'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910902'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910946_23910946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910946_23910946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910946_23910946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910946_23910946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910946_23910946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910946'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910946'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910995_23910995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910995_23910995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910995_23910995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910995_23910995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910995_23910995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910995'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910995'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911053_23911053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911053_23911053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911053_23911053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911053_23911053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911053_23911053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911053'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911053'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911113_23911113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911113_23911113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911113_23911113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911113_23911113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911113_23911113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911113'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911113'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911170_23911170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911170_23911170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911170_23911170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911170_23911170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911170_23911170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911170'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911170'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911229_23911229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911229_23911229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911229_23911229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911229_23911229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911229_23911229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911229'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911229'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911245_23911245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911245_23911245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911245_23911245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911245_23911245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911245_23911245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911245'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911245'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911284_23911284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911284_23911284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911284_23911284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911284_23911284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911284_23911284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911284'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911284'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911340_23911340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911340_23911340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911340_23911340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911340_23911340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911340_23911340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911340'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911340'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824566_23824566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824566_23824566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824566_23824566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824566_23824566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824566_23824566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824566'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824566'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824631_23824631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824631_23824631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824631_23824631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824631_23824631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824631_23824631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824631'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824631'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824639_23824639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824639_23824639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824639_23824639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824639_23824639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824639_23824639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824639'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824639'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824671_23824671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824671_23824671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824671_23824671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824671_23824671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824671_23824671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824671'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824671'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824759_23824759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824759_23824759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824759_23824759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824759_23824759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824759_23824759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824759'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824759'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824805_23824805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824805_23824805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824805_23824805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824805_23824805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824805_23824805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824805'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824805'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824823_23824823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824823_23824823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824823_23824823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824823_23824823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824823_23824823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824823'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824823'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824832_23824832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824832_23824832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824832_23824832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824832_23824832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824832_23824832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824832'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824832'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824843_23824843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824843_23824843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824843_23824843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824843_23824843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824843_23824843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824843'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824843'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824864_23824864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824864_23824864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824864_23824864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824864_23824864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824864_23824864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824864'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824864'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24102676_24102676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24102676_24102676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24102676_24102676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24102676_24102676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24102676_24102676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24102676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24102676'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24102676'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824978_23824978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824978_23824978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824978_23824978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824978_23824978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824978_23824978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824978'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824978'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825016_23825016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825016_23825016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825016_23825016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825016_23825016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825016_23825016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825016'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825016'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825019_23825019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825019_23825019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825019_23825019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825019_23825019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825019_23825019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825019'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825019'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911376_23911376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911376_23911376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911376_23911376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911376_23911376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911376_23911376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911376'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911376'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911419_23911419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911419_23911419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911419_23911419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911419_23911419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911419_23911419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911419'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911419'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825066_23825066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825066_23825066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825066_23825066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825066_23825066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825066_23825066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825066'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825066'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825104_23825104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825104_23825104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825104_23825104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825104_23825104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825104_23825104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825104'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825104'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825160_23825160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825160_23825160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825160_23825160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825160_23825160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825160_23825160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825160'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825160'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825201_23825201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825201_23825201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825201_23825201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825201_23825201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825201_23825201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825201'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825201'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825240_23825240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825240_23825240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825240_23825240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825240_23825240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825240_23825240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825240'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825240'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825279_23825279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825279_23825279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825279_23825279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825279_23825279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825279_23825279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825279'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825279'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825301_23825301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825301_23825301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825301_23825301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825301_23825301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825301_23825301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825301'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825301'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825337_23825337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825337_23825337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825337_23825337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825337_23825337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825337_23825337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825337'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825337'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911431_23911431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911431_23911431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911431_23911431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911431_23911431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911431_23911431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911431'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911431'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825348_23825348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825348_23825348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825348_23825348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825348_23825348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825348_23825348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825348'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825348'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825377_23825377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825377_23825377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825377_23825377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825377_23825377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825377_23825377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825377'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825377'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825418_23825418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825418_23825418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825418_23825418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825418_23825418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825418_23825418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825418'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825418'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825475_23825475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825475_23825475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825475_23825475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825475_23825475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825475_23825475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825475'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825475'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825529_23825529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825529_23825529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825529_23825529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825529_23825529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825529_23825529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825529'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825529'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825579_23825579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825579_23825579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825579_23825579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825579_23825579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825579_23825579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825579'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825579'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825635_23825635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825635_23825635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825635_23825635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825635_23825635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825635_23825635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825635'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825635'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825692_23825692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825692_23825692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825692_23825692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825692_23825692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825692_23825692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825692'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825692'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825750_23825750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825750_23825750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825750_23825750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825750_23825750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825750_23825750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825750'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825750'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825801_23825801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825801_23825801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825801_23825801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825801_23825801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825801_23825801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825801'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825801'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911460_23911460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911460_23911460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911460_23911460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911460_23911460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911460_23911460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911460'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911460'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825855_23825855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825855_23825855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825855_23825855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825855_23825855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825855_23825855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825855'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825855'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825895_23825895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825895_23825895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825895_23825895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825895_23825895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825895_23825895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825895'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825895'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825943_23825943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825943_23825943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825943_23825943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825943_23825943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825943_23825943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825943'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825943'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23825965_23825965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23825965_23825965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23825965_23825965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23825965_23825965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23825965_23825965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23825965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23825965'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23825965'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826017_23826017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826017_23826017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826017_23826017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826017_23826017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826017_23826017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826017'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826017'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826070_23826070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826070_23826070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826070_23826070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826070_23826070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826070_23826070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826070'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826070'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826095_23826095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826095_23826095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826095_23826095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826095_23826095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826095_23826095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826095'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826095'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826133_23826133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826133_23826133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826133_23826133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826133_23826133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826133_23826133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826133'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826133'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826148_23826148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826148_23826148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826148_23826148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826148_23826148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826148_23826148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826148'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826148'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826188_23826188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826188_23826188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826188_23826188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826188_23826188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826188_23826188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826188'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826188'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826213_23826213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826213_23826213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826213_23826213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826213_23826213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826213_23826213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826213'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826213'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911509_23911509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911509_23911509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911509_23911509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911509_23911509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911509_23911509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911509'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911509'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826228_23826228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826228_23826228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826228_23826228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826228_23826228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826228_23826228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826228'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826228'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911550_23911550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911550_23911550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911550_23911550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911550_23911550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911550_23911550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911550'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911550'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911574_23911574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911574_23911574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911574_23911574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911574_23911574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911574_23911574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911574'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911574'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826266_23826266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826266_23826266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826266_23826266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826266_23826266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826266_23826266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826266'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826266'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826286_23826286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826286_23826286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826286_23826286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826286_23826286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826286_23826286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826286'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826286'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911586_23911586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911586_23911586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911586_23911586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911586_23911586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911586_23911586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911586'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911586'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911596_23911596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911596_23911596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911596_23911596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911596_23911596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911596_23911596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911596'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911596'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826330_23826330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826330_23826330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826330_23826330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826330_23826330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826330_23826330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826330'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826330'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826375_23826375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826375_23826375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826375_23826375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826375_23826375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826375_23826375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826375'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826375'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826378_23826378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826378_23826378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826378_23826378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826378_23826378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826378_23826378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826378'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826378'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826400_23826400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826400_23826400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826400_23826400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826400_23826400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826400_23826400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826400'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826400'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911660_23911660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911660_23911660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911660_23911660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911660_23911660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911660_23911660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911660'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911660'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911666_23911666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911666_23911666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911666_23911666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911666_23911666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911666_23911666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911666'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911666'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826404_23826404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826404_23826404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826404_23826404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826404_23826404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826404_23826404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826404'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826404'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911673_23911673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911673_23911673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911673_23911673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911673_23911673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911673_23911673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911673'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911673'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826435_23826435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826435_23826435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826435_23826435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826435_23826435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826435_23826435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826435'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826435'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911702_23911702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911702_23911702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911702_23911702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911702_23911702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911702_23911702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911702'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911702'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826504_23826504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826504_23826504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826504_23826504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826504_23826504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826504_23826504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826504'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826504'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826573_23826573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826573_23826573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826573_23826573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826573_23826573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826573_23826573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826573'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826573'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826640_23826640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826640_23826640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826640_23826640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826640_23826640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826640_23826640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826640'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826640'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826697_23826697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826697_23826697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826697_23826697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826697_23826697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826697_23826697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826697'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826697'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826751_23826751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826751_23826751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826751_23826751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826751_23826751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826751_23826751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826751'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826751'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826801_23826801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826801_23826801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826801_23826801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826801_23826801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826801_23826801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826801'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826801'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826851_23826851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826851_23826851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826851_23826851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826851_23826851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826851_23826851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826851'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826851'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826897_23826897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826897_23826897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826897_23826897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826897_23826897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826897_23826897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826897'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826897'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826949_23826949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826949_23826949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826949_23826949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826949_23826949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826949_23826949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826949'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826949'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827004_23827004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827004_23827004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827004_23827004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827004_23827004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827004_23827004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827004'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827004'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911714_23911714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911714_23911714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911714_23911714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911714_23911714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911714_23911714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911714'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911714'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827059_23827059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827059_23827059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827059_23827059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827059_23827059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827059_23827059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827059'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827059'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911744_23911744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911744_23911744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911744_23911744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911744_23911744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911744_23911744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911744'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911744'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911755_23911755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911755_23911755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911755_23911755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911755_23911755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911755_23911755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911755'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911755'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827095_23827095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827095_23827095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827095_23827095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827095_23827095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827095_23827095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827095'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827095'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630704_23630704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630704_23630704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630704_23630704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630704_23630704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630704_23630704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630704'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630704'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630741_23630741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630741_23630741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630741_23630741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630741_23630741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630741_23630741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630741'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630741'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630785_23630785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630785_23630785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630785_23630785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630785_23630785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630785_23630785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630785'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630785'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630842_23630842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630842_23630842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630842_23630842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630842_23630842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630842_23630842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630842'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630842'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630845_23630845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630845_23630845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630845_23630845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630845_23630845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630845_23630845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630845'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630845'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630894_23630894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630894_23630894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630894_23630894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630894_23630894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630894_23630894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630894'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630894'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103526_24103526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103526_24103526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103526_24103526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103526_24103526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103526_24103526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103526'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103526'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103578_24103578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103578_24103578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103578_24103578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103578_24103578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103578_24103578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103578'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103578'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103635_24103635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103635_24103635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103635_24103635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103635_24103635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103635_24103635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103635'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103635'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631104_23631104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631104_23631104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631104_23631104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631104_23631104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631104_23631104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631104'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631104'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103745_24103745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103745_24103745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103745_24103745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103745_24103745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103745_24103745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103745'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103745'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631173_23631173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631173_23631173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631173_23631173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631173_23631173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631173_23631173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631173'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631173'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631174_23631174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631174_23631174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631174_23631174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631174_23631174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631174_23631174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631174'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631174'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103771_24103771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103771_24103771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103771_24103771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103771_24103771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103771_24103771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103771'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103771'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911849_23911849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911849_23911849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911849_23911849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911849_23911849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911849_23911849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911849'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911849'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911850_23911850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911850_23911850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911850_23911850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911850_23911850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911850_23911850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911850'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911850'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827210_23827210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827210_23827210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827210_23827210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827210_23827210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827210_23827210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827210'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827210'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827222_23827222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827222_23827222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827222_23827222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827222_23827222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827222_23827222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827222'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827222'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911884_23911884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911884_23911884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911884_23911884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911884_23911884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911884_23911884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911884'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911884'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911904_23911904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911904_23911904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911904_23911904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911904_23911904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911904_23911904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911904'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911904'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827265_23827265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827265_23827265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827265_23827265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827265_23827265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827265_23827265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827265'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827265'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631296_23631296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631296_23631296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631296_23631296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631296_23631296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631296_23631296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631296'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631296'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631353_23631353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631353_23631353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631353_23631353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631353_23631353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631353_23631353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631353'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631353'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103978_24103978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103978_24103978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103978_24103978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103978_24103978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103978_24103978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103978'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103978'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631427_23631427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631427_23631427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631427_23631427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631427_23631427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631427_23631427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631427'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631427'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24104006_24104006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24104006_24104006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24104006_24104006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24104006_24104006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24104006_24104006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24104006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24104006'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24104006'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24104046_24104046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24104046_24104046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24104046_24104046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24104046_24104046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24104046_24104046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24104046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24104046'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24104046'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912007_23912007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912007_23912007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912007_23912007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912007_23912007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912007_23912007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912007'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912007'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912070_23912070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912070_23912070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912070_23912070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912070_23912070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912070_23912070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912070'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912070'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912099_23912099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912099_23912099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912099_23912099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912099_23912099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912099_23912099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912099'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912099'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912153_23912153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912153_23912153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912153_23912153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912153_23912153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912153_23912153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912153'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912153'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827407_23827407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827407_23827407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827407_23827407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827407_23827407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827407_23827407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827407'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827407'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912204_23912204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912204_23912204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912204_23912204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912204_23912204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912204_23912204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912204'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912204'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912213_23912213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912213_23912213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912213_23912213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912213_23912213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912213_23912213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912213'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912213'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912215_23912215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912215_23912215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912215_23912215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912215_23912215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912215_23912215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912215'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912215'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827476_23827476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827476_23827476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827476_23827476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827476_23827476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827476_23827476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827476'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827476'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827637_23827637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827637_23827637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827637_23827637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827637_23827637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827637_23827637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827637'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827637'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827693_23827693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827693_23827693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827693_23827693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827693_23827693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827693_23827693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827693'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827693'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827745_23827745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827745_23827745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827745_23827745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827745_23827745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827745_23827745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827745'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827745'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827787_23827787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827787_23827787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827787_23827787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827787_23827787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827787_23827787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827787'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827787'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827792_23827792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827792_23827792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827792_23827792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827792_23827792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827792_23827792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827792'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827792'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827797_23827797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827797_23827797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827797_23827797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827797_23827797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827797_23827797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827797'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827797'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912484_23912484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912484_23912484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912484_23912484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912484_23912484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912484_23912484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912484'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912484'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827822_23827822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827822_23827822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827822_23827822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827822_23827822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827822_23827822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827822'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827822'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912549_23912549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912549_23912549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912549_23912549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912549_23912549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912549_23912549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912549'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912549'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912563_23912563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912563_23912563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912563_23912563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912563_23912563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912563_23912563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912563'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912563'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827849_23827849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827849_23827849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827849_23827849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827849_23827849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827849_23827849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827849'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827849'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631572_23631572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631572_23631572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631572_23631572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631572_23631572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631572_23631572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631572'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631572'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631622_23631622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631622_23631622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631622_23631622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631622_23631622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631622_23631622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631622'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631622'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631664_23631664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631664_23631664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631664_23631664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631664_23631664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631664_23631664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631664'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631664'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24104211_24104211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24104211_24104211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24104211_24104211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24104211_24104211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24104211_24104211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24104211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24104211'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24104211'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631668_23631668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631668_23631668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631668_23631668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631668_23631668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631668_23631668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631668'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631668'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631672_23631672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631672_23631672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631672_23631672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631672_23631672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631672_23631672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631672'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631672'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631721_23631721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631721_23631721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631721_23631721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631721_23631721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631721_23631721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631721'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631721'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631771_23631771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631771_23631771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631771_23631771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631771_23631771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631771_23631771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631771'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631771'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912685_23912685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912685_23912685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912685_23912685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912685_23912685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912685_23912685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912685'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912685'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827945_23827945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827945_23827945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827945_23827945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827945_23827945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827945_23827945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827945'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827945'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827987_23827987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827987_23827987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827987_23827987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827987_23827987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827987_23827987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827987'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827987'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912708_23912708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912708_23912708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912708_23912708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912708_23912708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912708_23912708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912708'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912708'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912753_23912753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912753_23912753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912753_23912753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912753_23912753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912753_23912753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912753'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912753'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912764_23912764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912764_23912764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912764_23912764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912764_23912764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912764_23912764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912764'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912764'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714017_45714017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714017_45714017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714017_45714017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714017_45714017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714017_45714017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714017'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714017'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912792_23912792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912792_23912792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912792_23912792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912792_23912792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912792_23912792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912792'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912792'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912803_23912803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912803_23912803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912803_23912803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912803_23912803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912803_23912803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912803'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912803'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828054_23828054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828054_23828054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828054_23828054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828054_23828054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828054_23828054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828054'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828054'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912825_23912825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912825_23912825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912825_23912825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912825_23912825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912825_23912825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912825'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912825'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714114_45714114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714114_45714114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714114_45714114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714114_45714114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714114_45714114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714114'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714114'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631844_23631844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631844_23631844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631844_23631844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631844_23631844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631844_23631844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631844'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631844'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631883_23631883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631883_23631883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631883_23631883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631883_23631883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631883_23631883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631883'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631883'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631897_23631897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631897_23631897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631897_23631897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631897_23631897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631897_23631897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631897'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631897'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631929_23631929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631929_23631929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631929_23631929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631929_23631929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631929_23631929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631929'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631929'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631972_23631972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631972_23631972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631972_23631972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631972_23631972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631972_23631972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631972'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631972'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632014_23632014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632014_23632014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632014_23632014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632014_23632014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632014_23632014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632014'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632014'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632044_23632044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632044_23632044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632044_23632044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632044_23632044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632044_23632044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632044'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632044'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632045_23632045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632045_23632045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632045_23632045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632045_23632045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632045_23632045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632045'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632045'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632074_23632074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632074_23632074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632074_23632074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632074_23632074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632074_23632074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632074'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632074'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632112_23632112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632112_23632112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632112_23632112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632112_23632112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632112_23632112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632112'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632112'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632148_23632148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632148_23632148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632148_23632148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632148_23632148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632148_23632148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632148'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632148'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632194_23632194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632194_23632194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632194_23632194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632194_23632194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632194_23632194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632194'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632194'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632248_23632248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632248_23632248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632248_23632248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632248_23632248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632248_23632248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632248'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632248'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632267_23632267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632267_23632267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632267_23632267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632267_23632267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632267_23632267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632267'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632267'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632293_23632293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632293_23632293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632293_23632293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632293_23632293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632293_23632293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632293'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632293'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632344_23632344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632344_23632344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632344_23632344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632344_23632344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632344_23632344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632344'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632344'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24104694_24104694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24104694_24104694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24104694_24104694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24104694_24104694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24104694_24104694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24104694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24104694'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24104694'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828229_23828229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828229_23828229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828229_23828229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828229_23828229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828229_23828229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828229'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828229'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714277_45714277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714277_45714277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714277_45714277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714277_45714277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714277_45714277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714277'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714277'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714278_45714278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714278_45714278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714278_45714278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714278_45714278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714278_45714278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714278'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714278'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912849_23912849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912849_23912849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912849_23912849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912849_23912849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912849_23912849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912849'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912849'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912858_23912858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912858_23912858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912858_23912858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912858_23912858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912858_23912858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912858'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912858'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714299_45714299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714299_45714299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714299_45714299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714299_45714299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714299_45714299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714299'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714299'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912905_23912905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912905_23912905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912905_23912905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912905_23912905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912905_23912905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912905'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912905'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828342_23828342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828342_23828342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828342_23828342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828342_23828342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828342_23828342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828342'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828342'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912943_23912943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912943_23912943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912943_23912943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912943_23912943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912943_23912943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912943'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912943'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714522_45714522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714522_45714522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714522_45714522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714522_45714522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714522_45714522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714522'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714522'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828532_23828532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828532_23828532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828532_23828532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828532_23828532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828532_23828532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828532'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828532'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 120 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714585_45714585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714585_45714585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714585_45714585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714585_45714585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714585_45714585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714585'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714585'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828647_23828647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828647_23828647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828647_23828647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828647_23828647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828647_23828647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828647'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828647'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828660_23828660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828660_23828660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828660_23828660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828660_23828660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828660_23828660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828660'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828660'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912992_23912992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912992_23912992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912992_23912992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912992_23912992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912992_23912992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912992'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912992'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828725_23828725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828725_23828725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828725_23828725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828725_23828725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828725_23828725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828725'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828725'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913011_23913011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913011_23913011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913011_23913011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913011_23913011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913011_23913011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913011'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913011'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828760_23828760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828760_23828760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828760_23828760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828760_23828760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828760_23828760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828760'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828760'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913051_23913051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913051_23913051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913051_23913051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913051_23913051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913051_23913051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913051'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913051'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828784_23828784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828784_23828784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828784_23828784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828784_23828784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828784_23828784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828784'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828784'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913090_23913090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913090_23913090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913090_23913090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913090_23913090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913090_23913090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913090'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913090'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913141_23913141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913141_23913141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913141_23913141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913141_23913141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913141_23913141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913141'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913141'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913162_23913162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913162_23913162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913162_23913162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913162_23913162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913162_23913162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913162'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913162'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913207_23913207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913207_23913207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913207_23913207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913207_23913207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913207_23913207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913207'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913207'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913224_23913224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913224_23913224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913224_23913224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913224_23913224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913224_23913224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913224'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913224'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913226_23913226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913226_23913226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913226_23913226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913226_23913226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913226_23913226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913226'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913226'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714842_45714842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714842_45714842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714842_45714842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714842_45714842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714842_45714842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714842'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714842'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714881_45714881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714881_45714881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714881_45714881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714881_45714881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714881_45714881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714881'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714881'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632451_23632451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632451_23632451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632451_23632451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632451_23632451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632451_23632451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632451'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632451'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632519_23632519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632519_23632519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632519_23632519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632519_23632519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632519_23632519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632519'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632519'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632576_23632576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632576_23632576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632576_23632576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632576_23632576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632576_23632576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632576'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632576'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632621_23632621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632621_23632621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632621_23632621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632621_23632621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632621_23632621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632621'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632621'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632634_23632634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632634_23632634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632634_23632634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632634_23632634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632634_23632634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632634'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632634'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632638_23632638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632638_23632638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632638_23632638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632638_23632638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632638_23632638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632638'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632638'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632651_23632651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632651_23632651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632651_23632651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632651_23632651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632651_23632651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632651'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632651'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714989_45714989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714989_45714989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714989_45714989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714989_45714989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714989_45714989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714989'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714989'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829012_23829012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829012_23829012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829012_23829012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829012_23829012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829012_23829012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829012'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829012'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829016_23829016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829016_23829016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829016_23829016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829016_23829016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829016_23829016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829016'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829016'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913329_23913329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913329_23913329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913329_23913329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913329_23913329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913329_23913329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913329'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913329'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913330_23913330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913330_23913330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913330_23913330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913330_23913330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913330_23913330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913330'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913330'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829041_23829041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829041_23829041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829041_23829041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829041_23829041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829041_23829041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829041'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829041'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45715035_45715035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45715035_45715035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45715035_45715035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45715035_45715035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45715035_45715035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45715035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45715035'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45715035'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45715057_45715057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45715057_45715057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45715057_45715057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45715057_45715057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45715057_45715057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45715057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45715057'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45715057'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913385_23913385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913385_23913385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913385_23913385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913385_23913385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913385_23913385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913385'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913385'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829093_23829093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829093_23829093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829093_23829093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829093_23829093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829093_23829093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829093'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829093'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45715128_45715128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45715128_45715128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45715128_45715128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45715128_45715128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45715128_45715128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45715128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45715128'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45715128'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829155_23829155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829155_23829155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829155_23829155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829155_23829155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829155_23829155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829155'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829155'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45715156_45715156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45715156_45715156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45715156_45715156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45715156_45715156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45715156_45715156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45715156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45715156'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45715156'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913410_23913410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913410_23913410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913410_23913410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913410_23913410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913410_23913410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913410'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913410'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913435_23913435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913435_23913435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913435_23913435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913435_23913435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913435_23913435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913435'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913435'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913462_23913462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913462_23913462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913462_23913462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913462_23913462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913462_23913462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913462'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913462'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913478_23913478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913478_23913478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913478_23913478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913478_23913478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913478_23913478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913478'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913478'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913537_23913537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913537_23913537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913537_23913537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913537_23913537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913537_23913537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913537'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913537'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913596_23913596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913596_23913596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913596_23913596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913596_23913596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913596_23913596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913596'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913596'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913651_23913651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913651_23913651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913651_23913651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913651_23913651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913651_23913651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913651'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913651'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913704_23913704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913704_23913704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913704_23913704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913704_23913704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913704_23913704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913704'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913704'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913760_23913760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913760_23913760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913760_23913760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913760_23913760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913760_23913760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913760'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913760'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913820_23913820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913820_23913820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913820_23913820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913820_23913820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913820_23913820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913820'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913820'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913877_23913877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913877_23913877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913877_23913877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913877_23913877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913877_23913877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913877'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913877'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913937_23913937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913937_23913937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913937_23913937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913937_23913937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913937_23913937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913937'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913937'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913997_23913997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913997_23913997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913997_23913997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913997_23913997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913997_23913997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913997'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913997'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914050_23914050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914050_23914050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914050_23914050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914050_23914050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914050_23914050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914050'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914050'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914106_23914106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914106_23914106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914106_23914106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914106_23914106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914106_23914106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914106'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914106'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914165_23914165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914165_23914165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914165_23914165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914165_23914165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914165_23914165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914165'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914165'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914217_23914217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914217_23914217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914217_23914217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914217_23914217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914217_23914217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914217'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914217'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914271_23914271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914271_23914271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914271_23914271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914271_23914271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914271_23914271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914271'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914271'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914327_23914327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914327_23914327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914327_23914327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914327_23914327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914327_23914327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914327'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914327'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914386_23914386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914386_23914386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914386_23914386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914386_23914386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914386_23914386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914386'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914386'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914439_23914439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914439_23914439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914439_23914439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914439_23914439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914439_23914439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914439'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914439'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632666_23632666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632666_23632666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632666_23632666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632666_23632666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632666_23632666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632666'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632666'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632692_23632692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632692_23632692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632692_23632692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632692_23632692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632692_23632692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632692'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632692'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632721_23632721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632721_23632721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632721_23632721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632721_23632721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632721_23632721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632721'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632721'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632757_23632757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632757_23632757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632757_23632757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632757_23632757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632757_23632757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632757'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632757'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632840_23632840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632840_23632840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632840_23632840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632840_23632840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632840_23632840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632840'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632840'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632939_23632939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632939_23632939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632939_23632939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632939_23632939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632939_23632939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632939'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632939'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633045_23633045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633045_23633045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633045_23633045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633045_23633045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633045_23633045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633045'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633045'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24105228_24105228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24105228_24105228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24105228_24105228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24105228_24105228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24105228_24105228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24105228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24105228'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24105228'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633252_23633252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633252_23633252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633252_23633252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633252_23633252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633252_23633252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633252'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633252'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633346_23633346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633346_23633346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633346_23633346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633346_23633346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633346_23633346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633346'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633346'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633438_23633438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633438_23633438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633438_23633438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633438_23633438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633438_23633438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633438'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633438'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633504_23633504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633504_23633504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633504_23633504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633504_23633504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633504_23633504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633504'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633504'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633538_23633538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633538_23633538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633538_23633538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633538_23633538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633538_23633538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633538'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633538'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633540_23633540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633540_23633540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633540_23633540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633540_23633540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633540_23633540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633540'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633540'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633542_23633542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633542_23633542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633542_23633542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633542_23633542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633542_23633542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633542'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633542'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633595_23633595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633595_23633595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633595_23633595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633595_23633595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633595_23633595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633595'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633595'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633671_23633671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633671_23633671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633671_23633671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633671_23633671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633671_23633671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633671'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633671'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633754_23633754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633754_23633754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633754_23633754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633754_23633754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633754_23633754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633754'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633754'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633856_23633856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633856_23633856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633856_23633856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633856_23633856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633856_23633856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633856'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633856'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23633941_23633941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23633941_23633941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23633941_23633941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23633941_23633941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23633941_23633941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23633941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23633941'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23633941'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634023_23634023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634023_23634023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634023_23634023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634023_23634023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634023_23634023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634023'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634023'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634122_23634122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634122_23634122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634122_23634122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634122_23634122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634122_23634122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634122'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634122'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634223_23634223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634223_23634223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634223_23634223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634223_23634223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634223_23634223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634223'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634223'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634270_23634270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634270_23634270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634270_23634270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634270_23634270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634270_23634270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634270'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634270'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634284_23634284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634284_23634284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634284_23634284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634284_23634284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634284_23634284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634284'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634284'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634286_23634286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634286_23634286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634286_23634286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634286_23634286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634286_23634286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634286'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634286'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634357_23634357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634357_23634357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634357_23634357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634357_23634357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634357_23634357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634357'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634357'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24106101_24106101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24106101_24106101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24106101_24106101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24106101_24106101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24106101_24106101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24106101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24106101'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24106101'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24106207_24106207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24106207_24106207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24106207_24106207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24106207_24106207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24106207_24106207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24106207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24106207'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24106207'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634773_23634773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634773_23634773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634773_23634773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634773_23634773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634773_23634773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634773'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634773'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634938_23634938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634938_23634938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634938_23634938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634938_23634938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634938_23634938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634938'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634938'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635089_23635089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635089_23635089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635089_23635089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635089_23635089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635089_23635089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635089'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635089'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635250_23635250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635250_23635250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635250_23635250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635250_23635250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635250_23635250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635250'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635250'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635365_23635365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635365_23635365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635365_23635365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635365_23635365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635365_23635365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635365'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635365'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635440_23635440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635440_23635440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635440_23635440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635440_23635440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635440_23635440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635440'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635440'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635447_23635447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635447_23635447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635447_23635447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635447_23635447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635447_23635447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635447'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635447'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635454_23635454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635454_23635454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635454_23635454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635454_23635454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635454_23635454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635454'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635454'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635543_23635543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635543_23635543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635543_23635543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635543_23635543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635543_23635543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635543'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635543'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635657_23635657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635657_23635657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635657_23635657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635657_23635657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635657_23635657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635657'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635657'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635787_23635787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635787_23635787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635787_23635787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635787_23635787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635787_23635787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635787'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635787'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23635927_23635927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23635927_23635927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23635927_23635927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23635927_23635927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23635927_23635927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23635927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23635927'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23635927'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636046_23636046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636046_23636046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636046_23636046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636046_23636046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636046_23636046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636046'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636046'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636144_23636144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636144_23636144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636144_23636144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636144_23636144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636144_23636144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636144'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636144'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636243_23636243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636243_23636243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636243_23636243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636243_23636243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636243_23636243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636243'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636243'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636284_23636284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636284_23636284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636284_23636284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636284_23636284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636284_23636284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636284'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636284'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636308_23636308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636308_23636308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636308_23636308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636308_23636308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636308_23636308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636308'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636308'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636332_23636332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636332_23636332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636332_23636332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636332_23636332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636332_23636332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636332'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636332'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636413_23636413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636413_23636413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636413_23636413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636413_23636413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636413_23636413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636413'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636413'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636527_23636527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636527_23636527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636527_23636527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636527_23636527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636527_23636527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636527'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636527'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636647_23636647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636647_23636647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636647_23636647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636647_23636647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636647_23636647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636647'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636647'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636786_23636786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636786_23636786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636786_23636786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636786_23636786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636786_23636786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636786'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636786'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637163_23637163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637163_23637163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637163_23637163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637163_23637163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637163_23637163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637163'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637163'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637166_23637166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637166_23637166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637166_23637166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637166_23637166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637166_23637166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637166'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637166'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637208_23637208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637208_23637208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637208_23637208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637208_23637208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637208_23637208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637208'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637208'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637232_23637232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637232_23637232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637232_23637232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637232_23637232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637232_23637232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637232'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637232'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637301_23637301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637301_23637301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637301_23637301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637301_23637301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637301_23637301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637301'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637301'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637387_23637387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637387_23637387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637387_23637387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637387_23637387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637387_23637387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637387'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637387'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637508_23637508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637508_23637508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637508_23637508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637508_23637508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637508_23637508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637508'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637508'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637629_23637629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637629_23637629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637629_23637629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637629_23637629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637629_23637629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637629'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637629'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637714_23637714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637714_23637714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637714_23637714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637714_23637714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637714_23637714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637714'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637714'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637793_23637793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637793_23637793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637793_23637793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637793_23637793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637793_23637793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637793'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637793'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637797_23637797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637797_23637797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637797_23637797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637797_23637797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637797_23637797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637797'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637797'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637831_23637831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637831_23637831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637831_23637831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637831_23637831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637831_23637831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637831'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637831'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637865_23637865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637865_23637865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637865_23637865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637865_23637865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637865_23637865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637865'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637865'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23637955_23637955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23637955_23637955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23637955_23637955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23637955_23637955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23637955_23637955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637955'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23637955'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638069_23638069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638069_23638069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638069_23638069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638069_23638069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638069_23638069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638069'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638069'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638291_23638291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638291_23638291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638291_23638291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638291_23638291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638291_23638291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638291'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638291'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638383_23638383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638383_23638383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638383_23638383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638383_23638383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638383_23638383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638383'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638383'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638492_23638492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638492_23638492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638492_23638492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638492_23638492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638492_23638492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638492'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638492'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638589_23638589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638589_23638589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638589_23638589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638589_23638589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638589_23638589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638589'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638589'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638696_23638696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638696_23638696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638696_23638696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638696_23638696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638696_23638696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638696'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638696'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638754_23638754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638754_23638754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638754_23638754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638754_23638754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638754_23638754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638754'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638754'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638844_23638844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638844_23638844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638844_23638844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638844_23638844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638844_23638844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638844'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638844'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638882_23638882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638882_23638882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638882_23638882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638882_23638882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638882_23638882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638882'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638882'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638903_23638903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638903_23638903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638903_23638903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638903_23638903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638903_23638903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638903'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638903'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638974_23638974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638974_23638974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638974_23638974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638974_23638974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638974_23638974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638974'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638974'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23639087_23639087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23639087_23639087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23639087_23639087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23639087_23639087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23639087_23639087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23639087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23639087'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23639087'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23639146_23639146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23639146_23639146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23639146_23639146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23639146_23639146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23639146_23639146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23639146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23639146'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23639146'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23640696_23640696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23640696_23640696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23640696_23640696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23640696_23640696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23640696_23640696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23640696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23640696'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23640696'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23640771_23640771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23640771_23640771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23640771_23640771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23640771_23640771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23640771_23640771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23640771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23640771'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23640771'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23640876_23640876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23640876_23640876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23640876_23640876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23640876_23640876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23640876_23640876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23640876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23640876'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23640876'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641124_23641124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641124_23641124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641124_23641124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641124_23641124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641124_23641124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641124'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641124'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641167_23641167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641167_23641167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641167_23641167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641167_23641167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641167_23641167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641167'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641167'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641181_23641181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641181_23641181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641181_23641181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641181_23641181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641181_23641181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641181'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641181'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24110181_24110181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24110181_24110181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24110181_24110181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24110181_24110181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24110181_24110181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24110181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24110181'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24110181'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641362_23641362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641362_23641362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641362_23641362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641362_23641362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641362_23641362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641362'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641362'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641456_23641456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641456_23641456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641456_23641456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641456_23641456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641456_23641456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641456'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641456'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641529_23641529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641529_23641529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641529_23641529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641529_23641529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641529_23641529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641529'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641529'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641607_23641607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641607_23641607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641607_23641607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641607_23641607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641607_23641607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641607'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641607'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24110422_24110422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24110422_24110422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24110422_24110422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24110422_24110422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24110422_24110422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24110422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24110422'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24110422'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641718_23641718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641718_23641718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641718_23641718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641718_23641718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641718_23641718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641718'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641718'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641811_23641811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641811_23641811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641811_23641811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641811_23641811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641811_23641811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641811'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641811'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641895_23641895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641895_23641895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641895_23641895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641895_23641895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641895_23641895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641895'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641895'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642156_23642156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642156_23642156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642156_23642156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642156_23642156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642156_23642156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642156'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642156'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642181_23642181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642181_23642181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642181_23642181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642181_23642181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642181_23642181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642181'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642181'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642244_23642244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642244_23642244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642244_23642244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642244_23642244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642244_23642244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642244'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642244'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642324_23642324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642324_23642324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642324_23642324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642324_23642324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642324_23642324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642324'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642324'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642388_23642388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642388_23642388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642388_23642388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642388_23642388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642388_23642388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642388'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642388'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642435_23642435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642435_23642435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642435_23642435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642435_23642435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642435_23642435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642435'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642435'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642494_23642494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642494_23642494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642494_23642494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642494_23642494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642494_23642494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642494'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642494'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642530_23642530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642530_23642530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642530_23642530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642530_23642530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642530_23642530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642530'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642530'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642558_23642558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642558_23642558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642558_23642558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642558_23642558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642558_23642558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642558'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642558'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642711_23642711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642711_23642711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642711_23642711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642711_23642711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642711_23642711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642711'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642711'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642763_23642763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642763_23642763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642763_23642763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642763_23642763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642763_23642763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642763'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642763'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642835_23642835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642835_23642835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642835_23642835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642835_23642835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642835_23642835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642835'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642835'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642908_23642908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642908_23642908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642908_23642908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642908_23642908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642908_23642908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642908'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642908'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642951_23642951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642951_23642951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642951_23642951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642951_23642951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642951_23642951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642951'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642951'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642964_23642964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642964_23642964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642964_23642964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642964_23642964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642964_23642964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642964'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642964'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643054_23643054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643054_23643054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643054_23643054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643054_23643054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643054_23643054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643054'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643054'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643166_23643166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643166_23643166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643166_23643166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643166_23643166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643166_23643166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643166'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643166'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643253_23643253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643253_23643253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643253_23643253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643253_23643253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643253_23643253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643253'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643253'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643347_23643347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643347_23643347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643347_23643347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643347_23643347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643347_23643347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643347'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643347'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643412_23643412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643412_23643412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643412_23643412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643412_23643412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643412_23643412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643412'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643412'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643479_23643479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643479_23643479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643479_23643479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643479_23643479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643479_23643479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643479'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643479'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643534_23643534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643534_23643534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643534_23643534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643534_23643534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643534_23643534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643534'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643534'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643956_23643956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643956_23643956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643956_23643956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643956_23643956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643956_23643956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643956'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643956'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643961_23643961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643961_23643961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643961_23643961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643961_23643961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643961_23643961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643961'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643961'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644008_23644008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644008_23644008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644008_23644008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644008_23644008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644008_23644008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644008'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644008'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644077_23644077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644077_23644077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644077_23644077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644077_23644077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644077_23644077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644077'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644077'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644164_23644164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644164_23644164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644164_23644164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644164_23644164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644164_23644164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644164'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644164'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644224_23644224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644224_23644224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644224_23644224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644224_23644224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644224_23644224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644224'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644224'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644250_23644250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644250_23644250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644250_23644250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644250_23644250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644250_23644250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644250'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644250'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644256_23644256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644256_23644256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644256_23644256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644256_23644256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644256_23644256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644256'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644256'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644258_23644258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644258_23644258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644258_23644258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644258_23644258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644258_23644258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644258'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644258'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644303_23644303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644303_23644303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644303_23644303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644303_23644303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644303_23644303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644303'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644303'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644368_23644368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644368_23644368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644368_23644368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644368_23644368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644368_23644368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644368'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644368'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644451_23644451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644451_23644451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644451_23644451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644451_23644451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644451_23644451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644451'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644451'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644527_23644527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644527_23644527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644527_23644527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644527_23644527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644527_23644527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644527'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644527'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644622_23644622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644622_23644622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644622_23644622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644622_23644622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644622_23644622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644622'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644622'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644683_23644683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644683_23644683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644683_23644683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644683_23644683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644683_23644683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644683'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644683'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644722_23644722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644722_23644722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644722_23644722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644722_23644722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644722_23644722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644722'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644722'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644753_23644753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644753_23644753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644753_23644753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644753_23644753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644753_23644753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644753'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644753'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644759_23644759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644759_23644759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644759_23644759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644759_23644759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644759_23644759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644759'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644759'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644816_23644816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644816_23644816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644816_23644816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644816_23644816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644816_23644816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644816'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644816'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644871_23644871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644871_23644871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644871_23644871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644871_23644871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644871_23644871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644871'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644871'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644934_23644934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644934_23644934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644934_23644934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644934_23644934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644934_23644934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644934'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644934'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645006_23645006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645006_23645006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645006_23645006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645006_23645006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645006_23645006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645006'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645006'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645036_23645036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645036_23645036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645036_23645036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645036_23645036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645036_23645036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645036'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645036'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645037_23645037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645037_23645037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645037_23645037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645037_23645037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645037_23645037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645037'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645037'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645081_23645081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645081_23645081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645081_23645081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645081_23645081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645081_23645081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645081'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645081'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645173_23645173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645173_23645173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645173_23645173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645173_23645173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645173_23645173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645173'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645173'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645251_23645251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645251_23645251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645251_23645251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645251_23645251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645251_23645251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645251'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645251'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645325_23645325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645325_23645325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645325_23645325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645325_23645325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645325_23645325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645325'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645325'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645372_23645372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645372_23645372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645372_23645372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645372_23645372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645372_23645372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645372'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645372'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645419_23645419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645419_23645419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645419_23645419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645419_23645419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645419_23645419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645419'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645419'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645449_23645449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645449_23645449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645449_23645449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645449_23645449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645449_23645449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645449'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645449'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645522_23645522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645522_23645522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645522_23645522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645522_23645522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645522_23645522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645522'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645522'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645654_23645654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645654_23645654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645654_23645654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645654_23645654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645654_23645654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645654'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645654'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645772_23645772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645772_23645772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645772_23645772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645772_23645772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645772_23645772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645772'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645772'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645873_23645873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645873_23645873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645873_23645873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645873_23645873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645873_23645873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645873'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645873'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646061_23646061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646061_23646061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646061_23646061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646061_23646061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646061_23646061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646061'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646061'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646154_23646154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646154_23646154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646154_23646154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646154_23646154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646154_23646154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646154'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646154'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646257_23646257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646257_23646257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646257_23646257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646257_23646257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646257_23646257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646257'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646257'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646384_23646384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646384_23646384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646384_23646384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646384_23646384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646384_23646384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646384'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646384'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24112910_24112910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24112910_24112910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24112910_24112910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24112910_24112910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24112910_24112910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24112910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24112910'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24112910'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646608_23646608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646608_23646608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646608_23646608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646608_23646608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646608_23646608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646608'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646608'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646666_23646666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646666_23646666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646666_23646666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646666_23646666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646666_23646666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646666'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646666'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646684_23646684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646684_23646684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646684_23646684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646684_23646684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646684_23646684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646684'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646684'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646711_23646711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646711_23646711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646711_23646711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646711_23646711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646711_23646711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646711'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646711'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646771_23646771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646771_23646771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646771_23646771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646771_23646771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646771_23646771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646771'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646771'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646826_23646826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646826_23646826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646826_23646826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646826_23646826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646826_23646826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646826'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646826'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646847_23646847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646847_23646847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646847_23646847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646847_23646847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646847_23646847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646847'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646847'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646875_23646875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646875_23646875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646875_23646875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646875_23646875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646875_23646875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646875'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646875'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646935_23646935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646935_23646935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646935_23646935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646935_23646935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646935_23646935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646935'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646935'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646990_23646990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646990_23646990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646990_23646990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646990_23646990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646990_23646990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646990'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646990'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647046_23647046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647046_23647046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647046_23647046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647046_23647046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647046_23647046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647046'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647046'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647111_23647111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647111_23647111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647111_23647111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647111_23647111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647111_23647111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647111'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647111'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647166_23647166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647166_23647166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647166_23647166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647166_23647166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647166_23647166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647166'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647166'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647207_23647207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647207_23647207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647207_23647207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647207_23647207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647207_23647207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647207'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647207'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647235_23647235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647235_23647235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647235_23647235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647235_23647235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647235_23647235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647235'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647235'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24113474_24113474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24113474_24113474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24113474_24113474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24113474_24113474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24113474_24113474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24113474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24113474'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24113474'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647339_23647339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647339_23647339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647339_23647339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647339_23647339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647339_23647339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647339'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647339'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647380_23647380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647380_23647380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647380_23647380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647380_23647380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647380_23647380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647380'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647380'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647437_23647437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647437_23647437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647437_23647437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647437_23647437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647437_23647437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647437'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647437'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647492_23647492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647492_23647492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647492_23647492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647492_23647492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647492_23647492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647492'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647492'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24113718_24113718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24113718_24113718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24113718_24113718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24113718_24113718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24113718_24113718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24113718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24113718'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24113718'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647614_23647614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647614_23647614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647614_23647614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647614_23647614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647614_23647614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647614'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647614'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647632_23647632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647632_23647632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647632_23647632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647632_23647632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647632_23647632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647632'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647632'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647636_23647636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647636_23647636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647636_23647636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647636_23647636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647636_23647636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647636'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647636'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647683_23647683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647683_23647683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647683_23647683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647683_23647683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647683_23647683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647683'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647683'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647724_23647724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647724_23647724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647724_23647724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647724_23647724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647724_23647724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647724'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647724'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647756_23647756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647756_23647756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647756_23647756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647756_23647756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647756_23647756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647756'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647756'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647804_23647804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647804_23647804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647804_23647804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647804_23647804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647804_23647804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647804'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647804'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24113888_24113888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24113888_24113888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24113888_24113888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24113888_24113888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24113888_24113888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24113888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24113888'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24113888'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648019_23648019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648019_23648019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648019_23648019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648019_23648019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648019_23648019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648019'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648019'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648059_23648059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648059_23648059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648059_23648059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648059_23648059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648059_23648059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648059'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648059'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916469_23916469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916469_23916469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916469_23916469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916469_23916469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916469_23916469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916469'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916469'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916524_23916524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916524_23916524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916524_23916524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916524_23916524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916524_23916524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916524'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916524'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648429_23648429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648429_23648429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648429_23648429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648429_23648429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648429_23648429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648429'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648429'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648432_23648432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648432_23648432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648432_23648432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648432_23648432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648432_23648432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648432'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648432'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648511_23648511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648511_23648511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648511_23648511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648511_23648511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648511_23648511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648511'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648511'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916874_23916874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916874_23916874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916874_23916874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916874_23916874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916874_23916874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916874'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916874'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916951_23916951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916951_23916951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916951_23916951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916951_23916951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916951_23916951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916951'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916951'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916985_23916985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916985_23916985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916985_23916985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916985_23916985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916985_23916985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916985'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916985'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904358_23904358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904358_23904358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904358_23904358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904358_23904358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904358_23904358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904358'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904358'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904383_23904383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904383_23904383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904383_23904383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904383_23904383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904383_23904383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904383'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904383'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917144_23917144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917144_23917144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917144_23917144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917144_23917144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917144_23917144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917144'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917144'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649280_23649280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649280_23649280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649280_23649280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649280_23649280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649280_23649280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649280'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649280'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649341_23649341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649341_23649341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649341_23649341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649341_23649341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649341_23649341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649341'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649341'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917500_23917500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917500_23917500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917500_23917500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917500_23917500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917500_23917500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917500'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917500'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917537_23917537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917537_23917537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917537_23917537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917537_23917537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917537_23917537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917537'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917537'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917542_23917542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917542_23917542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917542_23917542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917542_23917542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917542_23917542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917542'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917542'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649649_23649649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649649_23649649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649649_23649649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649649_23649649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649649_23649649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649649'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649649'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649697_23649697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649697_23649697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649697_23649697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649697_23649697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649697_23649697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649697'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649697'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649719_23649719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649719_23649719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649719_23649719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649719_23649719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649719_23649719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649719'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649719'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649729_23649729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649729_23649729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649729_23649729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649729_23649729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649729_23649729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649729'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649729'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649744_23649744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649744_23649744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649744_23649744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649744_23649744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649744_23649744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649744'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649744'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649797_23649797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649797_23649797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649797_23649797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649797_23649797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649797_23649797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649797'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649797'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649854_23649854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649854_23649854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649854_23649854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649854_23649854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649854_23649854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649854'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649854'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650021_23650021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650021_23650021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650021_23650021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650021_23650021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650021_23650021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650021'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650021'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650026_23650026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650026_23650026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650026_23650026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650026_23650026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650026_23650026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650026'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650026'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650037_23650037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650037_23650037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650037_23650037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650037_23650037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650037_23650037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650037'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650037'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650056_23650056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650056_23650056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650056_23650056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650056_23650056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650056_23650056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650056'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650056'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650078_23650078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650078_23650078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650078_23650078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650078_23650078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650078_23650078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650078'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650078'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650084_23650084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650084_23650084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650084_23650084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650084_23650084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650084_23650084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650084'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650084'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650138_23650138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650138_23650138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650138_23650138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650138_23650138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650138_23650138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650138'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650138'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650194_23650194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650194_23650194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650194_23650194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650194_23650194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650194_23650194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650194'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650194'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650237_23650237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650237_23650237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650237_23650237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650237_23650237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650237_23650237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650237'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650237'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650276_23650276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650276_23650276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650276_23650276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650276_23650276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650276_23650276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650276'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650276'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650344_23650344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650344_23650344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650344_23650344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650344_23650344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650344_23650344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650344'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650344'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650358_23650358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650358_23650358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650358_23650358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650358_23650358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650358_23650358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650358'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650358'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650366_23650366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650366_23650366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650366_23650366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650366_23650366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650366_23650366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650366'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650366'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650418_23650418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650418_23650418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650418_23650418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650418_23650418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650418_23650418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650418'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650418'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650495_23650495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650495_23650495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650495_23650495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650495_23650495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650495_23650495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650495'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650495'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24115911_24115911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24115911_24115911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24115911_24115911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24115911_24115911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24115911_24115911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24115911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24115911'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24115911'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650692_23650692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650692_23650692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650692_23650692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650692_23650692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650692_23650692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650692'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650692'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650784_23650784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650784_23650784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650784_23650784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650784_23650784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650784_23650784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650784'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650784'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 116 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24116153_24116153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24116153_24116153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24116153_24116153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24116153_24116153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24116153_24116153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24116153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24116153'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24116153'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650922_23650922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650922_23650922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650922_23650922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650922_23650922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650922_23650922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650922'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650922'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650925_23650925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650925_23650925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650925_23650925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650925_23650925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650925_23650925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650925'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650925'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650986_23650986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650986_23650986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650986_23650986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650986_23650986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650986_23650986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650986'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650986'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651049_23651049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651049_23651049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651049_23651049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651049_23651049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651049_23651049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651049'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651049'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651070_23651070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651070_23651070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651070_23651070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651070_23651070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651070_23651070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651070'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651070'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24116283_24116283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24116283_24116283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24116283_24116283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24116283_24116283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24116283_24116283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24116283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24116283'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24116283'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651211_23651211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651211_23651211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651211_23651211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651211_23651211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651211_23651211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651211'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651211'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651283_23651283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651283_23651283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651283_23651283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651283_23651283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651283_23651283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651283'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651283'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651319_23651319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651319_23651319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651319_23651319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651319_23651319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651319_23651319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651319'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651319'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651320_23651320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651320_23651320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651320_23651320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651320_23651320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651320_23651320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651320'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651320'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651334_23651334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651334_23651334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651334_23651334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651334_23651334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651334_23651334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651334'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651334'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651393_23651393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651393_23651393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651393_23651393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651393_23651393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651393_23651393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651393'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651393'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651467_23651467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651467_23651467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651467_23651467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651467_23651467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651467_23651467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651467'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651467'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651543_23651543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651543_23651543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651543_23651543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651543_23651543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651543_23651543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651543'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651543'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651635_23651635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651635_23651635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651635_23651635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651635_23651635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651635_23651635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651635'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651635'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651719_23651719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651719_23651719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651719_23651719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651719_23651719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651719_23651719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651719'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651719'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651844_23651844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651844_23651844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651844_23651844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651844_23651844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651844_23651844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651844'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651844'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651918_23651918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651918_23651918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651918_23651918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651918_23651918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651918_23651918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651918'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651918'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651939_23651939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651939_23651939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651939_23651939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651939_23651939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651939_23651939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651939'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651939'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651974_23651974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651974_23651974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651974_23651974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651974_23651974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651974_23651974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651974'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651974'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651979_23651979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651979_23651979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651979_23651979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651979_23651979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651979_23651979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651979'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651979'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652053_23652053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652053_23652053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652053_23652053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652053_23652053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652053_23652053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652053'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652053'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652126_23652126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652126_23652126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652126_23652126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652126_23652126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652126_23652126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652126'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652126'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652147_23652147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652147_23652147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652147_23652147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652147_23652147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652147_23652147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652147'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652147'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652186_23652186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652186_23652186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652186_23652186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652186_23652186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652186_23652186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652186'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652186'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652268_23652268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652268_23652268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652268_23652268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652268_23652268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652268_23652268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652268'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652268'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652380_23652380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652380_23652380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652380_23652380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652380_23652380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652380_23652380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652380'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652380'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652488_23652488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652488_23652488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652488_23652488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652488_23652488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652488_23652488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652488'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652488'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24117478_24117478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24117478_24117478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24117478_24117478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24117478_24117478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24117478_24117478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24117478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24117478'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24117478'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652622_23652622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652622_23652622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652622_23652622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652622_23652622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652622_23652622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652622'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652622'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652632_23652632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652632_23652632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652632_23652632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652632_23652632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652632_23652632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652632'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652632'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24117591_24117591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24117591_24117591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24117591_24117591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24117591_24117591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24117591_24117591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24117591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24117591'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24117591'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652736_23652736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652736_23652736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652736_23652736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652736_23652736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652736_23652736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652736'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652736'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652743_23652743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652743_23652743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652743_23652743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652743_23652743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652743_23652743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652743'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652743'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652819_23652819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652819_23652819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652819_23652819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652819_23652819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652819_23652819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652819'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652819'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652889_23652889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652889_23652889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652889_23652889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652889_23652889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652889_23652889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652889'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652889'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652939_23652939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652939_23652939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652939_23652939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652939_23652939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652939_23652939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652939'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652939'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652950_23652950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652950_23652950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652950_23652950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652950_23652950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652950_23652950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652950'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652950'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652992_23652992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652992_23652992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652992_23652992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652992_23652992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652992_23652992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652992'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652992'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653089_23653089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653089_23653089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653089_23653089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653089_23653089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653089_23653089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653089'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653089'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919018_23919018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919018_23919018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919018_23919018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919018_23919018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919018_23919018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919018'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919018'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919058_23919058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919058_23919058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919058_23919058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919058_23919058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919058_23919058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919058'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919058'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653324_23653324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653324_23653324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653324_23653324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653324_23653324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653324_23653324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653324'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653324'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653407_23653407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653407_23653407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653407_23653407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653407_23653407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653407_23653407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653407'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653407'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653441_23653441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653441_23653441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653441_23653441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653441_23653441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653441_23653441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653441'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653441'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653444_23653444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653444_23653444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653444_23653444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653444_23653444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653444_23653444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653444'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653444'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653446_23653446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653446_23653446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653446_23653446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653446_23653446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653446_23653446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653446'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653446'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653503_23653503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653503_23653503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653503_23653503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653503_23653503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653503_23653503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653503'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653503'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653581_23653581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653581_23653581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653581_23653581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653581_23653581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653581_23653581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653581'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653581'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653682_23653682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653682_23653682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653682_23653682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653682_23653682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653682_23653682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653682'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653682'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653708_23653708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653708_23653708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653708_23653708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653708_23653708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653708_23653708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653708'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653708'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653776_23653776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653776_23653776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653776_23653776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653776_23653776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653776_23653776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653776'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653776'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653823_23653823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653823_23653823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653823_23653823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653823_23653823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653823_23653823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653823'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653823'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24118616_24118616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24118616_24118616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24118616_24118616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24118616_24118616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24118616_24118616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24118616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24118616'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24118616'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654011_23654011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654011_23654011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654011_23654011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654011_23654011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654011_23654011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654011'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654011'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654103_23654103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654103_23654103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654103_23654103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654103_23654103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654103_23654103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654103'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654103'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654215_23654215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654215_23654215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654215_23654215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654215_23654215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654215_23654215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654215'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654215'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654331_23654331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654331_23654331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654331_23654331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654331_23654331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654331_23654331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654331'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654331'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654425_23654425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654425_23654425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654425_23654425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654425_23654425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654425_23654425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654425'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654425'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654469_23654469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654469_23654469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654469_23654469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654469_23654469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654469_23654469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654469'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654469'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654472_23654472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654472_23654472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654472_23654472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654472_23654472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654472_23654472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654472'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654472'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654504_23654504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654504_23654504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654504_23654504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654504_23654504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654504_23654504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654504'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654504'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654630_23654630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654630_23654630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654630_23654630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654630_23654630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654630_23654630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654630'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654630'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654668_23654668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654668_23654668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654668_23654668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654668_23654668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654668_23654668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654668'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654668'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654722_23654722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654722_23654722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654722_23654722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654722_23654722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654722_23654722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654722'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654722'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654800_23654800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654800_23654800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654800_23654800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654800_23654800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654800_23654800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654800'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654800'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24119197_24119197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24119197_24119197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24119197_24119197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24119197_24119197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24119197_24119197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24119197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24119197'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24119197'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654865_23654865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654865_23654865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654865_23654865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654865_23654865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654865_23654865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654865'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654865'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654984_23654984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654984_23654984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654984_23654984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654984_23654984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654984_23654984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654984'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654984'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655106_23655106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655106_23655106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655106_23655106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655106_23655106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655106_23655106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655106'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655106'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655209_23655209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655209_23655209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655209_23655209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655209_23655209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655209_23655209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655209'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655209'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655320_23655320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655320_23655320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655320_23655320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655320_23655320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655320_23655320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655320'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655320'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655414_23655414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655414_23655414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655414_23655414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655414_23655414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655414_23655414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655414'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655414'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24119661_24119661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24119661_24119661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24119661_24119661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24119661_24119661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24119661_24119661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24119661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24119661'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24119661'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655463_23655463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655463_23655463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655463_23655463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655463_23655463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655463_23655463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655463'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655463'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655495_23655495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655495_23655495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655495_23655495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655495_23655495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655495_23655495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655495'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655495'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655577_23655577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655577_23655577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655577_23655577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655577_23655577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655577_23655577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655577'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655577'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655673_23655673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655673_23655673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655673_23655673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655673_23655673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655673_23655673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655673'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655673'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655836_23655836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655836_23655836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655836_23655836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655836_23655836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655836_23655836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655836'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655836'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655859_23655859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655859_23655859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655859_23655859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655859_23655859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655859_23655859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655859'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655859'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24119902_24119902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24119902_24119902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24119902_24119902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24119902_24119902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24119902_24119902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24119902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24119902'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24119902'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656025_23656025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656025_23656025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656025_23656025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656025_23656025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656025_23656025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656025'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656025'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656082_23656082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656082_23656082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656082_23656082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656082_23656082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656082_23656082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656082'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656082'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656121_23656121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656121_23656121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656121_23656121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656121_23656121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656121_23656121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656121'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656121'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656184_23656184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656184_23656184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656184_23656184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656184_23656184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656184_23656184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656184'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656184'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656263_23656263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656263_23656263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656263_23656263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656263_23656263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656263_23656263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656263'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656263'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656347_23656347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656347_23656347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656347_23656347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656347_23656347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656347_23656347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656347'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656347'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656423_23656423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656423_23656423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656423_23656423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656423_23656423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656423_23656423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656423'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656423'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656476_23656476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656476_23656476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656476_23656476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656476_23656476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656476_23656476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656476'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656476'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656545_23656545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656545_23656545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656545_23656545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656545_23656545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656545_23656545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656545'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656545'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656617_23656617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656617_23656617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656617_23656617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656617_23656617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656617_23656617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656617'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656617'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656627_23656627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656627_23656627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656627_23656627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656627_23656627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656627_23656627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656627'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656627'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656631_23656631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656631_23656631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656631_23656631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656631_23656631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656631_23656631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656631'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656631'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656643_23656643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656643_23656643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656643_23656643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656643_23656643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656643_23656643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656643'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656643'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656680_23656680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656680_23656680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656680_23656680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656680_23656680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656680_23656680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656680'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656680'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656746_23656746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656746_23656746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656746_23656746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656746_23656746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656746_23656746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656746'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656746'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656815_23656815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656815_23656815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656815_23656815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656815_23656815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656815_23656815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656815'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656815'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656884_23656884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656884_23656884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656884_23656884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656884_23656884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656884_23656884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656884'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656884'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656945_23656945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656945_23656945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656945_23656945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656945_23656945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656945_23656945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656945'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656945'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656989_23656989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656989_23656989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656989_23656989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656989_23656989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656989_23656989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656989'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656989'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657041_23657041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657041_23657041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657041_23657041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657041_23657041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657041_23657041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657041'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657041'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657080_23657080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657080_23657080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657080_23657080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657080_23657080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657080_23657080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657080'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657080'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657111_23657111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657111_23657111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657111_23657111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657111_23657111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657111_23657111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657111'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657111'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657129_23657129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657129_23657129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657129_23657129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657129_23657129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657129_23657129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657129'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657129'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657157_23657157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657157_23657157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657157_23657157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657157_23657157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657157_23657157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657157'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657157'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657218_23657218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657218_23657218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657218_23657218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657218_23657218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657218_23657218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657218'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657218'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657284_23657284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657284_23657284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657284_23657284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657284_23657284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657284_23657284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657284'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657284'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657338_23657338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657338_23657338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657338_23657338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657338_23657338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657338_23657338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657338'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657338'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919921_23919921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919921_23919921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919921_23919921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919921_23919921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919921_23919921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919921'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919921'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24120707_24120707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24120707_24120707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24120707_24120707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24120707_24120707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24120707_24120707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24120707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24120707'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24120707'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657430_23657430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657430_23657430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657430_23657430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657430_23657430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657430_23657430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657430'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657430'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657487_23657487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657487_23657487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657487_23657487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657487_23657487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657487_23657487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657487'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657487'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24120792_24120792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24120792_24120792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24120792_24120792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24120792_24120792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24120792_24120792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24120792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24120792'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24120792'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24120800_24120800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24120800_24120800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24120800_24120800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24120800_24120800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24120800_24120800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24120800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24120800'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24120800'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24120803_24120803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24120803_24120803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24120803_24120803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24120803_24120803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24120803_24120803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24120803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24120803'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24120803'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657544_23657544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657544_23657544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657544_23657544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657544_23657544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657544_23657544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657544'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657544'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657614_23657614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657614_23657614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657614_23657614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657614_23657614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657614_23657614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657614'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657614'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657686_23657686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657686_23657686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657686_23657686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657686_23657686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657686_23657686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657686'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657686'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657763_23657763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657763_23657763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657763_23657763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657763_23657763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657763_23657763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657763'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657763'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657833_23657833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657833_23657833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657833_23657833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657833_23657833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657833_23657833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657833'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657833'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121107_24121107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121107_24121107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121107_24121107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121107_24121107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121107_24121107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121107'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121107'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 116 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657984_23657984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657984_23657984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657984_23657984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657984_23657984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657984_23657984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657984'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657984'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658055_23658055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658055_23658055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658055_23658055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658055_23658055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658055_23658055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658055'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658055'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121281_24121281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121281_24121281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121281_24121281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121281_24121281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121281_24121281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121281'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121281'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121292_24121292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121292_24121292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121292_24121292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121292_24121292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121292_24121292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121292'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121292'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121335_24121335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121335_24121335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121335_24121335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121335_24121335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121335_24121335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121335'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121335'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658199_23658199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658199_23658199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658199_23658199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658199_23658199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658199_23658199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658199'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658199'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658276_23658276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658276_23658276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658276_23658276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658276_23658276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658276_23658276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658276'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658276'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658339_23658339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658339_23658339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658339_23658339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658339_23658339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658339_23658339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658339'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658339'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658422_23658422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658422_23658422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658422_23658422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658422_23658422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658422_23658422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658422'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658422'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121639_24121639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121639_24121639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121639_24121639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121639_24121639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121639_24121639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121639'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121639'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658559_23658559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658559_23658559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658559_23658559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658559_23658559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658559_23658559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658559'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658559'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658588_23658588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658588_23658588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658588_23658588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658588_23658588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658588_23658588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658588'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658588'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658600_23658600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658600_23658600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658600_23658600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658600_23658600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658600_23658600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658600'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658600'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121728_24121728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121728_24121728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121728_24121728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121728_24121728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121728_24121728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121728'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121728'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658602_23658602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658602_23658602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658602_23658602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658602_23658602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658602_23658602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658602'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658602'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658610_23658610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658610_23658610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658610_23658610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658610_23658610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658610_23658610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658610'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658610'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658664_23658664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658664_23658664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658664_23658664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658664_23658664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658664_23658664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658664'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658664'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121843_24121843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121843_24121843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121843_24121843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121843_24121843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121843_24121843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121843'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121843'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658758_23658758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658758_23658758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658758_23658758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658758_23658758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658758_23658758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658758'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658758'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658772_23658772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658772_23658772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658772_23658772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658772_23658772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658772_23658772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658772'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658772'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 118 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658831_23658831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658831_23658831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658831_23658831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658831_23658831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658831_23658831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658831'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658831'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658890_23658890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658890_23658890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658890_23658890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658890_23658890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658890_23658890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658890'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658890'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658935_23658935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658935_23658935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658935_23658935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658935_23658935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658935_23658935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658935'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658935'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658940_23658940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658940_23658940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658940_23658940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658940_23658940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658940_23658940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658940'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658940'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658998_23658998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658998_23658998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658998_23658998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658998_23658998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658998_23658998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658998'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658998'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659065_23659065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659065_23659065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659065_23659065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659065_23659065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659065_23659065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659065'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659065'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24122172_24122172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24122172_24122172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24122172_24122172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24122172_24122172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24122172_24122172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24122172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24122172'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24122172'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659149_23659149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659149_23659149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659149_23659149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659149_23659149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659149_23659149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659149'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659149'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659198_23659198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659198_23659198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659198_23659198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659198_23659198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659198_23659198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659198'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659198'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659252_23659252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659252_23659252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659252_23659252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659252_23659252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659252_23659252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659252'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659252'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659284_23659284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659284_23659284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659284_23659284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659284_23659284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659284_23659284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659284'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659284'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659290_23659290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659290_23659290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659290_23659290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659290_23659290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659290_23659290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659290'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659290'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659295_23659295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659295_23659295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659295_23659295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659295_23659295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659295_23659295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659295'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659295'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659345_23659345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659345_23659345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659345_23659345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659345_23659345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659345_23659345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659345'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659345'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659406_23659406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659406_23659406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659406_23659406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659406_23659406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659406_23659406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659406'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659406'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659451_23659451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659451_23659451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659451_23659451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659451_23659451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659451_23659451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659451'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659451'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659521_23659521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659521_23659521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659521_23659521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659521_23659521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659521_23659521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659521'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659521'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659592_23659592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659592_23659592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659592_23659592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659592_23659592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659592_23659592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659592'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659592'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659655_23659655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659655_23659655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659655_23659655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659655_23659655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659655_23659655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659655'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659655'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659708_23659708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659708_23659708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659708_23659708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659708_23659708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659708_23659708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659708'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659708'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659723_23659723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659723_23659723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659723_23659723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659723_23659723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659723_23659723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659723'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659723'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24122597_24122597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24122597_24122597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24122597_24122597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24122597_24122597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24122597_24122597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24122597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24122597'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24122597'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659824_23659824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659824_23659824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659824_23659824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659824_23659824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659824_23659824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659824'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659824'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659899_23659899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659899_23659899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659899_23659899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659899_23659899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659899_23659899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659899'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659899'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659968_23659968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659968_23659968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659968_23659968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659968_23659968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659968_23659968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659968'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659968'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24122723_24122723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24122723_24122723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24122723_24122723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24122723_24122723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24122723_24122723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24122723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24122723'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24122723'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660018_23660018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660018_23660018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660018_23660018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660018_23660018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660018_23660018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660018'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660018'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660080_23660080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660080_23660080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660080_23660080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660080_23660080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660080_23660080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660080'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660080'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24122790_24122790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24122790_24122790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24122790_24122790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24122790_24122790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24122790_24122790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24122790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24122790'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24122790'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660167_23660167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660167_23660167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660167_23660167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660167_23660167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660167_23660167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660167'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660167'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660230_23660230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660230_23660230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660230_23660230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660230_23660230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660230_23660230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660230'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660230'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660290_23660290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660290_23660290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660290_23660290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660290_23660290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660290_23660290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660290'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660290'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660323_23660323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660323_23660323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660323_23660323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660323_23660323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660323_23660323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660323'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660323'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660371_23660371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660371_23660371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660371_23660371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660371_23660371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660371_23660371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660371'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660371'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660460_23660460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660460_23660460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660460_23660460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660460_23660460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660460_23660460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660460'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660460'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660466_23660466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660466_23660466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660466_23660466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660466_23660466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660466_23660466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660466'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660466'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660507_23660507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660507_23660507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660507_23660507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660507_23660507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660507_23660507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660507'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660507'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660583_23660583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660583_23660583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660583_23660583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660583_23660583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660583_23660583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660583'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660583'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660654_23660654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660654_23660654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660654_23660654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660654_23660654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660654_23660654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660654'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660654'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660731_23660731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660731_23660731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660731_23660731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660731_23660731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660731_23660731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660731'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660731'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660805_23660805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660805_23660805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660805_23660805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660805_23660805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660805_23660805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660805'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660805'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660880_23660880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660880_23660880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660880_23660880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660880_23660880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660880_23660880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660880'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660880'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660955_23660955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660955_23660955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660955_23660955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660955_23660955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660955_23660955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660955'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660955'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660983_23660983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660983_23660983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660983_23660983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660983_23660983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660983_23660983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660983'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660983'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660991_23660991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660991_23660991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660991_23660991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660991_23660991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660991_23660991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660991'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660991'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24123332_24123332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24123332_24123332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24123332_24123332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24123332_24123332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24123332_24123332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24123332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24123332'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24123332'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661059_23661059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661059_23661059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661059_23661059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661059_23661059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661059_23661059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661059'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661059'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24123443_24123443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24123443_24123443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24123443_24123443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24123443_24123443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24123443_24123443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24123443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24123443'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24123443'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661134_23661134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661134_23661134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661134_23661134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661134_23661134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661134_23661134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661134'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661134'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661170_23661170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661170_23661170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661170_23661170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661170_23661170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661170_23661170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661170'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661170'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661193_23661193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661193_23661193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661193_23661193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661193_23661193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661193_23661193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661193'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661193'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661199_23661199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661199_23661199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661199_23661199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661199_23661199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661199_23661199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661199'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661199'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661276_23661276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661276_23661276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661276_23661276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661276_23661276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661276_23661276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661276'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661276'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661363_23661363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661363_23661363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661363_23661363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661363_23661363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661363_23661363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661363'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661363'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661451_23661451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661451_23661451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661451_23661451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661451_23661451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661451_23661451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661451'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661451'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661484_23661484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661484_23661484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661484_23661484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661484_23661484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661484_23661484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661484'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661484'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661491_23661491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661491_23661491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661491_23661491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661491_23661491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661491_23661491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661491'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661491'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661528_23661528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661528_23661528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661528_23661528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661528_23661528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661528_23661528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661528'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661528'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661585_23661585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661585_23661585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661585_23661585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661585_23661585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661585_23661585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661585'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661585'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661646_23661646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661646_23661646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661646_23661646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661646_23661646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661646_23661646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661646'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661646'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661648_23661648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661648_23661648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661648_23661648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661648_23661648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661648_23661648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661648'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661648'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661688_23661688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661688_23661688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661688_23661688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661688_23661688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661688_23661688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661688'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661688'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661706_23661706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661706_23661706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661706_23661706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661706_23661706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661706_23661706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661706'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661706'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661708_23661708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661708_23661708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661708_23661708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661708_23661708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661708_23661708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661708'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661708'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661730_23661730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661730_23661730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661730_23661730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661730_23661730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661730_23661730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661730'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661730'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661759_23661759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661759_23661759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661759_23661759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661759_23661759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661759_23661759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661759'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661759'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661802_23661802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661802_23661802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661802_23661802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661802_23661802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661802_23661802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661802'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661802'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921700_23921700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921700_23921700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921700_23921700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921700_23921700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921700_23921700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921700'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921700'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904829_23904829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904829_23904829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904829_23904829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904829_23904829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904829_23904829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904829'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904829'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904851_23904851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904851_23904851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904851_23904851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904851_23904851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904851_23904851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904851'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904851'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921883_23921883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921883_23921883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921883_23921883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921883_23921883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921883_23921883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921883'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921883'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921890_23921890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921890_23921890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921890_23921890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921890_23921890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921890_23921890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921890'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921890'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921915_23921915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921915_23921915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921915_23921915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921915_23921915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921915_23921915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921915'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921915'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921982_23921982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921982_23921982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921982_23921982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921982_23921982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921982_23921982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921982'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921982'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922041_23922041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922041_23922041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922041_23922041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922041_23922041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922041_23922041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922041'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922041'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922108_23922108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922108_23922108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922108_23922108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922108_23922108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922108_23922108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922108'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922108'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922191_23922191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922191_23922191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922191_23922191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922191_23922191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922191_23922191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922191'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922191'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922268_23922268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922268_23922268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922268_23922268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922268_23922268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922268_23922268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922268'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922268'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922337_23922337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922337_23922337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922337_23922337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922337_23922337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922337_23922337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922337'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922337'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922415_23922415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922415_23922415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922415_23922415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922415_23922415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922415_23922415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922415'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922415'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23922482_23922482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23922482_23922482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23922482_23922482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23922482_23922482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23922482_23922482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23922482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23922482'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23922482'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904860_23904860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904860_23904860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904860_23904860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904860_23904860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904860_23904860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904860'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904860'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904871_23904871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904871_23904871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904871_23904871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904871_23904871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904871_23904871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904871'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904871'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904887_23904887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904887_23904887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904887_23904887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904887_23904887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904887_23904887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904887'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904887'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904891_23904891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904891_23904891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904891_23904891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904891_23904891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904891_23904891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904891'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904891'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905052_23905052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905052_23905052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905052_23905052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905052_23905052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905052_23905052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905052'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905052'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905057_23905057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905057_23905057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905057_23905057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905057_23905057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905057_23905057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905057'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905057'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905327_23905327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905327_23905327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905327_23905327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905327_23905327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905327_23905327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905327'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905327'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905328_23905328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905328_23905328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905328_23905328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905328_23905328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905328_23905328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905328'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905328'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905347_23905347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905347_23905347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905347_23905347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905347_23905347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905347_23905347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905347'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905347'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905374_23905374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905374_23905374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905374_23905374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905374_23905374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905374_23905374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905374'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905374'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905402_23905402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905402_23905402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905402_23905402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905402_23905402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905402_23905402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905402'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905402'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905404_23905404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905404_23905404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905404_23905404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905404_23905404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905404_23905404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905404'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905404'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905407_23905407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905407_23905407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905407_23905407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905407_23905407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905407_23905407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905407'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905407'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905434_23905434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905434_23905434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905434_23905434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905434_23905434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905434_23905434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905434'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905434'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905464_23905464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905464_23905464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905464_23905464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905464_23905464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905464_23905464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905464'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905464'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905488_23905488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905488_23905488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905488_23905488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905488_23905488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905488_23905488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905488'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905488'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905537_23905537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905537_23905537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905537_23905537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905537_23905537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905537_23905537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905537'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905537'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905543_23905543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905543_23905543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905543_23905543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905543_23905543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905543_23905543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905543'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905543'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905547_23905547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905547_23905547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905547_23905547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905547_23905547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905547_23905547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905547'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905547'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905555_23905555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905555_23905555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905555_23905555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905555_23905555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905555_23905555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905555'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905555'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905623_23905623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905623_23905623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905623_23905623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905623_23905623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905623_23905623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905623'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905623'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905880_23905880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905880_23905880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905880_23905880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905880_23905880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905880_23905880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905880'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905880'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905884_23905884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905884_23905884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905884_23905884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905884_23905884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905884_23905884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905884'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905884'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905897_23905897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905897_23905897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905897_23905897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905897_23905897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905897_23905897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905897'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905897'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905916_23905916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905916_23905916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905916_23905916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905916_23905916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905916_23905916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905916'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905916'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905957_23905957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905957_23905957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905957_23905957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905957_23905957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905957_23905957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905957'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905957'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906017_23906017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906017_23906017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906017_23906017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906017_23906017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906017_23906017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906017'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906017'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906022_23906022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906022_23906022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906022_23906022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906022_23906022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906022_23906022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906022'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906022'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906026_23906026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906026_23906026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906026_23906026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906026_23906026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906026_23906026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906026'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906026'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906031_23906031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906031_23906031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906031_23906031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906031_23906031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906031_23906031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906031'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906031'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906033_23906033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906033_23906033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906033_23906033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906033_23906033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906033_23906033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906033'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906033'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906037_23906037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906037_23906037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906037_23906037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906037_23906037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906037_23906037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906037'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906037'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906038_23906038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906038_23906038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906038_23906038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906038_23906038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906038_23906038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906038'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906038'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906040_23906040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906040_23906040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906040_23906040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906040_23906040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906040_23906040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906040'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906040'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906041_23906041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906041_23906041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906041_23906041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906041_23906041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906041_23906041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906041'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906041'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906044_23906044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906044_23906044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906044_23906044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906044_23906044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906044_23906044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906044'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906044'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906060_23906060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906060_23906060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906060_23906060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906060_23906060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906060_23906060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906060'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906060'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906061_23906061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906061_23906061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906061_23906061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906061_23906061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906061_23906061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906061'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906061'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906079_23906079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906079_23906079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906079_23906079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906079_23906079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906079_23906079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906079'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906079'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906098_23906098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906098_23906098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906098_23906098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906098_23906098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906098_23906098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906098'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906098'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906118_23906118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906118_23906118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906118_23906118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906118_23906118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906118_23906118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906118'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906118'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906120_23906120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906120_23906120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906120_23906120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906120_23906120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906120_23906120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906120'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906120'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906133_23906133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906133_23906133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906133_23906133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906133_23906133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906133_23906133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906133'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906133'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906136_23906136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906136_23906136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906136_23906136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906136_23906136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906136_23906136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906136'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906136'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906141_23906141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906141_23906141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906141_23906141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906141_23906141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906141_23906141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906141'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906141'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906149_23906149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906149_23906149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906149_23906149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906149_23906149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906149_23906149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906149'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906149'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906151_23906151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906151_23906151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906151_23906151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906151_23906151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906151_23906151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906151'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906151'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906153_23906153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906153_23906153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906153_23906153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906153_23906153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906153_23906153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906153'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906153'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906155_23906155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906155_23906155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906155_23906155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906155_23906155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906155_23906155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906155'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906155'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906198_23906198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906198_23906198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906198_23906198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906198_23906198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906198_23906198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906198'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906198'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906222_23906222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906222_23906222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906222_23906222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906222_23906222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906222_23906222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906222'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906222'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906236_23906236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906236_23906236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906236_23906236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906236_23906236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906236_23906236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906236'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906236'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906237_23906237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906237_23906237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906237_23906237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906237_23906237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906237_23906237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906237'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906237'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906284_23906284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906284_23906284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906284_23906284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906284_23906284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906284_23906284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906284'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906284'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906286_23906286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906286_23906286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906286_23906286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906286_23906286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906286_23906286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906286'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906286'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906295_23906295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906295_23906295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906295_23906295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906295_23906295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906295_23906295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906295'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906295'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906299_23906299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906299_23906299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906299_23906299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906299_23906299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906299_23906299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906299'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906299'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906326_23906326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906326_23906326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906326_23906326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906326_23906326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906326_23906326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906326'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906326'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906333_23906333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906333_23906333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906333_23906333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906333_23906333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906333_23906333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906333'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906333'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906352_23906352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906352_23906352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906352_23906352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906352_23906352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906352_23906352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906352'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906352'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906373_23906373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906373_23906373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906373_23906373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906373_23906373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906373_23906373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906373'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906373'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906376_23906376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906376_23906376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906376_23906376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906376_23906376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906376_23906376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906376'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906376'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906377_23906377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906377_23906377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906377_23906377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906377_23906377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906377_23906377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906377'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906377'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906385_23906385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906385_23906385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906385_23906385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906385_23906385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906385_23906385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906385'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906385'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906409_23906409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906409_23906409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906409_23906409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906409_23906409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906409_23906409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906409'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906409'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906414_23906414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906414_23906414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906414_23906414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906414_23906414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906414_23906414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906414'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906414'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906419_23906419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906419_23906419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906419_23906419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906419_23906419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906419_23906419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906419'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906419'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906424_23906424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906424_23906424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906424_23906424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906424_23906424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906424_23906424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906424'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906424'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906445_23906445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906445_23906445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906445_23906445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906445_23906445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906445_23906445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906445'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906445'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906447_23906447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906447_23906447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906447_23906447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906447_23906447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906447_23906447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906447'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906447'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906454_23906454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906454_23906454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906454_23906454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906454_23906454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906454_23906454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906454'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906454'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906484_23906484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906484_23906484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906484_23906484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906484_23906484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906484_23906484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906484'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906484'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906485_23906485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906485_23906485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906485_23906485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906485_23906485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906485_23906485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906485'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906485'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906508_23906508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906508_23906508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906508_23906508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906508_23906508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906508_23906508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906508'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906508'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906509_23906509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906509_23906509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906509_23906509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906509_23906509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906509_23906509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906509'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906509'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906515_23906515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906515_23906515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906515_23906515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906515_23906515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906515_23906515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906515'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906515'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906522_23906522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906522_23906522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906522_23906522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906522_23906522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906522_23906522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906522'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906522'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906567_23906567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906567_23906567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906567_23906567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906567_23906567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906567_23906567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906567'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906567'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906618_23906618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906618_23906618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906618_23906618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906618_23906618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906618_23906618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906618'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906618'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906680_23906680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906680_23906680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906680_23906680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906680_23906680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906680_23906680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906680'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906680'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906707_23906707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906707_23906707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906707_23906707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906707_23906707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906707_23906707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906707'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906707'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906718_23906718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906718_23906718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906718_23906718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906718_23906718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906718_23906718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906718'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906718'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906742_23906742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906742_23906742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906742_23906742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906742_23906742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906742_23906742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906742'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906742'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906775_23906775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906775_23906775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906775_23906775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906775_23906775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906775_23906775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906775'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906775'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906781_23906781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906781_23906781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906781_23906781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906781_23906781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906781_23906781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906781'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906781'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906794_23906794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906794_23906794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906794_23906794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906794_23906794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906794_23906794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906794'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906794'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906800_23906800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906800_23906800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906800_23906800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906800_23906800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906800_23906800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906800'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906800'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906819_23906819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906819_23906819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906819_23906819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906819_23906819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906819_23906819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906819'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906819'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906850_23906850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906850_23906850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906850_23906850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906850_23906850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906850_23906850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906850'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906850'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906851_23906851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906851_23906851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906851_23906851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906851_23906851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906851_23906851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906851'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906851'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906853_23906853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906853_23906853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906853_23906853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906853_23906853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906853_23906853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906853'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906853'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906865_23906865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906865_23906865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906865_23906865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906865_23906865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906865_23906865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906865'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906865'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906878_23906878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906878_23906878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906878_23906878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906878_23906878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906878_23906878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906878'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906878'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906880_23906880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906880_23906880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906880_23906880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906880_23906880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906880_23906880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906880'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906880'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906881_23906881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906881_23906881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906881_23906881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906881_23906881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906881_23906881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906881'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906881'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906914_23906914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906914_23906914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906914_23906914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906914_23906914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906914_23906914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906914'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906914'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906950_23906950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906950_23906950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906950_23906950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906950_23906950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906950_23906950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906950'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906950'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906999_23906999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906999_23906999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906999_23906999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906999_23906999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906999_23906999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906999'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906999'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907013_23907013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907013_23907013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907013_23907013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907013_23907013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907013_23907013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907013'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907013'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907067_23907067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907067_23907067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907067_23907067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907067_23907067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907067_23907067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907067'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907067'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907099_23907099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907099_23907099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907099_23907099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907099_23907099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907099_23907099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907099'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907099'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907113_23907113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907113_23907113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907113_23907113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907113_23907113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907113_23907113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907113'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907113'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907126_23907126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907126_23907126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907126_23907126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907126_23907126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907126_23907126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907126'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907126'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907128_23907128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907128_23907128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907128_23907128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907128_23907128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907128_23907128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907128'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907128'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907132_23907132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907132_23907132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907132_23907132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907132_23907132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907132_23907132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907132'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907132'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907156_23907156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907156_23907156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907156_23907156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907156_23907156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907156_23907156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907156'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907156'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907175_23907175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907175_23907175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907175_23907175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907175_23907175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907175_23907175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907175'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907175'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907176_23907176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907176_23907176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907176_23907176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907176_23907176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907176_23907176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907176'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907176'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907200_23907200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907200_23907200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907200_23907200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907200_23907200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907200_23907200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907200'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907200'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907217_23907217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907217_23907217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907217_23907217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907217_23907217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907217_23907217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907217'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907217'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907239_23907239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907239_23907239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907239_23907239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907239_23907239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907239_23907239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907239'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907239'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907258_23907258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907258_23907258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907258_23907258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907258_23907258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907258_23907258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907258'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907258'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907262_23907262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907262_23907262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907262_23907262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907262_23907262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907262_23907262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907262'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907262'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907264_23907264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907264_23907264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907264_23907264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907264_23907264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907264_23907264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907264'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907264'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907275_23907275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907275_23907275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907275_23907275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907275_23907275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907275_23907275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907275'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907275'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907302_23907302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907302_23907302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907302_23907302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907302_23907302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907302_23907302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907302'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907302'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907313_23907313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907313_23907313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907313_23907313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907313_23907313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907313_23907313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907313'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907313'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907324_23907324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907324_23907324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907324_23907324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907324_23907324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907324_23907324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907324'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907324'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907343_23907343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907343_23907343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907343_23907343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907343_23907343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907343_23907343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907343'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907343'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907347_23907347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907347_23907347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907347_23907347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907347_23907347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907347_23907347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907347'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907347'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907358_23907358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907358_23907358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907358_23907358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907358_23907358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907358_23907358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907358'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907358'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907360_23907360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907360_23907360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907360_23907360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907360_23907360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907360_23907360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907360'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907360'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907367_23907367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907367_23907367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907367_23907367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907367_23907367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907367_23907367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907367'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907367'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907369_23907369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907369_23907369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907369_23907369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907369_23907369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907369_23907369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907369'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907369'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907370_23907370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907370_23907370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907370_23907370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907370_23907370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907370_23907370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907370'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907370'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907371_23907371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907371_23907371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907371_23907371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907371_23907371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907371_23907371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907371'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907371'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907394_23907394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907394_23907394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907394_23907394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907394_23907394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907394_23907394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907394'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907394'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907407_23907407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907407_23907407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907407_23907407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907407_23907407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907407_23907407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907407'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907407'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907421_23907421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907421_23907421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907421_23907421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907421_23907421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907421_23907421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907421'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907421'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907456_23907456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907456_23907456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907456_23907456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907456_23907456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907456_23907456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907456'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907456'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907479_23907479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907479_23907479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907479_23907479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907479_23907479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907479_23907479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907479'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907479'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907489_23907489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907489_23907489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907489_23907489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907489_23907489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907489_23907489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907489'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907489'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907494_23907494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907494_23907494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907494_23907494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907494_23907494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907494_23907494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907494'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907494'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907500_23907500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907500_23907500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907500_23907500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907500_23907500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907500_23907500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907500'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907500'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907519_23907519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907519_23907519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907519_23907519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907519_23907519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907519_23907519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907519'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907519'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907633_23907633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907633_23907633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907633_23907633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907633_23907633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907633_23907633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907633'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907633'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907642_23907642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907642_23907642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907642_23907642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907642_23907642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907642_23907642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907642'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907642'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907690_23907690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907690_23907690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907690_23907690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907690_23907690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907690_23907690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907690'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907690'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907709_23907709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907709_23907709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907709_23907709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907709_23907709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907709_23907709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907709'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907709'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907737_23907737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907737_23907737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907737_23907737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907737_23907737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907737_23907737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907737'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907737'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907754_23907754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907754_23907754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907754_23907754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907754_23907754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907754_23907754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907754'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907754'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907767_23907767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907767_23907767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907767_23907767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907767_23907767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907767_23907767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907767'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907767'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907769_23907769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907769_23907769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907769_23907769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907769_23907769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907769_23907769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907769'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907769'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907774_23907774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907774_23907774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907774_23907774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907774_23907774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907774_23907774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907774'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907774'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907784_23907784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907784_23907784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907784_23907784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907784_23907784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907784_23907784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907784'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907784'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907798_23907798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907798_23907798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907798_23907798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907798_23907798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907798_23907798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907798'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907798'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907810_23907810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907810_23907810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907810_23907810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907810_23907810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907810_23907810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907810'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907810'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907848_23907848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907848_23907848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907848_23907848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907848_23907848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907848_23907848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907848'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907848'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907859_23907859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907859_23907859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907859_23907859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907859_23907859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907859_23907859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907859'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907859'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907874_23907874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907874_23907874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907874_23907874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907874_23907874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907874_23907874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907874'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907874'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907884_23907884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907884_23907884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907884_23907884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907884_23907884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907884_23907884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907884'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907884'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907887_23907887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907887_23907887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907887_23907887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907887_23907887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907887_23907887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907887'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907887'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907924_23907924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907924_23907924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907924_23907924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907924_23907924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907924_23907924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907924'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907924'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907942_23907942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907942_23907942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907942_23907942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907942_23907942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907942_23907942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907942'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907942'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907961_23907961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907961_23907961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907961_23907961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907961_23907961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907961_23907961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907961'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907961'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907973_23907973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907973_23907973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907973_23907973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907973_23907973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907973_23907973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907973'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907973'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907978_23907978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907978_23907978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907978_23907978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907978_23907978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907978_23907978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907978'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907978'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908023_23908023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908023_23908023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908023_23908023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908023_23908023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908023_23908023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908023'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908023'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908025_23908025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908025_23908025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908025_23908025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908025_23908025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908025_23908025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908025'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908025'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908031_23908031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908031_23908031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908031_23908031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908031_23908031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908031_23908031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908031'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908031'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908032_23908032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908032_23908032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908032_23908032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908032_23908032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908032_23908032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908032'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908032'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908033_23908033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908033_23908033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908033_23908033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908033_23908033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908033_23908033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908033'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908033'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908044_23908044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908044_23908044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908044_23908044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908044_23908044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908044_23908044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908044'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908044'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908052_23908052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908052_23908052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908052_23908052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908052_23908052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908052_23908052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908052'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908052'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908065_23908065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908065_23908065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908065_23908065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908065_23908065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908065_23908065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908065'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908065'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908079_23908079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908079_23908079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908079_23908079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908079_23908079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908079_23908079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908079'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908079'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908081_23908081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908081_23908081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908081_23908081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908081_23908081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908081_23908081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908081'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908081'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908084_23908084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908084_23908084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908084_23908084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908084_23908084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908084_23908084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908084'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908084'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908092_23908092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908092_23908092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908092_23908092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908092_23908092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908092_23908092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908092'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908092'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908095_23908095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908095_23908095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908095_23908095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908095_23908095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908095_23908095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908095'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908095'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908096_23908096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908096_23908096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908096_23908096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908096_23908096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908096_23908096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908096'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908096'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908097_23908097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908097_23908097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908097_23908097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908097_23908097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908097_23908097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908097'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908097'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908099_23908099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908099_23908099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908099_23908099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908099_23908099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908099_23908099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908099'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908099'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908103_23908103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908103_23908103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908103_23908103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908103_23908103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908103_23908103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908103'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908103'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908114_23908114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908114_23908114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908114_23908114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908114_23908114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908114_23908114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908114'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908114'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908133_23908133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908133_23908133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908133_23908133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908133_23908133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908133_23908133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908133'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908133'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908139_23908139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908139_23908139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908139_23908139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908139_23908139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908139_23908139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908139'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908139'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908140_23908140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908140_23908140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908140_23908140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908140_23908140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908140_23908140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908140'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908140'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908141_23908141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908141_23908141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908141_23908141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908141_23908141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908141_23908141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908141'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908141'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908147_23908147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908147_23908147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908147_23908147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908147_23908147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908147_23908147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908147'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908147'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908149_23908149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908149_23908149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908149_23908149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908149_23908149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908149_23908149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908149'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908149'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908150_23908150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908150_23908150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908150_23908150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908150_23908150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908150_23908150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908150'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908150'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908154_23908154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908154_23908154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908154_23908154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908154_23908154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908154_23908154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908154'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908154'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908165_23908165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908165_23908165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908165_23908165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908165_23908165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908165_23908165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908165'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908165'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908168_23908168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908168_23908168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908168_23908168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908168_23908168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908168_23908168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908168'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908168'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908170_23908170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908170_23908170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908170_23908170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908170_23908170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908170_23908170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908170'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908170'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908185_23908185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908185_23908185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908185_23908185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908185_23908185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908185_23908185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908185'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908185'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908186_23908186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908186_23908186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908186_23908186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908186_23908186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908186_23908186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908186'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908186'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908187_23908187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908187_23908187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908187_23908187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908187_23908187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908187_23908187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908187'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908187'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908191_23908191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908191_23908191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908191_23908191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908191_23908191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908191_23908191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908191'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908191'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908195_23908195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908195_23908195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908195_23908195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908195_23908195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908195_23908195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908195'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908195'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908198_23908198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908198_23908198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908198_23908198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908198_23908198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908198_23908198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908198'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908198'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908205_23908205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908205_23908205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908205_23908205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908205_23908205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908205_23908205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908205'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908205'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908208_23908208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908208_23908208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908208_23908208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908208_23908208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908208_23908208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908208'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908208'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908227_23908227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908227_23908227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908227_23908227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908227_23908227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908227_23908227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908227'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908227'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908232_23908232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908232_23908232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908232_23908232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908232_23908232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908232_23908232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908232'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908232'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908255_23908255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908255_23908255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908255_23908255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908255_23908255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908255_23908255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908255'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908255'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908258_23908258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908258_23908258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908258_23908258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908258_23908258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908258_23908258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908258'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908258'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908268_23908268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908268_23908268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908268_23908268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908268_23908268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908268_23908268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908268'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908268'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908281_23908281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908281_23908281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908281_23908281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908281_23908281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908281_23908281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908281'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908281'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908288_23908288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908288_23908288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908288_23908288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908288_23908288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908288_23908288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908288'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908288'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908291_23908291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908291_23908291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908291_23908291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908291_23908291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908291_23908291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908291'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908291'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908311_23908311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908311_23908311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908311_23908311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908311_23908311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908311_23908311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908311'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908311'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908316_23908316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908316_23908316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908316_23908316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908316_23908316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908316_23908316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908316'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908316'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908330_23908330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908330_23908330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908330_23908330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908330_23908330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908330_23908330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908330'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908330'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908352_23908352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908352_23908352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908352_23908352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908352_23908352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908352_23908352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908352'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908352'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908356_23908356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908356_23908356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908356_23908356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908356_23908356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908356_23908356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908356'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908356'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908382_23908382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908382_23908382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908382_23908382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908382_23908382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908382_23908382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908382'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908382'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908392_23908392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908392_23908392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908392_23908392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908392_23908392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908392_23908392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908392'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908392'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908416_23908416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908416_23908416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908416_23908416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908416_23908416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908416_23908416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908416'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908416'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908429_23908429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908429_23908429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908429_23908429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908429_23908429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908429_23908429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908429'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908429'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908456_23908456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908456_23908456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908456_23908456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908456_23908456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908456_23908456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908456'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908456'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908472_23908472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908472_23908472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908472_23908472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908472_23908472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908472_23908472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908472'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908472'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908490_23908490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908490_23908490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908490_23908490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908490_23908490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908490_23908490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908490'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908490'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908493_23908493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908493_23908493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908493_23908493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908493_23908493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908493_23908493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908493'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908493'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908495_23908495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908495_23908495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908495_23908495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908495_23908495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908495_23908495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908495'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908495'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908505_23908505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908505_23908505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908505_23908505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908505_23908505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908505_23908505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908505'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908505'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908527_23908527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908527_23908527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908527_23908527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908527_23908527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908527_23908527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908527'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908527'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908530_23908530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908530_23908530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908530_23908530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908530_23908530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908530_23908530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908530'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908530'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908533_23908533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908533_23908533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908533_23908533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908533_23908533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908533_23908533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908533'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908533'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908548_23908548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908548_23908548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908548_23908548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908548_23908548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908548_23908548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908548'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908548'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908567_23908567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908567_23908567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908567_23908567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908567_23908567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908567_23908567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908567'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908567'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908571_23908571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908571_23908571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908571_23908571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908571_23908571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908571_23908571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908571'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908571'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908588_23908588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908588_23908588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908588_23908588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908588_23908588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908588_23908588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908588'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908588'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908589_23908589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908589_23908589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908589_23908589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908589_23908589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908589_23908589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908589'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908589'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908590_23908590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908590_23908590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908590_23908590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908590_23908590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908590_23908590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908590'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908590'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908594_23908594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908594_23908594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908594_23908594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908594_23908594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908594_23908594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908594'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908594'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23952180_23952180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23952180_23952180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23952180_23952180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23952180_23952180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23952180_23952180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23952180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23952180'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23952180'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908603_23908603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908603_23908603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908603_23908603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908603_23908603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908603_23908603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908603'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908603'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908619_23908619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908619_23908619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908619_23908619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908619_23908619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908619_23908619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908619'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908619'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23952456_23952456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23952456_23952456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23952456_23952456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23952456_23952456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23952456_23952456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23952456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23952456'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23952456'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23952465_23952465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23952465_23952465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23952465_23952465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23952465_23952465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23952465_23952465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23952465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23952465'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23952465'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908629_23908629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908629_23908629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908629_23908629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908629_23908629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908629_23908629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908629'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908629'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908650_23908650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908650_23908650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908650_23908650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908650_23908650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908650_23908650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908650'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908650'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908658_23908658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908658_23908658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908658_23908658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908658_23908658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908658_23908658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908658'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908658'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908659_23908659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908659_23908659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908659_23908659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908659_23908659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908659_23908659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908659'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908659'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908660_23908660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908660_23908660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908660_23908660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908660_23908660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908660_23908660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908660'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908660'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908672_23908672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908672_23908672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908672_23908672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908672_23908672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908672_23908672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908672'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908672'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908689_23908689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908689_23908689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908689_23908689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908689_23908689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908689_23908689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908689'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908689'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908707_23908707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908707_23908707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908707_23908707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908707_23908707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908707_23908707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908707'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908707'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908708_23908708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908708_23908708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908708_23908708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908708_23908708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908708_23908708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908708'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908708'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908712_23908712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908712_23908712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908712_23908712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908712_23908712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908712_23908712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908712'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908712'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908718_23908718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908718_23908718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908718_23908718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908718_23908718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908718_23908718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908718'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908718'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908742_23908742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908742_23908742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908742_23908742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908742_23908742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908742_23908742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908742'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908742'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908743_23908743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908743_23908743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908743_23908743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908743_23908743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908743_23908743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908743'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908743'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908745_23908745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908745_23908745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908745_23908745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908745_23908745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908745_23908745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908745'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908745'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908751_23908751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908751_23908751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908751_23908751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908751_23908751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908751_23908751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908751'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908751'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908753_23908753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908753_23908753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908753_23908753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908753_23908753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908753_23908753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908753'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908753'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908763_23908763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908763_23908763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908763_23908763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908763_23908763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908763_23908763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908763'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908763'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908786_23908786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908786_23908786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908786_23908786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908786_23908786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908786_23908786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908786'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908786'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908806_23908806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908806_23908806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908806_23908806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908806_23908806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908806_23908806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908806'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908806'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908835_23908835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908835_23908835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908835_23908835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908835_23908835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908835_23908835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908835'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908835'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908846_23908846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908846_23908846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908846_23908846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908846_23908846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908846_23908846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908846'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908846'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908871_23908871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908871_23908871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908871_23908871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908871_23908871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908871_23908871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908871'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908871'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908879_23908879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908879_23908879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908879_23908879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908879_23908879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908879_23908879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908879'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908879'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908887_23908887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908887_23908887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908887_23908887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908887_23908887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908887_23908887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908887'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908887'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908890_23908890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908890_23908890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908890_23908890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908890_23908890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908890_23908890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908890'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908890'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908895_23908895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908895_23908895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908895_23908895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908895_23908895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908895_23908895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908895'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908895'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908918_23908918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908918_23908918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908918_23908918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908918_23908918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908918_23908918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908918'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908918'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908919_23908919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908919_23908919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908919_23908919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908919_23908919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908919_23908919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908919'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908919'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908926_23908926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908926_23908926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908926_23908926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908926_23908926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908926_23908926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908926'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908926'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908937_23908937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908937_23908937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908937_23908937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908937_23908937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908937_23908937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908937'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908937'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908966_23908966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908966_23908966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908966_23908966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908966_23908966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908966_23908966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908966'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908966'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908968_23908968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908968_23908968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908968_23908968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908968_23908968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908968_23908968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908968'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908968'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908977_23908977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908977_23908977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908977_23908977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908977_23908977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908977_23908977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908977'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908977'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908988_23908988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908988_23908988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908988_23908988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908988_23908988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908988_23908988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908988'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908988'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909013_23909013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909013_23909013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909013_23909013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909013_23909013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909013_23909013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909013'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909013'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909015_23909015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909015_23909015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909015_23909015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909015_23909015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909015_23909015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909015'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909015'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909017_23909017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909017_23909017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909017_23909017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909017_23909017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909017_23909017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909017'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909017'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909018_23909018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909018_23909018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909018_23909018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909018_23909018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909018_23909018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909018'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909018'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909044_23909044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909044_23909044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909044_23909044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909044_23909044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909044_23909044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909044'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909044'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909045_23909045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909045_23909045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909045_23909045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909045_23909045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909045_23909045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909045'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909045'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909060_23909060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909060_23909060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909060_23909060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909060_23909060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909060_23909060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909060'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909060'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909062_23909062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909062_23909062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909062_23909062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909062_23909062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909062_23909062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909062'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909062'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909075_23909075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909075_23909075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909075_23909075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909075_23909075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909075_23909075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909075'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909075'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909076_23909076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909076_23909076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909076_23909076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909076_23909076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909076_23909076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909076'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909076'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909082_23909082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909082_23909082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909082_23909082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909082_23909082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909082_23909082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909082'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909082'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909122_23909122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909122_23909122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909122_23909122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909122_23909122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909122_23909122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909122'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909122'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909125_23909125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909125_23909125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909125_23909125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909125_23909125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909125_23909125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909125'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909125'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909137_23909137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909137_23909137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909137_23909137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909137_23909137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909137_23909137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909137'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909137'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909138_23909138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909138_23909138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909138_23909138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909138_23909138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909138_23909138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909138'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909138'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909173_23909173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909173_23909173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909173_23909173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909173_23909173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909173_23909173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909173'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909173'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909193_23909193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909193_23909193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909193_23909193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909193_23909193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909193_23909193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909193'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909193'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909221_23909221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909221_23909221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909221_23909221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909221_23909221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909221_23909221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909221'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909221'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909251_23909251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909251_23909251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909251_23909251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909251_23909251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909251_23909251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909251'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909251'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909280_23909280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909280_23909280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909280_23909280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909280_23909280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909280_23909280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909280'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909280'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909287_23909287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909287_23909287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909287_23909287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909287_23909287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909287_23909287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909287'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909287'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909301_23909301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909301_23909301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909301_23909301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909301_23909301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909301_23909301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909301'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909301'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909303_23909303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909303_23909303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909303_23909303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909303_23909303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909303_23909303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909303'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909303'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909313_23909313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909313_23909313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909313_23909313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909313_23909313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909313_23909313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909313'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909313'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909328_23909328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909328_23909328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909328_23909328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909328_23909328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909328_23909328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909328'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909328'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909330_23909330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909330_23909330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909330_23909330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909330_23909330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909330_23909330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909330'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909330'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909337_23909337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909337_23909337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909337_23909337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909337_23909337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909337_23909337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909337'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909337'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909345_23909345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909345_23909345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909345_23909345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909345_23909345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909345_23909345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909345'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909345'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909353_23909353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909353_23909353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909353_23909353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909353_23909353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909353_23909353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909353'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909353'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909370_23909370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909370_23909370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909370_23909370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909370_23909370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909370_23909370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909370'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909370'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909384_23909384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909384_23909384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909384_23909384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909384_23909384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909384_23909384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909384'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909384'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909396_23909396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909396_23909396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909396_23909396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909396_23909396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909396_23909396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909396'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909396'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909409_23909409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909409_23909409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909409_23909409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909409_23909409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909409_23909409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909409'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909409'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909410_23909410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909410_23909410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909410_23909410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909410_23909410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909410_23909410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909410'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909410'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909411_23909411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909411_23909411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909411_23909411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909411_23909411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909411_23909411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909411'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909411'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909412_23909412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909412_23909412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909412_23909412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909412_23909412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909412_23909412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909412'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909412'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909414_23909414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909414_23909414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909414_23909414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909414_23909414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909414_23909414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909414'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909414'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909416_23909416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909416_23909416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909416_23909416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909416_23909416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909416_23909416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909416'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909416'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909427_23909427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909427_23909427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909427_23909427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909427_23909427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909427_23909427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909427'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909427'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909449_23909449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909449_23909449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909449_23909449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909449_23909449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909449_23909449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909449'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909449'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909450_23909450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909450_23909450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909450_23909450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909450_23909450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909450_23909450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909450'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909450'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909451_23909451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909451_23909451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909451_23909451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909451_23909451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909451_23909451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909451'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909451'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909471_23909471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909471_23909471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909471_23909471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909471_23909471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909471_23909471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909471'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909471'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909476_23909476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909476_23909476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909476_23909476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909476_23909476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909476_23909476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909476'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909476'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909482_23909482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909482_23909482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909482_23909482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909482_23909482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909482_23909482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909482'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909482'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909484_23909484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909484_23909484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909484_23909484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909484_23909484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909484_23909484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909484'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909484'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909486_23909486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909486_23909486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909486_23909486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909486_23909486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909486_23909486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909486'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909486'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909487_23909487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909487_23909487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909487_23909487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909487_23909487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909487_23909487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909487'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909487'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909488_23909488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909488_23909488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909488_23909488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909488_23909488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909488_23909488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909488'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909488'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909512_23909512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909512_23909512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909512_23909512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909512_23909512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909512_23909512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909512'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909512'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909566_23909566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909566_23909566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909566_23909566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909566_23909566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909566_23909566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909566'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909566'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909579_23909579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909579_23909579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909579_23909579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909579_23909579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909579_23909579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909579'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909579'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909583_23909583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909583_23909583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909583_23909583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909583_23909583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909583_23909583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909583'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909583'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909632_23909632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909632_23909632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909632_23909632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909632_23909632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909632_23909632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909632'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909632'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909639_23909639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909639_23909639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909639_23909639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909639_23909639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909639_23909639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909639'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909639'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909650_23909650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909650_23909650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909650_23909650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909650_23909650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909650_23909650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909650'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909650'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909669_23909669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909669_23909669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909669_23909669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909669_23909669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909669_23909669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909669'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909669'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909670_23909670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909670_23909670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909670_23909670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909670_23909670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909670_23909670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909670'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909670'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909673_23909673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909673_23909673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909673_23909673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909673_23909673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909673_23909673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909673'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909673'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909675_23909675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909675_23909675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909675_23909675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909675_23909675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909675_23909675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909675'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909675'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909680_23909680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909680_23909680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909680_23909680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909680_23909680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909680_23909680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909680'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909680'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909705_23909705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909705_23909705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909705_23909705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909705_23909705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909705_23909705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909705'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909705'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909712_23909712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909712_23909712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909712_23909712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909712_23909712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909712_23909712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909712'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909712'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909713_23909713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909713_23909713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909713_23909713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909713_23909713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909713_23909713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909713'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909713'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909716_23909716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909716_23909716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909716_23909716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909716_23909716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909716_23909716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909716'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909716'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909717_23909717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909717_23909717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909717_23909717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909717_23909717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909717_23909717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909717'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909717'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964714_23964714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964714_23964714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964714_23964714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964714_23964714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964714_23964714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964714'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964714'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23846208_23846208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23846208_23846208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23846208_23846208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23846208_23846208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23846208_23846208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23846208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23846208'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23846208'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23846230_23846230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23846230_23846230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23846230_23846230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23846230_23846230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23846230_23846230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23846230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23846230'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23846230'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23846263_23846263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23846263_23846263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23846263_23846263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23846263_23846263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23846263_23846263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23846263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23846263'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23846263'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964768_23964768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964768_23964768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964768_23964768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964768_23964768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964768_23964768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964768'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964768'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964781_23964781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964781_23964781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964781_23964781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964781_23964781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964781_23964781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964781'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964781'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964799_23964799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964799_23964799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964799_23964799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964799_23964799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964799_23964799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964799'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964799'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23846384_23846384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23846384_23846384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23846384_23846384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23846384_23846384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23846384_23846384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23846384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23846384'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23846384'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23846432_23846432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23846432_23846432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23846432_23846432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23846432_23846432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23846432_23846432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23846432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23846432'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23846432'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622203_23622203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622203_23622203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622203_23622203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622203_23622203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622203_23622203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622203'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622203'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252332_23252332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252332_23252332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252332_23252332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252332_23252332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252332_23252332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252332'^^xsd:integer;
  dwc:scientificName 'Anguilla anguilla'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '126281'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252332'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '126281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_500_1214034_capture_500_1214034_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_500_1214034_capture_500_1214034_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_500_1214034_capture_500_1214034_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_500_1214034_capture_500_1214034_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_500_1214034_capture_500_1214034_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "500_1214034_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '500_1214034_capture'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '500_1214034_capture'^^xsd:string;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_500_1214034_release_500_1214034_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_500_1214034_release_500_1214034_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_500_1214034_release_500_1214034_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_500_1214034_release_500_1214034_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_500_1214034_release_500_1214034_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "500_1214034_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '500_1214034_release'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '500_1214034_release'^^xsd:string;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625583_23625583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625583_23625583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625583_23625583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625583_23625583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625583_23625583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625583'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625583'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_501_1214035_capture_501_1214035_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_501_1214035_capture_501_1214035_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_501_1214035_capture_501_1214035_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_501_1214035_capture_501_1214035_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_501_1214035_capture_501_1214035_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "501_1214035_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '501_1214035_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '501_1214035_capture'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_501_1214035_release_501_1214035_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_501_1214035_release_501_1214035_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_501_1214035_release_501_1214035_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_501_1214035_release_501_1214035_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_501_1214035_release_501_1214035_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "501_1214035_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '501_1214035_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '501_1214035_release'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624177_23624177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624177_23624177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624177_23624177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624177_23624177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624177_23624177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624177'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624204_23624204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624204_23624204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624204_23624204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624204_23624204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624204_23624204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624204'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624368_23624368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624368_23624368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624368_23624368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624368_23624368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624368_23624368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624368'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098487_24098487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098487_24098487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098487_24098487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098487_24098487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098487_24098487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098487'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624733_23624733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624733_23624733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624733_23624733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624733_23624733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624733_23624733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624733'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624876_23624876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624876_23624876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624876_23624876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624876_23624876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624876_23624876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624876'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625009_23625009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625009_23625009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625009_23625009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625009_23625009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625009_23625009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625009'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625058_23625058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625058_23625058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625058_23625058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625058_23625058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625058_23625058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625058'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625095_23625095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625095_23625095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625095_23625095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625095_23625095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625095_23625095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625095'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625164_23625164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625164_23625164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625164_23625164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625164_23625164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625164_23625164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625164'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618237_23618237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618237_23618237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618237_23618237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618237_23618237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618237_23618237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618237'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618271_23618271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618271_23618271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618271_23618271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618271_23618271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618271_23618271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618271'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618313_23618313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618313_23618313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618313_23618313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618313_23618313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618313_23618313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618313'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618323_23618323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618323_23618323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618323_23618323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618323_23618323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618323_23618323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618323'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618339_23618339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618339_23618339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618339_23618339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618339_23618339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618339_23618339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618339'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618339'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618342_23618342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618342_23618342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618342_23618342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618342_23618342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618342_23618342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618342'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618355_23618355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618355_23618355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618355_23618355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618355_23618355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618355_23618355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618355'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618399_23618399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618399_23618399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618399_23618399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618399_23618399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618399_23618399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618399'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241203_23241203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241203_23241203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241203_23241203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241203_23241203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241203_23241203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241203'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241218_23241218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241218_23241218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241218_23241218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241218_23241218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241218_23241218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241218'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241218'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241222_23241222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241222_23241222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241222_23241222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241222_23241222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241222_23241222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241222'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241235_23241235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241235_23241235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241235_23241235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241235_23241235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241235_23241235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241235'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241241_23241241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241241_23241241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241241_23241241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241241_23241241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241241_23241241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241241'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241263_23241263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241263_23241263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241263_23241263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241263_23241263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241263_23241263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241263'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241307_23241307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241307_23241307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241307_23241307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241307_23241307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241307_23241307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241307'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241358_23241358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241358_23241358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241358_23241358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241358_23241358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241358_23241358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241358'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241713_23241713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241713_23241713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241713_23241713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241713_23241713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241713_23241713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241713'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241758_23241758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241758_23241758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241758_23241758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241758_23241758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241758_23241758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241758'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241758'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242006_23242006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242006_23242006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242006_23242006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242006_23242006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242006_23242006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242006'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242019_23242019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242019_23242019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242019_23242019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242019_23242019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242019_23242019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242019'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242028_23242028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242028_23242028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242028_23242028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242028_23242028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242028_23242028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242028'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242030_23242030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242030_23242030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242030_23242030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242030_23242030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242030_23242030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242030'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242165_23242165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242165_23242165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242165_23242165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242165_23242165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242165_23242165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242165'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242357_23242357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242357_23242357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242357_23242357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242357_23242357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242357_23242357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242357'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242390_23242390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242390_23242390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242390_23242390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242390_23242390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242390_23242390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242390'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244580_23244580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244580_23244580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244580_23244580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244580_23244580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244580_23244580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244580'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244590_23244590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244590_23244590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244590_23244590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244590_23244590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244590_23244590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244590'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619874_23619874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619874_23619874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619874_23619874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619874_23619874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619874_23619874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619874'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619910_23619910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619910_23619910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619910_23619910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619910_23619910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619910_23619910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619910'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244667_23244667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244667_23244667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244667_23244667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244667_23244667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244667_23244667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244667'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244689_23244689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244689_23244689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244689_23244689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244689_23244689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244689_23244689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244689'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244730_23244730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244730_23244730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244730_23244730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244730_23244730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244730_23244730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244730'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244733_23244733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244733_23244733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244733_23244733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244733_23244733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244733_23244733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244733'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244837_23244837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244837_23244837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244837_23244837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244837_23244837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244837_23244837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244837'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244870_23244870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244870_23244870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244870_23244870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244870_23244870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244870_23244870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244870'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244876_23244876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244876_23244876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244876_23244876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244876_23244876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244876_23244876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244876'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244889_23244889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244889_23244889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244889_23244889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244889_23244889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244889_23244889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244889'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244899_23244899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244899_23244899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244899_23244899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244899_23244899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244899_23244899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244899'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244906_23244906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244906_23244906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244906_23244906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244906_23244906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244906_23244906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244906'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244926_23244926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244926_23244926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244926_23244926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244926_23244926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244926_23244926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244926'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244935_23244935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244935_23244935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244935_23244935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244935_23244935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244935_23244935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244935'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620208_23620208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620208_23620208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620208_23620208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620208_23620208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620208_23620208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620208'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620225_23620225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620225_23620225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620225_23620225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620225_23620225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620225_23620225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620225'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244960_23244960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244960_23244960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244960_23244960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244960_23244960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244960_23244960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244960'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244971_23244971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244971_23244971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244971_23244971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244971_23244971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244971_23244971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244971'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244975_23244975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244975_23244975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244975_23244975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244975_23244975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244975_23244975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244975'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244975'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620239_23620239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620239_23620239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620239_23620239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620239_23620239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620239_23620239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620239'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620266_23620266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620266_23620266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620266_23620266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620266_23620266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620266_23620266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620266'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245187_23245187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245187_23245187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245187_23245187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245187_23245187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245187_23245187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245187'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245187'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245224_23245224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245224_23245224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245224_23245224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245224_23245224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245224_23245224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245224'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245224'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620285_23620285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620285_23620285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620285_23620285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620285_23620285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620285_23620285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620285'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647824_23647824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647824_23647824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647824_23647824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647824_23647824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647824_23647824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647824'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647837_23647837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647837_23647837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647837_23647837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647837_23647837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647837_23647837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647837'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647882_23647882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647882_23647882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647882_23647882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647882_23647882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647882_23647882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647882'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647882'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647950_23647950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647950_23647950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647950_23647950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647950_23647950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647950_23647950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647950'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647953_23647953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647953_23647953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647953_23647953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647953_23647953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647953_23647953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647953'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620399_23620399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620399_23620399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620399_23620399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620399_23620399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620399_23620399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620399'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620401_23620401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620401_23620401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620401_23620401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620401_23620401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620401_23620401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620401'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620421_23620421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620421_23620421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620421_23620421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620421_23620421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620421_23620421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620421'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620445_23620445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620445_23620445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620445_23620445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620445_23620445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620445_23620445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620445'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620478_23620478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620478_23620478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620478_23620478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620478_23620478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620478_23620478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620478'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620509_23620509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620509_23620509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620509_23620509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620509_23620509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620509_23620509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620509'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620516_23620516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620516_23620516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620516_23620516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620516_23620516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620516_23620516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620516'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620531_23620531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620531_23620531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620531_23620531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620531_23620531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620531_23620531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620531'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245250_23245250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245250_23245250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245250_23245250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245250_23245250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245250_23245250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245250'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245251_23245251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245251_23245251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245251_23245251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245251_23245251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245251_23245251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245251'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245263_23245263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245263_23245263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245263_23245263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245263_23245263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245263_23245263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245263'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245265_23245265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245265_23245265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245265_23245265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245265_23245265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245265_23245265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245265'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245384_23245384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245384_23245384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245384_23245384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245384_23245384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245384_23245384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245384'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245384'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621174_23621174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621174_23621174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621174_23621174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621174_23621174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621174_23621174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621174'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621197_23621197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621197_23621197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621197_23621197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621197_23621197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621197_23621197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621197'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621210_23621210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621210_23621210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621210_23621210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621210_23621210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621210_23621210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621210'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621221_23621221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621221_23621221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621221_23621221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621221_23621221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621221_23621221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621221'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653755_23653755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653755_23653755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653755_23653755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653755_23653755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653755_23653755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653755'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653767_23653767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653767_23653767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653767_23653767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653767_23653767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653767_23653767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653767'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24118528_24118528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24118528_24118528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24118528_24118528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24118528_24118528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24118528_24118528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24118528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24118528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24118528'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653820_23653820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653820_23653820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653820_23653820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653820_23653820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653820_23653820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653820'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653821_23653821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653821_23653821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653821_23653821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653821_23653821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653821_23653821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653821'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621227_23621227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621227_23621227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621227_23621227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621227_23621227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621227_23621227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621227'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245457_23245457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245457_23245457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245457_23245457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245457_23245457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245457_23245457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245457'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245612_23245612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245612_23245612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245612_23245612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245612_23245612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245612_23245612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245612'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245892_23245892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245892_23245892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245892_23245892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245892_23245892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245892_23245892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245892'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245892'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621818_23621818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621818_23621818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621818_23621818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621818_23621818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621818_23621818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621818'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621819_23621819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621819_23621819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621819_23621819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621819_23621819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621819_23621819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621819'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621832_23621832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621832_23621832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621832_23621832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621832_23621832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621832_23621832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621832'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621866_23621866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621866_23621866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621866_23621866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621866_23621866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621866_23621866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621866'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621893_23621893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621893_23621893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621893_23621893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621893_23621893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621893_23621893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621893'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245971_23245971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245971_23245971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245971_23245971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245971_23245971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245971_23245971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245971'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246095_23246095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246095_23246095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246095_23246095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246095_23246095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246095_23246095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246095'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246129_23246129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246129_23246129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246129_23246129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246129_23246129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246129_23246129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246129'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381297_24381297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381297_24381297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381297_24381297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381297_24381297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381297_24381297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381297'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381307_24381307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381307_24381307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381307_24381307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381307_24381307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381307_24381307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381307'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386535_24386535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386535_24386535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386535_24386535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386535_24386535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386535_24386535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386535'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383718_24383718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383718_24383718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383718_24383718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383718_24383718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383718_24383718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383718'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383718'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383754_24383754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383754_24383754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383754_24383754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383754_24383754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383754_24383754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383754'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383764_24383764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383764_24383764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383764_24383764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383764_24383764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383764_24383764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383764'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383787_24383787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383787_24383787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383787_24383787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383787_24383787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383787_24383787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383787'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383014_24383014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383014_24383014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383014_24383014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383014_24383014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383014_24383014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383014'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009236_37009236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009236_37009236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009236_37009236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009236_37009236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009236_37009236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009236'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739124_24739124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739124_24739124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739124_24739124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739124_24739124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739124_24739124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739124'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739131_24739131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739131_24739131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739131_24739131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739131_24739131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739131_24739131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739131'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738547_24738547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738547_24738547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738547_24738547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738547_24738547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738547_24738547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738547'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738561_24738561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738561_24738561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738561_24738561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738561_24738561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738561_24738561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738561'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738562_24738562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738562_24738562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738562_24738562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738562_24738562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738562_24738562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738562'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738562'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739135_24739135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739135_24739135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739135_24739135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739135_24739135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739135_24739135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739135'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739139_24739139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739139_24739139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739139_24739139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739139_24739139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739139_24739139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739139'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739150_24739150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739150_24739150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739150_24739150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739150_24739150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739150_24739150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739150'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738567_24738567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738567_24738567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738567_24738567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738567_24738567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738567_24738567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738567'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738578_24738578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738578_24738578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738578_24738578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738578_24738578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738578_24738578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738578'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739160_24739160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739160_24739160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739160_24739160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739160_24739160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739160_24739160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739160'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739170_24739170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739170_24739170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739170_24739170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739170_24739170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739170_24739170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739170'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009251_37009251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009251_37009251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009251_37009251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009251_37009251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009251_37009251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009251'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009267_37009267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009267_37009267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009267_37009267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009267_37009267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009267_37009267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009267'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009276_37009276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009276_37009276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009276_37009276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009276_37009276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009276_37009276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009276'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009294_37009294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009294_37009294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009294_37009294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009294_37009294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009294_37009294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009294'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009321_37009321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009321_37009321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009321_37009321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009321_37009321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009321_37009321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009321'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009339_37009339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009339_37009339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009339_37009339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009339_37009339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009339_37009339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009339'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009339'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009376_37009376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009376_37009376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009376_37009376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009376_37009376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009376_37009376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009376'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009420_37009420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009420_37009420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009420_37009420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009420_37009420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009420_37009420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009420'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009460_37009460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009460_37009460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009460_37009460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009460_37009460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009460_37009460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009460'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009500_37009500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009500_37009500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009500_37009500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009500_37009500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009500_37009500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009500'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009530_37009530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009530_37009530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009530_37009530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009530_37009530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009530_37009530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009530'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383020_24383020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383020_24383020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383020_24383020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383020_24383020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383020_24383020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383020'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383034_24383034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383034_24383034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383034_24383034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383034_24383034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383034_24383034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383034'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009537_37009537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009537_37009537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009537_37009537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009537_37009537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009537_37009537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009537'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009554_37009554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009554_37009554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009554_37009554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009554_37009554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009554_37009554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009554'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009592_37009592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009592_37009592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009592_37009592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009592_37009592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009592_37009592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009592'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383035_24383035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383035_24383035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383035_24383035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383035_24383035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383035_24383035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383035'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383054_24383054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383054_24383054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383054_24383054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383054_24383054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383054_24383054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383054'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383057_24383057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383057_24383057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383057_24383057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383057_24383057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383057_24383057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383057'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009609_37009609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009609_37009609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009609_37009609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009609_37009609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009609_37009609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009609'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739205_24739205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739205_24739205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739205_24739205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739205_24739205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739205_24739205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739205'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739210_24739210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739210_24739210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739210_24739210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739210_24739210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739210_24739210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739210'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739235_24739235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739235_24739235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739235_24739235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739235_24739235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739235_24739235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739235'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009793_37009793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009793_37009793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009793_37009793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009793_37009793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009793_37009793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009793'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009812_37009812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009812_37009812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009812_37009812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009812_37009812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009812_37009812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009812'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009815_37009815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009815_37009815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009815_37009815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009815_37009815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009815_37009815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009815'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009817_37009817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009817_37009817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009817_37009817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009817_37009817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009817_37009817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009817'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009823_37009823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009823_37009823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009823_37009823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009823_37009823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009823_37009823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009823'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009858_37009858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009858_37009858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009858_37009858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009858_37009858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009858_37009858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009858'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009861_37009861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009861_37009861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009861_37009861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009861_37009861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009861_37009861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009861'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739246_24739246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739246_24739246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739246_24739246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739246_24739246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739246_24739246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739246'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739246'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739256_24739256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739256_24739256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739256_24739256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739256_24739256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739256_24739256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739256'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739258_24739258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739258_24739258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739258_24739258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739258_24739258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739258_24739258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739258'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739260_24739260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739260_24739260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739260_24739260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739260_24739260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739260_24739260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739260'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739260'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009866_37009866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009866_37009866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009866_37009866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009866_37009866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009866_37009866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009866'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383916_24383916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383916_24383916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383916_24383916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383916_24383916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383916_24383916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383916'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383966_24383966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383966_24383966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383966_24383966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383966_24383966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383966_24383966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383966'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383966'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384022_24384022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384022_24384022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384022_24384022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384022_24384022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384022_24384022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384022'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384075_24384075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384075_24384075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384075_24384075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384075_24384075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384075_24384075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384075'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384129_24384129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384129_24384129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384129_24384129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384129_24384129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384129_24384129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384129'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384185_24384185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384185_24384185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384185_24384185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384185_24384185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384185_24384185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384185'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384237_24384237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384237_24384237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384237_24384237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384237_24384237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384237_24384237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384237'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384284_24384284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384284_24384284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384284_24384284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384284_24384284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384284_24384284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384284'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384335_24384335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384335_24384335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384335_24384335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384335_24384335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384335_24384335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384335'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384357_24384357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384357_24384357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384357_24384357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384357_24384357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384357_24384357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384357'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384363_24384363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384363_24384363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384363_24384363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384363_24384363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384363_24384363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384363'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384383_24384383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384383_24384383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384383_24384383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384383_24384383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384383_24384383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384383'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386597_24386597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386597_24386597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386597_24386597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386597_24386597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386597_24386597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386597'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386598_24386598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386598_24386598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386598_24386598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386598_24386598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386598_24386598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386598'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386604_24386604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386604_24386604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386604_24386604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386604_24386604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386604_24386604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386604'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386611_24386611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386611_24386611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386611_24386611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386611_24386611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386611_24386611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386611'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386613_24386613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386613_24386613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386613_24386613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386613_24386613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386613_24386613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386613'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386616_24386616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386616_24386616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386616_24386616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386616_24386616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386616_24386616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386616'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386633_24386633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386633_24386633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386633_24386633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386633_24386633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386633_24386633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386633'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386663_24386663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386663_24386663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386663_24386663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386663_24386663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386663_24386663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386663'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386665_24386665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386665_24386665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386665_24386665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386665_24386665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386665_24386665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386665'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384398_24384398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384398_24384398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384398_24384398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384398_24384398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384398_24384398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384398'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384422_24384422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384422_24384422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384422_24384422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384422_24384422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384422_24384422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384422'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010063_37010063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010063_37010063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010063_37010063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010063_37010063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010063_37010063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010063'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010075_37010075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010075_37010075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010075_37010075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010075_37010075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010075_37010075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010075'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739263_24739263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739263_24739263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739263_24739263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739263_24739263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739263_24739263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739263'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739266_24739266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739266_24739266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739266_24739266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739266_24739266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739266_24739266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739266'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739267_24739267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739267_24739267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739267_24739267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739267_24739267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739267_24739267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739267'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739280_24739280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739280_24739280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739280_24739280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739280_24739280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739280_24739280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739280'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739300_24739300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739300_24739300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739300_24739300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739300_24739300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739300_24739300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739300'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739300'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739302_24739302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739302_24739302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739302_24739302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739302_24739302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739302_24739302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739302'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739312_24739312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739312_24739312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739312_24739312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739312_24739312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739312_24739312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739312'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739315_24739315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739315_24739315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739315_24739315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739315_24739315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739315_24739315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739315'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738587_24738587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738587_24738587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738587_24738587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738587_24738587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738587_24738587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738587'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738587'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738615_24738615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738615_24738615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738615_24738615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738615_24738615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738615_24738615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738615'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738623_24738623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738623_24738623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738623_24738623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738623_24738623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738623_24738623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738623'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738624_24738624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738624_24738624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738624_24738624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738624_24738624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738624_24738624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738624'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738624'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738625_24738625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738625_24738625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738625_24738625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738625_24738625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738625_24738625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738625'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738648_24738648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738648_24738648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738648_24738648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738648_24738648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738648_24738648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738648'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739337_24739337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739337_24739337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739337_24739337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739337_24739337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739337_24739337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739337'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739345_24739345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739345_24739345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739345_24739345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739345_24739345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739345_24739345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739345'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739346_24739346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739346_24739346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739346_24739346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739346_24739346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739346_24739346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739346'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739368_24739368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739368_24739368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739368_24739368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739368_24739368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739368_24739368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739368'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739370_24739370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739370_24739370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739370_24739370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739370_24739370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739370_24739370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739370'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739372_24739372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739372_24739372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739372_24739372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739372_24739372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739372_24739372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739372'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010098_37010098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010098_37010098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010098_37010098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010098_37010098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010098_37010098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010098'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010103_37010103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010103_37010103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010103_37010103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010103_37010103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010103_37010103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010103'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010134_37010134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010134_37010134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010134_37010134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010134_37010134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010134_37010134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010134'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739376_24739376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739376_24739376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739376_24739376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739376_24739376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739376_24739376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739376'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739396_24739396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739396_24739396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739396_24739396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739396_24739396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739396_24739396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739396'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739402_24739402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739402_24739402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739402_24739402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739402_24739402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739402_24739402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739402'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739403_24739403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739403_24739403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739403_24739403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739403_24739403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739403_24739403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739403'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010167_37010167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010167_37010167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010167_37010167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010167_37010167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010167_37010167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010167'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739408_24739408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739408_24739408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739408_24739408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739408_24739408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739408_24739408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739408'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739448_24739448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739448_24739448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739448_24739448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739448_24739448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739448_24739448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739448'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739479_24739479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739479_24739479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739479_24739479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739479_24739479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739479_24739479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739479'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739480_24739480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739480_24739480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739480_24739480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739480_24739480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739480_24739480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739480'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739487_24739487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739487_24739487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739487_24739487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739487_24739487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739487_24739487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739487'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739510_24739510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739510_24739510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739510_24739510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739510_24739510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739510_24739510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739510'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739522_24739522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739522_24739522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739522_24739522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739522_24739522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739522_24739522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739522'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739523_24739523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739523_24739523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739523_24739523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739523_24739523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739523_24739523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739523'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739523'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010169_37010169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010169_37010169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010169_37010169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010169_37010169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010169_37010169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010169'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010178_37010178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010178_37010178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010178_37010178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010178_37010178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010178_37010178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010178'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010194_37010194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010194_37010194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010194_37010194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010194_37010194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010194_37010194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010194'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010209_37010209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010209_37010209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010209_37010209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010209_37010209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010209_37010209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010209'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739524_24739524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739524_24739524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739524_24739524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739524_24739524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739524_24739524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739524'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739525_24739525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739525_24739525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739525_24739525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739525_24739525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739525_24739525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739525'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739526_24739526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739526_24739526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739526_24739526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739526_24739526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739526_24739526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739526'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010215_37010215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010215_37010215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010215_37010215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010215_37010215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010215_37010215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010215'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383131_24383131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383131_24383131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383131_24383131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383131_24383131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383131_24383131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383131'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384435_24384435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384435_24384435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384435_24384435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384435_24384435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384435_24384435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384435'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384435'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384444_24384444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384444_24384444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384444_24384444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384444_24384444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384444_24384444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384444'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384444'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383132_24383132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383132_24383132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383132_24383132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383132_24383132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383132_24383132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383132'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384446_24384446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384446_24384446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384446_24384446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384446_24384446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384446_24384446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384446'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386714_24386714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386714_24386714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386714_24386714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386714_24386714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386714_24386714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386714'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386719_24386719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386719_24386719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386719_24386719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386719_24386719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386719_24386719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386719'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384447_24384447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384447_24384447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384447_24384447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384447_24384447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384447_24384447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384447'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384447'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384453_24384453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384453_24384453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384453_24384453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384453_24384453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384453_24384453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384453'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010223_37010223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010223_37010223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010223_37010223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010223_37010223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010223_37010223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010223'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010227_37010227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010227_37010227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010227_37010227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010227_37010227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010227_37010227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010227'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010254_37010254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010254_37010254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010254_37010254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010254_37010254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010254_37010254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010254'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010267_37010267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010267_37010267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010267_37010267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010267_37010267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010267_37010267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010267'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010275_37010275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010275_37010275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010275_37010275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010275_37010275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010275_37010275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010275'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739555_24739555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739555_24739555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739555_24739555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739555_24739555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739555_24739555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739555'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739581_24739581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739581_24739581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739581_24739581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739581_24739581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739581_24739581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739581'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738666_24738666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738666_24738666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738666_24738666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738666_24738666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738666_24738666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738666'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381674_24381674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381674_24381674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381674_24381674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381674_24381674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381674_24381674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381674'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717296_24717296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717296_24717296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717296_24717296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717296_24717296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717296_24717296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717296'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717304_24717304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717304_24717304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717304_24717304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717304_24717304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717304_24717304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717304'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717304'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717307_24717307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717307_24717307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717307_24717307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717307_24717307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717307_24717307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717307'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381677_24381677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381677_24381677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381677_24381677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381677_24381677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381677_24381677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381677'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381681_24381681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381681_24381681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381681_24381681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381681_24381681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381681_24381681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381681'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381693_24381693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381693_24381693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381693_24381693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381693_24381693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381693_24381693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381693'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381693'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381705_24381705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381705_24381705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381705_24381705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381705_24381705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381705_24381705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381705'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381714_24381714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381714_24381714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381714_24381714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381714_24381714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381714_24381714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381714'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381719_24381719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381719_24381719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381719_24381719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381719_24381719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381719_24381719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381719'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381722_24381722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381722_24381722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381722_24381722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381722_24381722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381722_24381722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381722'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381730_24381730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381730_24381730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381730_24381730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381730_24381730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381730_24381730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381730'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381750_24381750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381750_24381750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381750_24381750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381750_24381750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381750_24381750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381750'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381761_24381761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381761_24381761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381761_24381761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381761_24381761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381761_24381761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381761'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381782_24381782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381782_24381782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381782_24381782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381782_24381782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381782_24381782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381782'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381784_24381784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381784_24381784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381784_24381784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381784_24381784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381784_24381784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381784'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381785_24381785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381785_24381785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381785_24381785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381785_24381785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381785_24381785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381785'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381790_24381790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381790_24381790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381790_24381790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381790_24381790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381790_24381790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381790'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381792_24381792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381792_24381792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381792_24381792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381792_24381792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381792_24381792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381792'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381811_24381811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381811_24381811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381811_24381811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381811_24381811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381811_24381811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381811'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381812_24381812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381812_24381812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381812_24381812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381812_24381812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381812_24381812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381812'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381820_24381820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381820_24381820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381820_24381820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381820_24381820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381820_24381820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381820'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381828_24381828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381828_24381828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381828_24381828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381828_24381828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381828_24381828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381828'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381828'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381841_24381841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381841_24381841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381841_24381841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381841_24381841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381841_24381841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381841'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381874_24381874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381874_24381874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381874_24381874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381874_24381874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381874_24381874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381874'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381879_24381879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381879_24381879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381879_24381879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381879_24381879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381879_24381879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381879'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381884_24381884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381884_24381884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381884_24381884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381884_24381884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381884_24381884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381884'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381886_24381886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381886_24381886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381886_24381886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381886_24381886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381886_24381886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381886'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381893_24381893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381893_24381893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381893_24381893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381893_24381893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381893_24381893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381893'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381905_24381905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381905_24381905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381905_24381905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381905_24381905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381905_24381905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381905'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381911_24381911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381911_24381911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381911_24381911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381911_24381911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381911_24381911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381911'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381914_24381914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381914_24381914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381914_24381914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381914_24381914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381914_24381914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381914'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381918_24381918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381918_24381918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381918_24381918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381918_24381918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381918_24381918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381918'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381918'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717460_24717460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717460_24717460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717460_24717460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717460_24717460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717460_24717460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717460'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717464_24717464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717464_24717464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717464_24717464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717464_24717464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717464_24717464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717464'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717466_24717466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717466_24717466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717466_24717466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717466_24717466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717466_24717466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717466'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381924_24381924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381924_24381924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381924_24381924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381924_24381924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381924_24381924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381924'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381937_24381937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381937_24381937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381937_24381937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381937_24381937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381937_24381937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381937'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381939_24381939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381939_24381939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381939_24381939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381939_24381939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381939_24381939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381939'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381943_24381943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381943_24381943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381943_24381943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381943_24381943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381943_24381943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381943'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381944_24381944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381944_24381944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381944_24381944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381944_24381944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381944_24381944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381944'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381987_24381987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381987_24381987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381987_24381987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381987_24381987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381987_24381987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381987'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738667_24738667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738667_24738667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738667_24738667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738667_24738667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738667_24738667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738667'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738669_24738669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738669_24738669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738669_24738669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738669_24738669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738669_24738669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738669'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738674_24738674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738674_24738674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738674_24738674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738674_24738674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738674_24738674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738674'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738688_24738688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738688_24738688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738688_24738688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738688_24738688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738688_24738688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738688'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738694_24738694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738694_24738694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738694_24738694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738694_24738694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738694_24738694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738694'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738697_24738697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738697_24738697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738697_24738697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738697_24738697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738697_24738697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738697'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738708_24738708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738708_24738708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738708_24738708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738708_24738708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738708_24738708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738708'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738709_24738709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738709_24738709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738709_24738709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738709_24738709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738709_24738709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738709'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738724_24738724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738724_24738724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738724_24738724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738724_24738724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738724_24738724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738724'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738734_24738734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738734_24738734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738734_24738734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738734_24738734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738734_24738734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738734'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738765_24738765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738765_24738765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738765_24738765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738765_24738765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738765_24738765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738765'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738821_24738821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738821_24738821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738821_24738821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738821_24738821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738821_24738821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738821'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738852_24738852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738852_24738852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738852_24738852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738852_24738852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738852_24738852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738852'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738857_24738857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738857_24738857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738857_24738857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738857_24738857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738857_24738857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738857'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738875_24738875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738875_24738875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738875_24738875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738875_24738875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738875_24738875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738875'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381989_24381989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381989_24381989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381989_24381989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381989_24381989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381989_24381989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381989'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381991_24381991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381991_24381991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381991_24381991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381991_24381991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381991_24381991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381991'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381992_24381992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381992_24381992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381992_24381992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381992_24381992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381992_24381992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381992'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717994_24717994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717994_24717994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717994_24717994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717994_24717994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717994_24717994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717994'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718015_24718015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718015_24718015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718015_24718015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718015_24718015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718015_24718015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718015'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718019_24718019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718019_24718019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718019_24718019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718019_24718019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718019_24718019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718019'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718028_24718028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718028_24718028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718028_24718028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718028_24718028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718028_24718028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718028'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718058_24718058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718058_24718058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718058_24718058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718058_24718058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718058_24718058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718058'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718069_24718069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718069_24718069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718069_24718069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718069_24718069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718069_24718069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718069'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381997_24381997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381997_24381997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381997_24381997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381997_24381997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381997_24381997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381997'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382003_24382003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382003_24382003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382003_24382003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382003_24382003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382003_24382003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382003'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382006_24382006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382006_24382006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382006_24382006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382006_24382006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382006_24382006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382006'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382007_24382007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382007_24382007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382007_24382007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382007_24382007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382007_24382007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382007'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382011_24382011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382011_24382011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382011_24382011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382011_24382011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382011_24382011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382011'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382013_24382013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382013_24382013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382013_24382013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382013_24382013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382013_24382013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382013'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382013'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382023_24382023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382023_24382023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382023_24382023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382023_24382023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382023_24382023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382023'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382025_24382025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382025_24382025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382025_24382025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382025_24382025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382025_24382025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382025'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382027_24382027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382027_24382027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382027_24382027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382027_24382027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382027_24382027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382027'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382029_24382029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382029_24382029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382029_24382029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382029_24382029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382029_24382029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382029'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382034_24382034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382034_24382034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382034_24382034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382034_24382034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382034_24382034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382034'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382040_24382040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382040_24382040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382040_24382040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382040_24382040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382040_24382040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382040'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382046_24382046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382046_24382046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382046_24382046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382046_24382046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382046_24382046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382046'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382061_24382061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382061_24382061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382061_24382061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382061_24382061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382061_24382061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382061'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382065_24382065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382065_24382065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382065_24382065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382065_24382065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382065_24382065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382065'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382066_24382066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382066_24382066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382066_24382066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382066_24382066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382066_24382066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382066'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382076_24382076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382076_24382076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382076_24382076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382076_24382076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382076_24382076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382076'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382077_24382077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382077_24382077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382077_24382077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382077_24382077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382077_24382077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382077'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382079_24382079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382079_24382079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382079_24382079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382079_24382079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382079_24382079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382079'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382079'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382080_24382080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382080_24382080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382080_24382080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382080_24382080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382080_24382080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382080'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382094_24382094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382094_24382094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382094_24382094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382094_24382094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382094_24382094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382094'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382100_24382100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382100_24382100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382100_24382100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382100_24382100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382100_24382100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382100'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382104_24382104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382104_24382104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382104_24382104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382104_24382104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382104_24382104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382104'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382105_24382105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382105_24382105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382105_24382105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382105_24382105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382105_24382105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382105'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382111_24382111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382111_24382111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382111_24382111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382111_24382111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382111_24382111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382111'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382112_24382112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382112_24382112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382112_24382112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382112_24382112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382112_24382112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382112'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382118_24382118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382118_24382118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382118_24382118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382118_24382118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382118_24382118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382118'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382122_24382122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382122_24382122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382122_24382122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382122_24382122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382122_24382122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382122'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382126_24382126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382126_24382126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382126_24382126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382126_24382126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382126_24382126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382126'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382127_24382127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382127_24382127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382127_24382127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382127_24382127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382127_24382127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382127'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382129_24382129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382129_24382129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382129_24382129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382129_24382129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382129_24382129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382129'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382133_24382133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382133_24382133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382133_24382133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382133_24382133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382133_24382133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382133'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382139_24382139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382139_24382139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382139_24382139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382139_24382139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382139_24382139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382139'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382140_24382140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382140_24382140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382140_24382140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382140_24382140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382140_24382140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382140'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382143_24382143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382143_24382143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382143_24382143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382143_24382143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382143_24382143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382143'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382144_24382144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382144_24382144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382144_24382144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382144_24382144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382144_24382144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382144'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382150_24382150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382150_24382150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382150_24382150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382150_24382150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382150_24382150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382150'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382152_24382152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382152_24382152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382152_24382152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382152_24382152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382152_24382152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382152'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382154_24382154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382154_24382154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382154_24382154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382154_24382154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382154_24382154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382154'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382155_24382155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382155_24382155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382155_24382155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382155_24382155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382155_24382155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382155'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382155'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382156_24382156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382156_24382156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382156_24382156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382156_24382156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382156_24382156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382156'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382163_24382163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382163_24382163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382163_24382163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382163_24382163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382163_24382163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382163'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382167_24382167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382167_24382167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382167_24382167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382167_24382167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382167_24382167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382167'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382172_24382172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382172_24382172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382172_24382172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382172_24382172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382172_24382172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382172'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382176_24382176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382176_24382176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382176_24382176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382176_24382176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382176_24382176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382176'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382179_24382179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382179_24382179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382179_24382179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382179_24382179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382179_24382179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382179'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382179'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718867_24718867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718867_24718867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718867_24718867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718867_24718867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718867_24718867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718867'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725702_24725702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725702_24725702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725702_24725702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725702_24725702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725702_24725702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725702'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725706_24725706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725706_24725706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725706_24725706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725706_24725706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725706_24725706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725706'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725720_24725720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725720_24725720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725720_24725720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725720_24725720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725720_24725720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725720'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725724_24725724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725724_24725724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725724_24725724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725724_24725724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725724_24725724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725724'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725741_24725741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725741_24725741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725741_24725741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725741_24725741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725741_24725741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725741'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725749_24725749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725749_24725749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725749_24725749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725749_24725749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725749_24725749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725749'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725754_24725754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725754_24725754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725754_24725754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725754_24725754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725754_24725754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725754'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725763_24725763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725763_24725763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725763_24725763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725763_24725763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725763_24725763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725763'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725774_24725774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725774_24725774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725774_24725774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725774_24725774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725774_24725774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725774'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454047_25454047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454047_25454047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454047_25454047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454047_25454047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454047_25454047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454047'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454050_25454050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454050_25454050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454050_25454050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454050_25454050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454050_25454050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454050'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454050'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454066_25454066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454066_25454066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454066_25454066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454066_25454066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454066_25454066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454066'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454067_25454067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454067_25454067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454067_25454067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454067_25454067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454067_25454067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454067'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454068_25454068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454068_25454068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454068_25454068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454068_25454068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454068_25454068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454068'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454072_25454072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454072_25454072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454072_25454072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454072_25454072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454072_25454072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454072'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454089_25454089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454089_25454089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454089_25454089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454089_25454089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454089_25454089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454089'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454090_25454090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454090_25454090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454090_25454090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454090_25454090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454090_25454090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454090'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454095_25454095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454095_25454095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454095_25454095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454095_25454095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454095_25454095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454095'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454102_25454102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454102_25454102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454102_25454102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454102_25454102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454102_25454102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454102'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454141_25454141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454141_25454141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454141_25454141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454141_25454141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454141_25454141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454141'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454199_25454199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454199_25454199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454199_25454199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454199_25454199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454199_25454199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454199'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454253_25454253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454253_25454253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454253_25454253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454253_25454253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454253_25454253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454253'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454261_25454261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454261_25454261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454261_25454261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454261_25454261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454261_25454261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454261'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454261'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454296_25454296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454296_25454296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454296_25454296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454296_25454296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454296_25454296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454296'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454345_25454345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454345_25454345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454345_25454345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454345_25454345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454345_25454345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454345'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454396_25454396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454396_25454396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454396_25454396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454396_25454396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454396_25454396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454396'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454403_25454403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454403_25454403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454403_25454403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454403_25454403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454403_25454403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454403'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454411_25454411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454411_25454411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454411_25454411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454411_25454411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454411_25454411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454411'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454412_25454412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454412_25454412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454412_25454412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454412_25454412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454412_25454412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454412'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454413_25454413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454413_25454413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454413_25454413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454413_25454413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454413_25454413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454413'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454434_25454434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454434_25454434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454434_25454434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454434_25454434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454434_25454434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454434'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454446_25454446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454446_25454446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454446_25454446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454446_25454446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454446_25454446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454446'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24394744_24394744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24394744_24394744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24394744_24394744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24394744_24394744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24394744_24394744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24394744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24394744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24394744'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454447_25454447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454447_25454447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454447_25454447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454447_25454447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454447_25454447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454447'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454447'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454451_25454451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454451_25454451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454451_25454451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454451_25454451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454451_25454451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454451'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454463_25454463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454463_25454463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454463_25454463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454463_25454463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454463_25454463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454463'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454464_25454464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454464_25454464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454464_25454464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454464_25454464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454464_25454464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454464'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454495_25454495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454495_25454495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454495_25454495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454495_25454495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454495_25454495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454495'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454531_25454531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454531_25454531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454531_25454531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454531_25454531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454531_25454531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454531'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454534_25454534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454534_25454534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454534_25454534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454534_25454534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454534_25454534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454534'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454538_25454538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454538_25454538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454538_25454538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454538_25454538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454538_25454538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454538'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454560_25454560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454560_25454560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454560_25454560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454560_25454560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454560_25454560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454560'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454616_25454616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454616_25454616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454616_25454616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454616_25454616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454616_25454616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454616'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454646_25454646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454646_25454646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454646_25454646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454646_25454646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454646_25454646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454646'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454646'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454652_25454652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454652_25454652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454652_25454652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454652_25454652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454652_25454652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454652'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454662_25454662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454662_25454662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454662_25454662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454662_25454662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454662_25454662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454662'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454664_25454664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454664_25454664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454664_25454664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454664_25454664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454664_25454664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454664'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454670_25454670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454670_25454670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454670_25454670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454670_25454670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454670_25454670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454670'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454671_25454671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454671_25454671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454671_25454671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454671_25454671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454671_25454671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454671'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454698_25454698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454698_25454698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454698_25454698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454698_25454698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454698_25454698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454698'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454716_25454716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454716_25454716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454716_25454716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454716_25454716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454716_25454716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454716'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454725_25454725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454725_25454725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454725_25454725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454725_25454725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454725_25454725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454725'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454727_25454727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454727_25454727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454727_25454727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454727_25454727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454727_25454727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454727'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454734_25454734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454734_25454734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454734_25454734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454734_25454734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454734_25454734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454734'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454735_25454735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454735_25454735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454735_25454735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454735_25454735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454735_25454735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454735'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454745_25454745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454745_25454745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454745_25454745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454745_25454745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454745_25454745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454745'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454756_25454756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454756_25454756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454756_25454756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454756_25454756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454756_25454756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454756'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454756'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454760_25454760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454760_25454760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454760_25454760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454760_25454760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454760_25454760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454760'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24406664_24406664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24406664_24406664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24406664_24406664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24406664_24406664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24406664_24406664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24406664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24406664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24406664'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24406987_24406987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24406987_24406987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24406987_24406987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24406987_24406987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24406987_24406987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24406987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24406987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24406987'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24407586_24407586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24407586_24407586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24407586_24407586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24407586_24407586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24407586_24407586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24407586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24407586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24407586'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725800_24725800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725800_24725800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725800_24725800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725800_24725800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725800_24725800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725800'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24725809_24725809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24725809_24725809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24725809_24725809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.006648"^^xsd:decimal ;
  dwc:decimalLongitude "3.77829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24725809_24725809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.006648 3.77829)"^^geo:wktLiteral ;
  geo-pos:lat "51.006648"^^xsd:decimal ;
  geo-pos:long "3.77829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24725809_24725809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24725809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24725809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '3.77829'^^xsd:double;
  dwc:latitude '51.006648'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24725809'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454764_25454764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454764_25454764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454764_25454764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454764_25454764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454764_25454764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454764'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454780_25454780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454780_25454780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454780_25454780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454780_25454780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454780_25454780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454780'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454786_25454786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454786_25454786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454786_25454786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454786_25454786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454786_25454786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454786'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454804_25454804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454804_25454804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454804_25454804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454804_25454804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454804_25454804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454804'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454841_25454841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454841_25454841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454841_25454841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454841_25454841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454841_25454841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454841'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454850_25454850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454850_25454850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454850_25454850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454850_25454850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454850_25454850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454850'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454861_25454861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454861_25454861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454861_25454861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454861_25454861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454861_25454861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454861'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454871_25454871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454871_25454871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454871_25454871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454871_25454871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454871_25454871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454871'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454872_25454872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454872_25454872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454872_25454872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454872_25454872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454872_25454872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454872'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454895_25454895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454895_25454895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454895_25454895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454895_25454895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454895_25454895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454895'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454908_25454908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454908_25454908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454908_25454908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454908_25454908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454908_25454908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454908'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454938_25454938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454938_25454938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454938_25454938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454938_25454938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454938_25454938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454938'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454941_25454941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454941_25454941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454941_25454941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454941_25454941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454941_25454941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454941'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25454951_25454951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25454951_25454951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25454951_25454951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25454951_25454951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25454951_25454951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25454951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25454951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25454951'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455006_25455006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455006_25455006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455006_25455006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455006_25455006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455006_25455006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455006'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455033_25455033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455033_25455033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455033_25455033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455033_25455033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455033_25455033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455033'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455036_25455036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455036_25455036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455036_25455036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455036_25455036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455036_25455036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455036'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455036'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455051_25455051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455051_25455051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455051_25455051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455051_25455051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455051_25455051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455051'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24418669_24418669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24418669_24418669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24418669_24418669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24418669_24418669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24418669_24418669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24418669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24418669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24418669'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24419376_24419376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24419376_24419376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24419376_24419376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24419376_24419376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24419376_24419376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24419376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24419376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24419376'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720495_24720495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720495_24720495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720495_24720495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720495_24720495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720495_24720495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720495'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720503_24720503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720503_24720503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720503_24720503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720503_24720503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720503_24720503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720503'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720503'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720505_24720505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720505_24720505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720505_24720505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720505_24720505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720505_24720505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720505'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720505'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24422780_24422780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24422780_24422780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24422780_24422780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24422780_24422780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24422780_24422780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24422780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24422780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24422780'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455052_25455052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455052_25455052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455052_25455052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455052_25455052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455052_25455052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455052'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455057_25455057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455057_25455057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455057_25455057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455057_25455057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455057_25455057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455057'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455092_25455092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455092_25455092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455092_25455092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455092_25455092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455092_25455092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455092'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455140_25455140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455140_25455140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455140_25455140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455140_25455140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455140_25455140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455140'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455148_25455148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455148_25455148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455148_25455148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455148_25455148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455148_25455148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455148'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455164_25455164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455164_25455164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455164_25455164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455164_25455164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455164_25455164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455164'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455169_25455169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455169_25455169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455169_25455169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455169_25455169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455169_25455169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455169'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455180_25455180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455180_25455180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455180_25455180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455180_25455180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455180_25455180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455180'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455194_25455194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455194_25455194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455194_25455194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455194_25455194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455194_25455194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455194'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455198_25455198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455198_25455198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455198_25455198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455198_25455198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455198_25455198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455198'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_25455206_25455206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_25455206_25455206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_25455206_25455206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02811"^^xsd:decimal ;
  dwc:decimalLongitude "3.78691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_25455206_25455206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02811 3.78691)"^^geo:wktLiteral ;
  geo-pos:lat "51.02811"^^xsd:decimal ;
  geo-pos:long "3.78691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_25455206_25455206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "25455206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '25455206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '3.78691'^^xsd:double;
  dwc:latitude '51.02811'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '25455206'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113526'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24429113_24429113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24429113_24429113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24429113_24429113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02032"^^xsd:decimal ;
  dwc:decimalLongitude "3.96965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24429113_24429113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02032 3.96965)"^^geo:wktLiteral ;
  geo-pos:lat "51.02032"^^xsd:decimal ;
  geo-pos:long "3.96965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24429113_24429113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24429113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24429113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24429113'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720702_24720702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720702_24720702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720702_24720702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720702_24720702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720702_24720702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720702'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382223_24382223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382223_24382223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382223_24382223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382223_24382223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382223_24382223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382223'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738937_24738937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738937_24738937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738937_24738937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738937_24738937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738937_24738937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738937'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738940_24738940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738940_24738940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738940_24738940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738940_24738940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738940_24738940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738940'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010835_37010835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010835_37010835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010835_37010835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010835_37010835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010835_37010835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010835'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383254_24383254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383254_24383254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383254_24383254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383254_24383254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383254_24383254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383254'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756443_24756443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756443_24756443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756443_24756443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14222 4.32646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14222"^^xsd:decimal ;
  dwc:decimalLongitude "4.32646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24756443_24756443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14222 4.32646)"^^geo:wktLiteral ;
  geo-pos:lat "51.14222"^^xsd:decimal ;
  geo-pos:long "4.32646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24756443_24756443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.32646'^^xsd:double;
  dwc:latitude '51.14222'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756443'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24756447_24756447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24756447_24756447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24756447_24756447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14222 4.32646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14222"^^xsd:decimal ;
  dwc:decimalLongitude "4.32646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24756447_24756447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14222 4.32646)"^^geo:wktLiteral ;
  geo-pos:lat "51.14222"^^xsd:decimal ;
  geo-pos:long "4.32646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24756447_24756447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756447'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.32646'^^xsd:double;
  dwc:latitude '51.14222'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24756447'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251178_23251178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251178_23251178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251178_23251178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251178_23251178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251178_23251178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251178'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251313_23251313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251313_23251313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251313_23251313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251313_23251313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251313_23251313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251313'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251374_23251374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251374_23251374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251374_23251374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251374_23251374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251374_23251374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251374'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251374'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251375_23251375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251375_23251375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251375_23251375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251375_23251375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251375_23251375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251375'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251394_23251394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251394_23251394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251394_23251394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251394_23251394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251394_23251394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251394'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251422_23251422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251422_23251422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251422_23251422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251422_23251422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251422_23251422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251422'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251433_23251433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251433_23251433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251433_23251433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251433_23251433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251433_23251433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251433'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251438_23251438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251438_23251438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251438_23251438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251438_23251438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251438_23251438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251438'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251448_23251448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251448_23251448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251448_23251448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251448_23251448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251448_23251448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251448'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622053_23622053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622053_23622053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622053_23622053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622053_23622053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622053_23622053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622053'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734285_23734285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734285_23734285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734285_23734285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734285_23734285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734285_23734285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734285'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251453_23251453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251453_23251453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251453_23251453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251453_23251453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251453_23251453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251453'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251471_23251471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251471_23251471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251471_23251471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251471_23251471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251471_23251471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251471'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251473_23251473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251473_23251473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251473_23251473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251473_23251473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251473_23251473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251473'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251482_23251482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251482_23251482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251482_23251482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251482_23251482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251482_23251482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251482'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251482'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251556_23251556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251556_23251556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251556_23251556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251556_23251556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251556_23251556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251556'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251623_23251623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251623_23251623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251623_23251623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251623_23251623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251623_23251623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251623'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251751_23251751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251751_23251751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251751_23251751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251751_23251751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251751_23251751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251751'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251751'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251752_23251752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251752_23251752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251752_23251752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251752_23251752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251752_23251752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251752'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251760_23251760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251760_23251760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251760_23251760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251760_23251760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251760_23251760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251760'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251764_23251764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251764_23251764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251764_23251764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251764_23251764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251764_23251764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251764'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251795_23251795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251795_23251795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251795_23251795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251795_23251795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251795_23251795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251795'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251798_23251798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251798_23251798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251798_23251798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251798_23251798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251798_23251798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251798'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251801_23251801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251801_23251801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251801_23251801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251801_23251801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251801_23251801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251801'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251823_23251823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251823_23251823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251823_23251823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251823_23251823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251823_23251823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251823'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251859_23251859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251859_23251859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251859_23251859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251859_23251859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251859_23251859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251859'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251877_23251877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251877_23251877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251877_23251877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251877_23251877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251877_23251877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251877'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251899_23251899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251899_23251899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251899_23251899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251899_23251899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251899_23251899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251899'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252062_23252062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252062_23252062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252062_23252062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252062_23252062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252062_23252062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252062'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252066_23252066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252066_23252066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252066_23252066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252066_23252066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252066_23252066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252066'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252073_23252073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252073_23252073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252073_23252073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252073_23252073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252073_23252073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252073'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252073'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252105_23252105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252105_23252105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252105_23252105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252105_23252105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252105_23252105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252105'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252143_23252143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252143_23252143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252143_23252143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252143_23252143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252143_23252143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252143'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252148_23252148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252148_23252148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252148_23252148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252148_23252148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252148_23252148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252148'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622189_23622189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622189_23622189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622189_23622189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622189_23622189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622189_23622189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622189'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622189'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742784_23742784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742784_23742784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742784_23742784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742784_23742784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742784_23742784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742784'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742810_23742810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742810_23742810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742810_23742810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742810_23742810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742810_23742810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742810'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622197_23622197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622197_23622197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622197_23622197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622197_23622197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622197_23622197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622197'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252186_23252186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252186_23252186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252186_23252186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252186_23252186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252186_23252186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252186'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252187_23252187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252187_23252187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252187_23252187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252187_23252187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252187_23252187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252187'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252187'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252277_23252277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252277_23252277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252277_23252277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252277_23252277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252277_23252277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252277'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252291_23252291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252291_23252291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252291_23252291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252291_23252291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252291_23252291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252291'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252294_23252294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252294_23252294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252294_23252294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252294_23252294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252294_23252294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252294'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252327_23252327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252327_23252327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252327_23252327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252327_23252327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252327_23252327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252327'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252354_23252354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252354_23252354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252354_23252354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252354_23252354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252354_23252354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252354'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252405_23252405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252405_23252405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252405_23252405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252405_23252405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252405_23252405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252405'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252407_23252407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252407_23252407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252407_23252407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252407_23252407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252407_23252407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252407'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252409_23252409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252409_23252409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252409_23252409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252409_23252409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252409_23252409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252409'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622205_23622205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622205_23622205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622205_23622205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622205_23622205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622205_23622205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622205'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622217_23622217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622217_23622217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622217_23622217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622217_23622217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622217_23622217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622217'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252413_23252413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252413_23252413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252413_23252413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252413_23252413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252413_23252413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252413'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252416_23252416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252416_23252416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252416_23252416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252416_23252416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252416_23252416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252416'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252425_23252425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252425_23252425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252425_23252425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252425_23252425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252425_23252425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252425'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252426_23252426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252426_23252426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252426_23252426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252426_23252426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252426_23252426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252426'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252433_23252433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252433_23252433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252433_23252433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252433_23252433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252433_23252433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252433'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622227_23622227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622227_23622227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622227_23622227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622227_23622227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622227_23622227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622227'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252436_23252436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252436_23252436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252436_23252436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252436_23252436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252436_23252436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252436'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252448_23252448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252448_23252448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252448_23252448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252448_23252448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252448_23252448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252448'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252462_23252462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252462_23252462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252462_23252462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252462_23252462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252462_23252462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252462'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252462'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252469_23252469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252469_23252469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252469_23252469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252469_23252469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252469_23252469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252469'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252470_23252470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252470_23252470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252470_23252470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252470_23252470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252470_23252470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252470'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252470'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252471_23252471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252471_23252471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252471_23252471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252471_23252471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252471_23252471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252471'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252494_23252494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252494_23252494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252494_23252494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252494_23252494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252494_23252494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252494'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252650_23252650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252650_23252650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252650_23252650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252650_23252650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252650_23252650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252650'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622238_23622238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622238_23622238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622238_23622238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622238_23622238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622238_23622238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622238'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622245_23622245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622245_23622245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622245_23622245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622245_23622245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622245_23622245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622245'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622273_23622273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622273_23622273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622273_23622273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622273_23622273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622273_23622273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622273'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252673_23252673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252673_23252673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252673_23252673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252673_23252673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252673_23252673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252673'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252680_23252680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252680_23252680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252680_23252680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252680_23252680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252680_23252680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252680'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252696_23252696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252696_23252696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252696_23252696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252696_23252696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252696_23252696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252696'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622276_23622276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622276_23622276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622276_23622276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622276_23622276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622276_23622276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622276'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751670_23751670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751670_23751670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751670_23751670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751670_23751670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751670_23751670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751670'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23751763_23751763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23751763_23751763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23751763_23751763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23751763_23751763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23751763_23751763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23751763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23751763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23751763'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24178658_24178658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24178658_24178658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24178658_24178658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24178658_24178658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24178658_24178658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24178658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24178658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24178658'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622293_23622293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622293_23622293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622293_23622293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622293_23622293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622293_23622293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622293'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252735_23252735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252735_23252735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252735_23252735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252735_23252735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252735_23252735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252735'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252853_23252853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252853_23252853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252853_23252853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252853_23252853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252853_23252853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252853'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252863_23252863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252863_23252863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252863_23252863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252863_23252863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252863_23252863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252863'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622294_23622294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622294_23622294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622294_23622294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622294_23622294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622294_23622294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622294'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622298_23622298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622298_23622298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622298_23622298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622298_23622298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622298_23622298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622298'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252896_23252896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252896_23252896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252896_23252896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252896_23252896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252896_23252896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252896'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252923_23252923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252923_23252923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252923_23252923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252923_23252923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252923_23252923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252923'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252947_23252947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252947_23252947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252947_23252947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252947_23252947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252947_23252947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252947'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253021_23253021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253021_23253021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253021_23253021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253021_23253021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253021_23253021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253021'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253023_23253023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253023_23253023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253023_23253023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253023_23253023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253023_23253023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253023'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253051_23253051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253051_23253051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253051_23253051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253051_23253051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253051_23253051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253051'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253059_23253059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253059_23253059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253059_23253059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253059_23253059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253059_23253059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253059'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253059'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253061_23253061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253061_23253061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253061_23253061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253061_23253061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253061_23253061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253061'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253105_23253105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253105_23253105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253105_23253105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253105_23253105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253105_23253105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253105'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253118_23253118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253118_23253118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253118_23253118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253118_23253118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253118_23253118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253118'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253139_23253139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253139_23253139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253139_23253139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253139_23253139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253139_23253139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253139'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253143_23253143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253143_23253143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253143_23253143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253143_23253143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253143_23253143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253143'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622349_23622349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622349_23622349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622349_23622349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622349_23622349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622349_23622349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622349'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756282_23756282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756282_23756282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756282_23756282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23756282_23756282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23756282_23756282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756282'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756301_23756301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756301_23756301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756301_23756301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23756301_23756301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23756301_23756301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756301'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756301'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622355_23622355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622355_23622355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622355_23622355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622355_23622355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622355_23622355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622355'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622365_23622365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622365_23622365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622365_23622365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622365_23622365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622365_23622365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622365'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622367_23622367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622367_23622367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622367_23622367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622367_23622367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622367_23622367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622367'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622367'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622375_23622375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622375_23622375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622375_23622375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622375_23622375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622375_23622375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622375'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686486_36686486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686486_36686486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686486_36686486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686486_36686486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686486_36686486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686486'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687298_36687298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687298_36687298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687298_36687298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687298_36687298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687298_36687298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687298'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828690_36828690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828690_36828690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828690_36828690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828690_36828690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828690_36828690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828690'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828690'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36737737_36737737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36737737_36737737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36737737_36737737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36737737_36737737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36737737_36737737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36737737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36737737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36737737'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828695_36828695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828695_36828695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828695_36828695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828695_36828695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828695_36828695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828695'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826275_36826275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826275_36826275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826275_36826275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826275_36826275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826275_36826275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826275'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826299_36826299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826299_36826299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826299_36826299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826299_36826299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826299_36826299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826299'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_502_1214036_capture_502_1214036_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_502_1214036_capture_502_1214036_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_502_1214036_capture_502_1214036_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_502_1214036_capture_502_1214036_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_502_1214036_capture_502_1214036_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "502_1214036_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '502_1214036_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '502_1214036_capture'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_502_1214036_release_502_1214036_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_502_1214036_release_502_1214036_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_502_1214036_release_502_1214036_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_502_1214036_release_502_1214036_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_502_1214036_release_502_1214036_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "502_1214036_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '502_1214036_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '502_1214036_release'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624178_23624178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624178_23624178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624178_23624178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624178_23624178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624178_23624178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624178'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098192_24098192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098192_24098192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098192_24098192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098192_24098192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098192_24098192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098192'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624366_23624366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624366_23624366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624366_23624366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624366_23624366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624366_23624366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624366'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624543_23624543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624543_23624543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624543_23624543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624543_23624543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624543_23624543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624543'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098651_24098651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098651_24098651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098651_24098651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098651_24098651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098651_24098651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098651'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624877_23624877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624877_23624877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624877_23624877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624877_23624877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624877_23624877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624877'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625010_23625010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625010_23625010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625010_23625010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625010_23625010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625010_23625010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625010'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618226_23618226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618226_23618226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618226_23618226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618226_23618226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618226_23618226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618226'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240640_23240640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240640_23240640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240640_23240640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240640_23240640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240640_23240640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240640'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240659_23240659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240659_23240659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240659_23240659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240659_23240659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240659_23240659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240659'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185951_23185951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185951_23185951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185951_23185951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185951_23185951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185951_23185951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185951'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185954_23185954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185954_23185954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185954_23185954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185954_23185954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185954_23185954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185954'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185955_23185955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185955_23185955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185955_23185955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185955_23185955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185955_23185955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185955'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179310_23179310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179310_23179310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179310_23179310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179310_23179310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179310_23179310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179310'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179312_23179312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179312_23179312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179312_23179312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179312_23179312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179312_23179312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179312'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23608797_23608797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23608797_23608797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23608797_23608797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23608797_23608797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23608797_23608797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23608797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23608797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23608797'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23608843_23608843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23608843_23608843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23608843_23608843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23608843_23608843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23608843_23608843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23608843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23608843'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23608843'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175597_23175597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175597_23175597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175597_23175597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175597_23175597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175597_23175597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175597'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175598_23175598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175598_23175598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175598_23175598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175598_23175598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175598_23175598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175598'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175602_23175602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175602_23175602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175602_23175602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175602_23175602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175602_23175602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175602'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175603_23175603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175603_23175603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175603_23175603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175603_23175603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175603_23175603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175603'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175627_23175627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175627_23175627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175627_23175627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175627_23175627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175627_23175627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175627'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175652_23175652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175652_23175652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175652_23175652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175652_23175652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175652_23175652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175652'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175668_23175668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175668_23175668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175668_23175668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175668_23175668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175668_23175668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175668'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23609461_23609461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23609461_23609461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23609461_23609461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23609461_23609461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23609461_23609461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23609461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23609461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23609461'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23609472_23609472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23609472_23609472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23609472_23609472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23609472_23609472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23609472_23609472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23609472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23609472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23609472'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898178_23898178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898178_23898178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898178_23898178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898178_23898178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898178_23898178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898178'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898212_23898212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898212_23898212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898212_23898212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898212_23898212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898212_23898212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898212'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898219_23898219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898219_23898219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898219_23898219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898219_23898219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898219_23898219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898219'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898220_23898220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898220_23898220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898220_23898220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898220_23898220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898220_23898220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898220'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898220'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898221_23898221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898221_23898221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898221_23898221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898221_23898221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898221_23898221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898221'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898226_23898226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898226_23898226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898226_23898226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898226_23898226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898226_23898226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898226'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898235_23898235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898235_23898235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898235_23898235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898235_23898235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898235_23898235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898235'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898239_23898239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898239_23898239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898239_23898239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898239_23898239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898239_23898239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898239'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898240_23898240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898240_23898240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898240_23898240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898240_23898240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898240_23898240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898240'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898242_23898242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898242_23898242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898242_23898242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898242_23898242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898242_23898242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898242'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898242'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898243_23898243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898243_23898243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898243_23898243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898243_23898243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898243_23898243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898243'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898248_23898248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898248_23898248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898248_23898248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898248_23898248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898248_23898248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898248'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898251_23898251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898251_23898251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898251_23898251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898251_23898251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898251_23898251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898251'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898253_23898253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898253_23898253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898253_23898253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898253_23898253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898253_23898253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898253'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898262_23898262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898262_23898262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898262_23898262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898262_23898262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898262_23898262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898262'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23609836_23609836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23609836_23609836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23609836_23609836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23609836_23609836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23609836_23609836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23609836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23609836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23609836'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23609838_23609838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23609838_23609838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23609838_23609838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23609838_23609838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23609838_23609838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23609838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23609838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23609838'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23609856_23609856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23609856_23609856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23609856_23609856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23609856_23609856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23609856_23609856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23609856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23609856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23609856'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23609861_23609861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23609861_23609861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23609861_23609861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23609861_23609861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23609861_23609861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23609861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23609861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23609861'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610228_23610228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610228_23610228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610228_23610228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610228_23610228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610228_23610228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610228'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610499_23610499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610499_23610499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610499_23610499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610499_23610499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610499_23610499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610499'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610558_23610558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610558_23610558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610558_23610558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610558_23610558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610558_23610558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610558'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898271_23898271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898271_23898271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898271_23898271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898271_23898271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898271_23898271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898271'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898278_23898278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898278_23898278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898278_23898278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898278_23898278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898278_23898278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898278'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898303_23898303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898303_23898303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898303_23898303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898303_23898303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898303_23898303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898303'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610601_23610601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610601_23610601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610601_23610601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610601_23610601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610601_23610601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610601'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610632_23610632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610632_23610632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610632_23610632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610632_23610632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610632_23610632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610632'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610687_23610687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610687_23610687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610687_23610687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610687_23610687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610687_23610687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610687'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610735_23610735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610735_23610735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610735_23610735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610735_23610735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610735_23610735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610735'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610757_23610757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610757_23610757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610757_23610757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610757_23610757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610757_23610757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610757'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610768_23610768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610768_23610768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610768_23610768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610768_23610768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610768_23610768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610768'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23610772_23610772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23610772_23610772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23610772_23610772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23610772_23610772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23610772_23610772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23610772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23610772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23610772'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23611653_23611653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23611653_23611653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23611653_23611653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23611653_23611653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23611653_23611653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23611653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23611653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23611653'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23611708_23611708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23611708_23611708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23611708_23611708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23611708_23611708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23611708_23611708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23611708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23611708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23611708'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23611973_23611973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23611973_23611973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23611973_23611973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23611973_23611973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23611973_23611973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23611973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23611973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23611973'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612008_23612008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612008_23612008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612008_23612008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612008_23612008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612008_23612008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612008'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612107_23612107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612107_23612107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612107_23612107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612107_23612107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612107_23612107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612107'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612223_23612223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612223_23612223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612223_23612223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612223_23612223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612223_23612223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612223'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612432_23612432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612432_23612432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612432_23612432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612432_23612432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612432_23612432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612432'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612450_23612450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612450_23612450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612450_23612450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612450_23612450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612450_23612450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612450'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612482_23612482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612482_23612482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612482_23612482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612482_23612482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612482_23612482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612482'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612482'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612484_23612484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612484_23612484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612484_23612484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612484_23612484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612484_23612484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612484'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612489_23612489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612489_23612489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612489_23612489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612489_23612489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612489_23612489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612489'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612502_23612502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612502_23612502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612502_23612502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612502_23612502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612502_23612502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612502'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612528_23612528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612528_23612528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612528_23612528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612528_23612528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612528_23612528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612528'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612541_23612541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612541_23612541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612541_23612541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612541_23612541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612541_23612541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612541'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612582_23612582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612582_23612582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612582_23612582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612582_23612582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612582_23612582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612582'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612596_23612596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612596_23612596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612596_23612596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612596_23612596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612596_23612596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612596'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612601_23612601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612601_23612601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612601_23612601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612601_23612601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612601_23612601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612601'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612604_23612604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612604_23612604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612604_23612604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612604_23612604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612604_23612604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612604'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612607_23612607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612607_23612607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612607_23612607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612607_23612607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612607_23612607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612607'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612607'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612611_23612611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612611_23612611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612611_23612611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612611_23612611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612611_23612611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612611'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612613_23612613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612613_23612613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612613_23612613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612613_23612613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612613_23612613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612613'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612665_23612665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612665_23612665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612665_23612665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612665_23612665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612665_23612665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612665'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612670_23612670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612670_23612670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612670_23612670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612670_23612670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612670_23612670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612670'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612688_23612688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612688_23612688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612688_23612688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612688_23612688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612688_23612688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612688'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612710_23612710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612710_23612710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612710_23612710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612710_23612710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612710_23612710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612710'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612737_23612737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612737_23612737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612737_23612737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612737_23612737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612737_23612737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612737'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612738_23612738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612738_23612738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612738_23612738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612738_23612738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612738_23612738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612738'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612740_23612740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612740_23612740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612740_23612740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612740_23612740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612740_23612740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612740'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612740'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612741_23612741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612741_23612741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612741_23612741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612741_23612741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612741_23612741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612741'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612742_23612742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612742_23612742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612742_23612742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612742_23612742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612742_23612742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612742'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612742'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612747_23612747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612747_23612747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612747_23612747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612747_23612747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612747_23612747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612747'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612747'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612757_23612757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612757_23612757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612757_23612757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612757_23612757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612757_23612757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612757'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612761_23612761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612761_23612761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612761_23612761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612761_23612761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612761_23612761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612761'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612768_23612768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612768_23612768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612768_23612768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612768_23612768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612768_23612768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612768'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612854_23612854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612854_23612854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612854_23612854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612854_23612854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612854_23612854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612854'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612854'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612924_23612924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612924_23612924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612924_23612924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612924_23612924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612924_23612924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612924'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23612960_23612960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23612960_23612960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23612960_23612960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23612960_23612960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23612960_23612960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23612960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23612960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23612960'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613016_23613016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613016_23613016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613016_23613016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613016_23613016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613016_23613016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613016'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613041_23613041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613041_23613041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613041_23613041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613041_23613041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613041_23613041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613041'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613121_23613121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613121_23613121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613121_23613121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613121_23613121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613121_23613121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613121'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613122_23613122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613122_23613122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613122_23613122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613122_23613122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613122_23613122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613122'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613123_23613123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613123_23613123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613123_23613123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613123_23613123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613123_23613123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613123'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613124_23613124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613124_23613124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613124_23613124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613124_23613124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613124_23613124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613124'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613125_23613125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613125_23613125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613125_23613125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613125_23613125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613125_23613125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613125'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175816_23175816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175816_23175816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175816_23175816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175816_23175816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175816_23175816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175816'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175819_23175819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175819_23175819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175819_23175819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175819_23175819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175819_23175819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175819'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175823_23175823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175823_23175823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175823_23175823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175823_23175823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175823_23175823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175823'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613127_23613127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613127_23613127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613127_23613127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613127_23613127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613127_23613127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613127'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898590_23898590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898590_23898590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898590_23898590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898590_23898590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898590_23898590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898590'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613130_23613130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613130_23613130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613130_23613130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613130_23613130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613130_23613130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613130'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613133_23613133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613133_23613133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613133_23613133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613133_23613133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613133_23613133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613133'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613136_23613136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613136_23613136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613136_23613136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613136_23613136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613136_23613136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613136'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613136'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613138_23613138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613138_23613138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613138_23613138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613138_23613138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613138_23613138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613138'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613141_23613141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613141_23613141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613141_23613141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613141_23613141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613141_23613141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613141'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613142_23613142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613142_23613142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613142_23613142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613142_23613142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613142_23613142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613142'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613143_23613143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613143_23613143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613143_23613143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613143_23613143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613143_23613143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613143'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613144_23613144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613144_23613144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613144_23613144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613144_23613144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613144_23613144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613144'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180663_23180663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180663_23180663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180663_23180663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180663_23180663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180663_23180663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180663'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180677_23180677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180677_23180677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180677_23180677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180677_23180677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180677_23180677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180677'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180687_23180687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180687_23180687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180687_23180687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180687_23180687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180687_23180687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180687'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180695_23180695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180695_23180695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180695_23180695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180695_23180695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180695_23180695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180695'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180721_23180721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180721_23180721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180721_23180721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180721_23180721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180721_23180721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180721'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186401_23186401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186401_23186401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186401_23186401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186401_23186401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186401_23186401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186401'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186430_23186430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186430_23186430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186430_23186430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186430_23186430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186430_23186430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186430'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23053336_23053336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23053336_23053336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23053336_23053336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23053336_23053336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23053336_23053336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23053336'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23053342_23053342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23053342_23053342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23053342_23053342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23053342_23053342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23053342_23053342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23053342'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23053344_23053344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23053344_23053344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23053344_23053344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23053344_23053344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23053344_23053344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23053344'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245516_23245516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245516_23245516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245516_23245516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245516_23245516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245516_23245516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245516'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245538_23245538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245538_23245538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245538_23245538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245538_23245538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245538_23245538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245538'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386537_24386537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386537_24386537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386537_24386537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386537_24386537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386537_24386537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386537'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386539_24386539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386539_24386539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386539_24386539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386539_24386539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386539_24386539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386539'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386545_24386545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386545_24386545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386545_24386545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386545_24386545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386545_24386545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386545'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386551_24386551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386551_24386551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386551_24386551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386551_24386551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386551_24386551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386551'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386557_24386557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386557_24386557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386557_24386557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386557_24386557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386557_24386557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386557'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386561_24386561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386561_24386561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386561_24386561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386561_24386561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386561_24386561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386561'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386564_24386564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386564_24386564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386564_24386564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386564_24386564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386564_24386564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386564'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386571_24386571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386571_24386571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386571_24386571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386571_24386571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386571_24386571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386571'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386571'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386578_24386578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386578_24386578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386578_24386578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386578_24386578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386578_24386578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386578'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386579_24386579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386579_24386579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386579_24386579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386579_24386579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386579_24386579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386579'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386580_24386580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386580_24386580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386580_24386580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386580_24386580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386580_24386580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386580'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386589_24386589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386589_24386589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386589_24386589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386589_24386589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386589_24386589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386589'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386590_24386590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386590_24386590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386590_24386590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386590_24386590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386590_24386590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386590'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386592_24386592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386592_24386592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386592_24386592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386592_24386592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386592_24386592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386592'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386593_24386593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386593_24386593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386593_24386593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386593_24386593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386593_24386593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386593'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386595_24386595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386595_24386595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386595_24386595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386595_24386595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386595_24386595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386595'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386596_24386596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386596_24386596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386596_24386596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386596_24386596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386596_24386596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386596'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384374_24384374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384374_24384374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384374_24384374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384374_24384374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384374_24384374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384374'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384374'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386605_24386605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386605_24386605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386605_24386605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386605_24386605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386605_24386605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386605'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386685_24386685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386685_24386685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386685_24386685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386685_24386685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386685_24386685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386685'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386699_24386699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386699_24386699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386699_24386699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386699_24386699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386699_24386699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386699'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386710_24386710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386710_24386710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386710_24386710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386710_24386710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386710_24386710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386710'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386711_24386711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386711_24386711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386711_24386711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386711_24386711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386711_24386711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386711'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386711'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386712_24386712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386712_24386712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386712_24386712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386712_24386712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386712_24386712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386712'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386712'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386713_24386713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386713_24386713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386713_24386713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386713_24386713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386713_24386713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386713'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386724_24386724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386724_24386724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386724_24386724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386724_24386724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386724_24386724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386724'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386738_24386738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386738_24386738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386738_24386738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386738_24386738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386738_24386738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386738'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386743_24386743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386743_24386743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386743_24386743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386743_24386743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386743_24386743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386743'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386747_24386747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386747_24386747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386747_24386747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386747_24386747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386747_24386747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386747'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386747'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386748_24386748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386748_24386748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386748_24386748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386748_24386748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386748_24386748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386748'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386751_24386751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386751_24386751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386751_24386751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386751_24386751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386751_24386751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386751'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386751'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386754_24386754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386754_24386754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386754_24386754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386754_24386754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386754_24386754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386754'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386759_24386759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386759_24386759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386759_24386759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386759_24386759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386759_24386759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386759'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386759'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386762_24386762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386762_24386762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386762_24386762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386762_24386762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386762_24386762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386762'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386762'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384459_24384459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384459_24384459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384459_24384459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384459_24384459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384459_24384459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384459'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384463_24384463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384463_24384463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384463_24384463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384463_24384463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384463_24384463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384463'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386766_24386766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386766_24386766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386766_24386766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386766_24386766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386766_24386766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386766'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386766'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384476_24384476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384476_24384476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384476_24384476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384476_24384476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384476_24384476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384476'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386767_24386767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386767_24386767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386767_24386767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386767_24386767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386767_24386767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386767'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386768_24386768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386768_24386768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386768_24386768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386768_24386768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386768_24386768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386768'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386769_24386769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386769_24386769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386769_24386769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386769_24386769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386769_24386769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386769'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386771_24386771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386771_24386771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386771_24386771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386771_24386771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386771_24386771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386771'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386773_24386773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386773_24386773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386773_24386773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386773_24386773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386773_24386773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386773'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386774_24386774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386774_24386774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386774_24386774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386774_24386774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386774_24386774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386774'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386777_24386777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386777_24386777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386777_24386777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386777_24386777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386777_24386777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386777'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386778_24386778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386778_24386778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386778_24386778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386778_24386778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386778_24386778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386778'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386779_24386779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386779_24386779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386779_24386779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386779_24386779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386779_24386779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386779'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386779'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386785_24386785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386785_24386785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386785_24386785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386785_24386785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386785_24386785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386785'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386786_24386786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386786_24386786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386786_24386786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386786_24386786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386786_24386786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386786'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386793_24386793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386793_24386793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386793_24386793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386793_24386793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386793_24386793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386793'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386795_24386795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386795_24386795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386795_24386795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386795_24386795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386795_24386795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386795'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386796_24386796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386796_24386796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386796_24386796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386796_24386796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386796_24386796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386796'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386803_24386803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386803_24386803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386803_24386803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386803_24386803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386803_24386803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386803'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386803'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386804_24386804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386804_24386804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386804_24386804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386804_24386804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386804_24386804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386804'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386805_24386805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386805_24386805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386805_24386805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386805_24386805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386805_24386805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386805'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386806_24386806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386806_24386806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386806_24386806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386806_24386806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386806_24386806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386806'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386814_24386814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386814_24386814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386814_24386814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386814_24386814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386814_24386814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386814'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010302_37010302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010302_37010302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010302_37010302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010302_37010302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010302_37010302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010302'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24739582_24739582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24739582_24739582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24739582_24739582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24739582_24739582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24739582_24739582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24739582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24739582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24739582'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738898_24738898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738898_24738898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738898_24738898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738898_24738898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738898_24738898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738898'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738898'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010310_37010310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010310_37010310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010310_37010310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010310_37010310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010310_37010310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010310'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010311_37010311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010311_37010311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010311_37010311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010311_37010311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010311_37010311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010311'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738899_24738899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738899_24738899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738899_24738899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738899_24738899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738899_24738899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738899'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382180_24382180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382180_24382180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382180_24382180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382180_24382180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382180_24382180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382180'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719334_24719334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719334_24719334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719334_24719334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719334_24719334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719334_24719334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719334'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719339_24719339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719339_24719339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719339_24719339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719339_24719339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719339_24719339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719339'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719339'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719343_24719343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719343_24719343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719343_24719343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719343_24719343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719343_24719343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719343'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719352_24719352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719352_24719352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719352_24719352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719352_24719352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719352_24719352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719352'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719354_24719354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719354_24719354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719354_24719354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719354_24719354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719354_24719354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719354'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719357_24719357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719357_24719357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719357_24719357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719357_24719357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719357_24719357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719357'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382185_24382185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382185_24382185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382185_24382185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382185_24382185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382185_24382185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382185'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738903_24738903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738903_24738903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738903_24738903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738903_24738903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738903_24738903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738903'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010314_37010314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010314_37010314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010314_37010314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010314_37010314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010314_37010314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010314'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010315_37010315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010315_37010315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010315_37010315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010315_37010315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010315_37010315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010315'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738907_24738907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738907_24738907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738907_24738907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738907_24738907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738907_24738907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738907'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738915_24738915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738915_24738915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738915_24738915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738915_24738915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738915_24738915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738915'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738916_24738916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738916_24738916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738916_24738916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738916_24738916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738916_24738916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738916'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738925_24738925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738925_24738925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738925_24738925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738925_24738925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738925_24738925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738925'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24741598_24741598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24741598_24741598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24741598_24741598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24741598_24741598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24741598_24741598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24741598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24741598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24741598'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387139_24387139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387139_24387139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387139_24387139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387139_24387139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387139_24387139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387139'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387143_24387143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387143_24387143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387143_24387143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387143_24387143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387143_24387143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387143'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381338_24381338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381338_24381338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381338_24381338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381338_24381338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381338_24381338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381338'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251504_23251504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251504_23251504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251504_23251504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251504_23251504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251504_23251504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251504'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251510_23251510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251510_23251510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251510_23251510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251510_23251510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251510_23251510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251510'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622109_23622109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622109_23622109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622109_23622109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622109_23622109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622109_23622109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622109'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622118_23622118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622118_23622118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622118_23622118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622118_23622118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622118_23622118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622118'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622124_23622124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622124_23622124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622124_23622124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622124_23622124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622124_23622124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622124'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622126_23622126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622126_23622126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622126_23622126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622126_23622126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622126_23622126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622126'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622127_23622127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622127_23622127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622127_23622127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622127_23622127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622127_23622127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622127'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622128_23622128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622128_23622128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622128_23622128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622128_23622128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622128_23622128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622128'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622134_23622134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622134_23622134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622134_23622134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622134_23622134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622134_23622134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622134'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622137_23622137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622137_23622137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622137_23622137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622137_23622137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622137_23622137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622137'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251731_23251731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251731_23251731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251731_23251731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251731_23251731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251731_23251731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251731'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252137_23252137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252137_23252137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252137_23252137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252137_23252137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252137_23252137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252137'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622164_23622164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622164_23622164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622164_23622164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622164_23622164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622164_23622164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622164'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742438_23742438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742438_23742438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742438_23742438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742438_23742438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742438_23742438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742438'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742480_23742480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742480_23742480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742480_23742480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742480_23742480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742480_23742480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742480'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742508_23742508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742508_23742508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742508_23742508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742508_23742508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742508_23742508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742508'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742509_23742509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742509_23742509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742509_23742509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742509_23742509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742509_23742509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742509'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742677_23742677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742677_23742677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742677_23742677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742677_23742677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742677_23742677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742677'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742681_23742681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742681_23742681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742681_23742681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742681_23742681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742681_23742681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742681'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742722_23742722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742722_23742722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742722_23742722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742722_23742722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742722_23742722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742722'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24177021_24177021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24177021_24177021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24177021_24177021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24177021_24177021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24177021_24177021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24177021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24177021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24177021'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23841944_23841944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23841944_23841944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23841944_23841944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23841944_23841944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23841944_23841944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23841944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23841944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23841944'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909531_23909531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909531_23909531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909531_23909531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909531_23909531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909531_23909531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909531'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909535_23909535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909535_23909535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909535_23909535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909535_23909535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909535_23909535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909535'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_503_1214037_capture_503_1214037_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_503_1214037_capture_503_1214037_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_503_1214037_capture_503_1214037_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_503_1214037_capture_503_1214037_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_503_1214037_capture_503_1214037_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "503_1214037_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '503_1214037_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '503_1214037_capture'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_503_1214037_release_503_1214037_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_503_1214037_release_503_1214037_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_503_1214037_release_503_1214037_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_503_1214037_release_503_1214037_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_503_1214037_release_503_1214037_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "503_1214037_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '503_1214037_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '503_1214037_release'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624183_23624183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624183_23624183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624183_23624183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624183_23624183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624183_23624183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624183'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624205_23624205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624205_23624205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624205_23624205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624205_23624205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624205_23624205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624205'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624369_23624369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624369_23624369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624369_23624369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624369_23624369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624369_23624369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624369'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624547_23624547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624547_23624547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624547_23624547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624547_23624547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624547_23624547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624547'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624730_23624730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624730_23624730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624730_23624730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624730_23624730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624730_23624730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624730'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624885_23624885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624885_23624885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624885_23624885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624885_23624885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624885_23624885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624885'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624885'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098911_24098911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098911_24098911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098911_24098911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098911_24098911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098911_24098911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098911'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625128_23625128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625128_23625128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625128_23625128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625128_23625128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625128_23625128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625128'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098977_24098977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098977_24098977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098977_24098977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098977_24098977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098977_24098977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098977'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625232_23625232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625232_23625232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625232_23625232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625232_23625232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625232_23625232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625232'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823793_23823793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823793_23823793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823793_23823793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823793_23823793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823793_23823793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823793'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823831_23823831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823831_23823831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823831_23823831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823831_23823831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823831_23823831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823831'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823869_23823869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823869_23823869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823869_23823869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823869_23823869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823869_23823869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823869'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823945_23823945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823945_23823945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823945_23823945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823945_23823945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823945_23823945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823945'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099768_24099768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099768_24099768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099768_24099768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099768_24099768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099768_24099768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099768'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824068_23824068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824068_23824068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824068_23824068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824068_23824068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824068_23824068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824068'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824069_23824069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824069_23824069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824069_23824069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824069_23824069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824069_23824069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824069'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824141_23824141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824141_23824141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824141_23824141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824141_23824141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824141_23824141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824141'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824186_23824186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824186_23824186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824186_23824186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824186_23824186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824186_23824186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824186'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101049_24101049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101049_24101049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101049_24101049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101049_24101049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101049_24101049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101049'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101062_24101062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101062_24101062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101062_24101062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101062_24101062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101062_24101062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101062'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627604_23627604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627604_23627604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627604_23627604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627604_23627604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627604_23627604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627604'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627687_23627687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627687_23627687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627687_23627687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627687_23627687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627687_23627687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627687'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627731_23627731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627731_23627731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627731_23627731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627731_23627731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627731_23627731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627731'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627743_23627743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627743_23627743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627743_23627743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627743_23627743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627743_23627743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627743'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627770_23627770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627770_23627770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627770_23627770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627770_23627770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627770_23627770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627770'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628081_23628081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628081_23628081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628081_23628081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628081_23628081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628081_23628081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628081'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628081'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824373_23824373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824373_23824373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824373_23824373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824373_23824373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824373_23824373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824373'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824429_23824429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824429_23824429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824429_23824429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824429_23824429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824429_23824429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824429'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101750_24101750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101750_24101750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101750_24101750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101750_24101750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101750_24101750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101750'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101807_24101807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101807_24101807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101807_24101807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101807_24101807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101807_24101807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101807'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824472_23824472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824472_23824472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824472_23824472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824472_23824472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824472_23824472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824472'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628792_23628792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628792_23628792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628792_23628792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628792_23628792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628792_23628792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628792'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24102061_24102061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24102061_24102061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24102061_24102061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24102061_24102061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24102061_24102061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24102061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24102061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24102061'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628975_23628975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628975_23628975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628975_23628975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628975_23628975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628975_23628975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628975'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628975'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824638_23824638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824638_23824638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824638_23824638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824638_23824638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824638_23824638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824638'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24102331_24102331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24102331_24102331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24102331_24102331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24102331_24102331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24102331_24102331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24102331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24102331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24102331'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 128 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629542_23629542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629542_23629542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629542_23629542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629542_23629542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629542_23629542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629542'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618453_23618453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618453_23618453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618453_23618453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618453_23618453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618453_23618453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618453'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242567_23242567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242567_23242567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242567_23242567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242567_23242567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242567_23242567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242567'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250984_23250984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250984_23250984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250984_23250984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250984_23250984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250984_23250984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250984'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251012_23251012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251012_23251012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251012_23251012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251012_23251012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251012_23251012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251012'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251012'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251179_23251179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251179_23251179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251179_23251179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251179_23251179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251179_23251179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251179'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251179'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251180_23251180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251180_23251180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251180_23251180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251180_23251180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251180_23251180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251180'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251190_23251190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251190_23251190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251190_23251190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251190_23251190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251190_23251190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251190'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251220_23251220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251220_23251220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251220_23251220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251220_23251220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251220_23251220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251220'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251220'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251234_23251234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251234_23251234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251234_23251234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251234_23251234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251234_23251234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251234'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251234'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251244_23251244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251244_23251244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251244_23251244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251244_23251244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251244_23251244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251244'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251266_23251266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251266_23251266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251266_23251266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251266_23251266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251266_23251266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251266'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251309_23251309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251309_23251309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251309_23251309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251309_23251309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251309_23251309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251309'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251309'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251472_23251472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251472_23251472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251472_23251472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251472_23251472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251472_23251472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251472'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251494_23251494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251494_23251494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251494_23251494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251494_23251494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251494_23251494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251494'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251733_23251733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251733_23251733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251733_23251733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251733_23251733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251733_23251733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251733'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251744_23251744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251744_23251744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251744_23251744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251744_23251744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251744_23251744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251744'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251749_23251749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251749_23251749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251749_23251749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251749_23251749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251749_23251749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251749'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251755_23251755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251755_23251755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251755_23251755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251755_23251755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251755_23251755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251755'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252151_23252151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252151_23252151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252151_23252151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252151_23252151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252151_23252151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252151'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252194_23252194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252194_23252194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252194_23252194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252194_23252194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252194_23252194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252194'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252536_23252536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252536_23252536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252536_23252536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252536_23252536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252536_23252536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252536'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252540_23252540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252540_23252540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252540_23252540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252540_23252540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252540_23252540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252540'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252602_23252602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252602_23252602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252602_23252602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252602_23252602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252602_23252602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252602'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252606_23252606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252606_23252606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252606_23252606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252606_23252606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252606_23252606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252606'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252622_23252622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252622_23252622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252622_23252622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252622_23252622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252622_23252622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252622'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252629_23252629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252629_23252629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252629_23252629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252629_23252629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252629_23252629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252629'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252629'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252632_23252632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252632_23252632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252632_23252632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252632_23252632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252632_23252632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252632'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622230_23622230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622230_23622230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622230_23622230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622230_23622230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622230_23622230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622230'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622233_23622233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622233_23622233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622233_23622233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622233_23622233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622233_23622233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622233'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622242_23622242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622242_23622242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622242_23622242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622242_23622242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622242_23622242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622242'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622242'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252674_23252674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252674_23252674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252674_23252674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252674_23252674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252674_23252674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252674'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252697_23252697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252697_23252697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252697_23252697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252697_23252697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252697_23252697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252697'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622278_23622278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622278_23622278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622278_23622278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622278_23622278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622278_23622278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622278'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622291_23622291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622291_23622291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622291_23622291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622291_23622291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622291_23622291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622291'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252737_23252737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252737_23252737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252737_23252737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252737_23252737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252737_23252737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252737'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252754_23252754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252754_23252754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252754_23252754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252754_23252754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252754_23252754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252754'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252757_23252757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252757_23252757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252757_23252757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252757_23252757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252757_23252757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252757'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252777_23252777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252777_23252777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252777_23252777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252777_23252777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252777_23252777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252777'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252810_23252810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252810_23252810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252810_23252810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252810_23252810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252810_23252810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252810'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_504_1214038_capture_504_1214038_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_504_1214038_capture_504_1214038_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_504_1214038_capture_504_1214038_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_504_1214038_capture_504_1214038_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_504_1214038_capture_504_1214038_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "504_1214038_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '504_1214038_capture'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '504_1214038_capture'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_504_1214038_release_504_1214038_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_504_1214038_release_504_1214038_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_504_1214038_release_504_1214038_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_504_1214038_release_504_1214038_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_504_1214038_release_504_1214038_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "504_1214038_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '504_1214038_release'^^xsd:string;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '504_1214038_release'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag attached to free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098162_24098162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098162_24098162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098162_24098162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098162_24098162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098162_24098162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098162'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098162'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098191_24098191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098191_24098191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098191_24098191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098191_24098191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098191_24098191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098191'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098191'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624367_23624367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624367_23624367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624367_23624367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624367_23624367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624367_23624367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624367'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624367'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624545_23624545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624545_23624545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624545_23624545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624545_23624545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624545_23624545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624545'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624545'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098645_24098645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098645_24098645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098645_24098645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098645_24098645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098645_24098645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098645'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098645'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624879_23624879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624879_23624879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624879_23624879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624879_23624879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624879_23624879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624879'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624879'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625019_23625019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625019_23625019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625019_23625019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625019_23625019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625019_23625019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625019'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625019'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625060_23625060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625060_23625060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625060_23625060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625060_23625060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625060_23625060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625060'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625060'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625079_23625079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625079_23625079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625079_23625079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625079_23625079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625079_23625079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625079'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625079'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098979_24098979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098979_24098979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098979_24098979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098979_24098979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098979_24098979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098979'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098979'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099034_24099034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099034_24099034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099034_24099034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099034_24099034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099034_24099034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099034'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099034'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625314_23625314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625314_23625314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625314_23625314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625314_23625314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625314_23625314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625314'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625314'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099174_24099174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099174_24099174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099174_24099174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099174_24099174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099174_24099174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099174'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099174'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625448_23625448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625448_23625448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625448_23625448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625448_23625448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625448_23625448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625448'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625448'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099259_24099259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099259_24099259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099259_24099259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099259_24099259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099259_24099259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099259'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099259'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625522_23625522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625522_23625522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625522_23625522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625522_23625522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625522_23625522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625522'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625522'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625571_23625571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625571_23625571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625571_23625571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625571_23625571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625571_23625571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625571'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625571'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099368_24099368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099368_24099368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099368_24099368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099368_24099368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099368_24099368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099368'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099368'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625715_23625715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625715_23625715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625715_23625715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625715_23625715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625715_23625715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625715'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625715'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625809_23625809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625809_23625809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625809_23625809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625809_23625809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625809_23625809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625809'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625809'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625914_23625914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625914_23625914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625914_23625914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625914_23625914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625914_23625914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625914'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625914'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626011_23626011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626011_23626011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626011_23626011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626011_23626011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626011_23626011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626011'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626011'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618335_23618335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618335_23618335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618335_23618335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618335_23618335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618335_23618335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618335'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618335'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240841_23240841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240841_23240841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240841_23240841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240841_23240841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240841_23240841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240841'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240841'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23968322_23968322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23968322_23968322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23968322_23968322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239128"^^xsd:decimal ;
  dwc:decimalLongitude "4.397469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23968322_23968322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239128 4.397469)"^^geo:wktLiteral ;
  geo-pos:lat "51.239128"^^xsd:decimal ;
  geo-pos:long "4.397469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23968322_23968322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23968322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23968322'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23968322'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_505_1214039_capture_505_1214039_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_505_1214039_capture_505_1214039_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_505_1214039_capture_505_1214039_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_505_1214039_capture_505_1214039_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_505_1214039_capture_505_1214039_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "505_1214039_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '505_1214039_capture'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '505_1214039_capture'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_505_1214039_release_505_1214039_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_505_1214039_release_505_1214039_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_505_1214039_release_505_1214039_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_505_1214039_release_505_1214039_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_505_1214039_release_505_1214039_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "505_1214039_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '505_1214039_release'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '505_1214039_release'^^xsd:string;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618224_23618224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618224_23618224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618224_23618224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618224_23618224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618224_23618224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618224'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618224'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_506_1214040_capture_506_1214040_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_506_1214040_capture_506_1214040_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_506_1214040_capture_506_1214040_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_506_1214040_capture_506_1214040_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_506_1214040_capture_506_1214040_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "506_1214040_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '506_1214040_capture'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '506_1214040_capture'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_506_1214040_release_506_1214040_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_506_1214040_release_506_1214040_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_506_1214040_release_506_1214040_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_506_1214040_release_506_1214040_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_506_1214040_release_506_1214040_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "506_1214040_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '506_1214040_release'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '506_1214040_release'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623408_23623408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623408_23623408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623408_23623408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623408_23623408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623408_23623408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623408'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623408'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623439_23623439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623439_23623439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623439_23623439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623439_23623439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623439_23623439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623439'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623439'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623545_23623545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623545_23623545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623545_23623545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623545_23623545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623545_23623545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623545'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623545'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623644_23623644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623644_23623644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623644_23623644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623644_23623644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623644_23623644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623644'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623644'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097900_24097900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097900_24097900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097900_24097900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097900_24097900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097900_24097900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097900'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097900'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618223_23618223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618223_23618223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618223_23618223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618223_23618223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618223_23618223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618223'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618223'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240662_23240662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240662_23240662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240662_23240662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240662_23240662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240662_23240662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240662'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240662'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240669_23240669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240669_23240669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240669_23240669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240669_23240669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240669_23240669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240669'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240669'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240673_23240673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240673_23240673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240673_23240673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240673_23240673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240673_23240673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240673'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240673'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240688_23240688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240688_23240688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240688_23240688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240688_23240688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240688_23240688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240688'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240688'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240691_23240691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240691_23240691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240691_23240691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240691_23240691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240691_23240691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240691'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240691'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240697_23240697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240697_23240697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240697_23240697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240697_23240697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240697_23240697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240697'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240697'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240726_23240726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240726_23240726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240726_23240726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240726_23240726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240726_23240726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240726'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240726'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240735_23240735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240735_23240735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240735_23240735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240735_23240735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240735_23240735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240735'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240735'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240737_23240737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240737_23240737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240737_23240737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240737_23240737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240737_23240737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240737'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240737'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240738_23240738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240738_23240738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240738_23240738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240738_23240738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240738_23240738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240738'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240738'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240739_23240739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240739_23240739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240739_23240739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240739_23240739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240739_23240739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240739'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240739'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240746_23240746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240746_23240746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240746_23240746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240746_23240746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240746_23240746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240746'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240746'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240777_23240777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240777_23240777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240777_23240777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240777_23240777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240777_23240777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240777'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240777'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240816_23240816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240816_23240816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240816_23240816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240816_23240816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240816_23240816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240816'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240816'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240829_23240829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240829_23240829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240829_23240829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240829_23240829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240829_23240829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240829'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240829'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240830_23240830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240830_23240830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240830_23240830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240830_23240830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240830_23240830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240830'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240830'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240840_23240840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240840_23240840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240840_23240840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240840_23240840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240840_23240840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240840'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240840'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240843_23240843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240843_23240843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240843_23240843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240843_23240843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240843_23240843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240843'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240843'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240845_23240845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240845_23240845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240845_23240845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240845_23240845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240845_23240845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240845'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240845'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240860_23240860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240860_23240860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240860_23240860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240860_23240860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240860_23240860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240860'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240860'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240894_23240894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240894_23240894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240894_23240894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240894_23240894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240894_23240894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240894'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240894'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240948_23240948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240948_23240948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240948_23240948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240948_23240948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240948_23240948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240948'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240948'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241002_23241002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241002_23241002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241002_23241002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241002_23241002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241002_23241002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241002'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241002'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241048_23241048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241048_23241048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241048_23241048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241048_23241048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241048_23241048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241048'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241048'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241080_23241080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241080_23241080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241080_23241080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241080_23241080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241080_23241080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241080'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241080'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241109_23241109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241109_23241109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241109_23241109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241109_23241109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241109_23241109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241109'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241109'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241125_23241125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241125_23241125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241125_23241125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241125_23241125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241125_23241125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241125'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241125'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241177_23241177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241177_23241177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241177_23241177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241177_23241177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241177_23241177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241177'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241177'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241188_23241188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241188_23241188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241188_23241188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241188_23241188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241188_23241188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241188'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241188'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241198_23241198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241198_23241198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241198_23241198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241198_23241198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241198_23241198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241198'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241198'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241207_23241207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241207_23241207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241207_23241207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241207_23241207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241207_23241207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241207'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241207'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241224_23241224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241224_23241224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241224_23241224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241224_23241224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241224_23241224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241224'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241224'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241228_23241228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241228_23241228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241228_23241228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241228_23241228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241228_23241228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241228'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241228'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241349_23241349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241349_23241349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241349_23241349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241349_23241349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241349_23241349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241349'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241349'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241395_23241395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241395_23241395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241395_23241395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241395_23241395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241395_23241395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241395'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241395'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241444_23241444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241444_23241444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241444_23241444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241444_23241444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241444_23241444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241444'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241444'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241491_23241491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241491_23241491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241491_23241491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241491_23241491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241491_23241491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241491'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241491'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241508_23241508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241508_23241508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241508_23241508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241508_23241508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241508_23241508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241508'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241508'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241532_23241532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241532_23241532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241532_23241532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241532_23241532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241532_23241532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241532'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241532'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241533_23241533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241533_23241533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241533_23241533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241533_23241533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241533_23241533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241533'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241533'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241564_23241564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241564_23241564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241564_23241564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241564_23241564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241564_23241564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241564'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241564'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241566_23241566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241566_23241566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241566_23241566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241566_23241566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241566_23241566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241566'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241566'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241586_23241586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241586_23241586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241586_23241586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241586_23241586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241586_23241586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241586'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241586'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241604_23241604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241604_23241604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241604_23241604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241604_23241604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241604_23241604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241604'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241604'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241606_23241606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241606_23241606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241606_23241606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241606_23241606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241606_23241606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241606'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241606'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241614_23241614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241614_23241614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241614_23241614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241614_23241614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241614_23241614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241614'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241614'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241624_23241624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241624_23241624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241624_23241624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241624_23241624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241624_23241624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241624'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241624'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241638_23241638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241638_23241638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241638_23241638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241638_23241638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241638_23241638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241638'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241638'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241681_23241681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241681_23241681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241681_23241681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241681_23241681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241681_23241681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241681'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241681'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241756_23241756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241756_23241756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241756_23241756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241756_23241756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241756_23241756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241756'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241756'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241797_23241797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241797_23241797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241797_23241797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241797_23241797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241797_23241797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241797'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241797'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241798_23241798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241798_23241798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241798_23241798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241798_23241798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241798_23241798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241798'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241798'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241813_23241813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241813_23241813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241813_23241813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241813_23241813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241813_23241813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241813'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241813'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241824_23241824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241824_23241824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241824_23241824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241824_23241824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241824_23241824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241824'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241824'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241827_23241827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241827_23241827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241827_23241827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241827_23241827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241827_23241827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241827'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241827'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241858_23241858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241858_23241858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241858_23241858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241858_23241858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241858_23241858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241858'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241858'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241994_23241994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241994_23241994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241994_23241994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241994_23241994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241994_23241994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241994'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241994'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241998_23241998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241998_23241998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241998_23241998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241998_23241998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241998_23241998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241998'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241998'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242023_23242023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242023_23242023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242023_23242023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242023_23242023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242023_23242023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242023'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242023'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242048_23242048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242048_23242048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242048_23242048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242048_23242048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242048_23242048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242048'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242048'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242058_23242058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242058_23242058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242058_23242058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242058_23242058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242058_23242058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242058'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242058'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242110_23242110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242110_23242110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242110_23242110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242110_23242110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242110_23242110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242110'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242110'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242154_23242154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242154_23242154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242154_23242154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242154_23242154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242154_23242154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242154'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242154'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242166_23242166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242166_23242166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242166_23242166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242166_23242166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242166_23242166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242166'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242166'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242185_23242185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242185_23242185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242185_23242185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242185_23242185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242185_23242185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242185'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242185'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242237_23242237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242237_23242237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242237_23242237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242237_23242237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242237_23242237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242237'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242237'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242273_23242273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242273_23242273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242273_23242273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242273_23242273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242273_23242273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242273'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242273'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242317_23242317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242317_23242317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242317_23242317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242317_23242317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242317_23242317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242317'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242317'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242389_23242389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242389_23242389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242389_23242389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242389_23242389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242389_23242389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242389'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242389'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242454_23242454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242454_23242454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242454_23242454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242454_23242454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242454_23242454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242454'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242454'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242465_23242465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242465_23242465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242465_23242465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242465_23242465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242465_23242465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242465'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242465'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242471_23242471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242471_23242471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242471_23242471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242471_23242471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242471_23242471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242471'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242471'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242488_23242488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242488_23242488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242488_23242488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242488_23242488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242488_23242488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242488'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242488'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242539_23242539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242539_23242539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242539_23242539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242539_23242539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242539_23242539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242539'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242539'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242565_23242565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242565_23242565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242565_23242565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242565_23242565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242565_23242565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242565'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242565'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242598_23242598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242598_23242598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242598_23242598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242598_23242598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242598_23242598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242598'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242598'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242601_23242601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242601_23242601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242601_23242601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242601_23242601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242601_23242601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242601'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242601'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242602_23242602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242602_23242602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242602_23242602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242602_23242602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242602_23242602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242602'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242602'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242634_23242634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242634_23242634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242634_23242634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242634_23242634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242634_23242634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242634'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242634'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242667_23242667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242667_23242667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242667_23242667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242667_23242667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242667_23242667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242667'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242667'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242686_23242686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242686_23242686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242686_23242686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242686_23242686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242686_23242686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242686'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242686'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242691_23242691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242691_23242691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242691_23242691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242691_23242691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242691_23242691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242691'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242691'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242706_23242706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242706_23242706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242706_23242706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242706_23242706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242706_23242706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242706'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242706'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242763_23242763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242763_23242763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242763_23242763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242763_23242763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242763_23242763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242763'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242763'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242816_23242816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242816_23242816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242816_23242816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242816_23242816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242816_23242816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242816'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242816'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242867_23242867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242867_23242867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242867_23242867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242867_23242867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242867_23242867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242867'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242867'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242913_23242913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242913_23242913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242913_23242913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242913_23242913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242913_23242913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242913'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242913'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242971_23242971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242971_23242971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242971_23242971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242971_23242971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242971_23242971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242971'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242971'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242979_23242979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242979_23242979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242979_23242979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242979_23242979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242979_23242979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242979'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242979'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242980_23242980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242980_23242980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242980_23242980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242980_23242980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242980_23242980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242980'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242980'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242983_23242983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242983_23242983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242983_23242983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242983_23242983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242983_23242983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242983'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242983'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242989_23242989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242989_23242989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242989_23242989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242989_23242989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242989_23242989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242989'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242989'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242995_23242995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242995_23242995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242995_23242995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242995_23242995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242995_23242995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242995'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242995'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243002_23243002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243002_23243002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243002_23243002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243002_23243002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243002_23243002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243002'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243002'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243004_23243004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243004_23243004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243004_23243004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243004_23243004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243004_23243004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243004'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243004'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243091_23243091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243091_23243091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243091_23243091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243091_23243091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243091_23243091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243091'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243091'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243092_23243092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243092_23243092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243092_23243092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243092_23243092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243092_23243092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243092'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243092'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243093_23243093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243093_23243093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243093_23243093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243093_23243093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243093_23243093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243093'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243093'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243095_23243095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243095_23243095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243095_23243095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243095_23243095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243095_23243095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243095'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243095'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243100_23243100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243100_23243100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243100_23243100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243100_23243100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243100_23243100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243100'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243100'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243107_23243107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243107_23243107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243107_23243107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243107_23243107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243107_23243107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243107'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243107'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243119_23243119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243119_23243119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243119_23243119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243119_23243119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243119_23243119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243119'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243119'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243136_23243136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243136_23243136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243136_23243136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243136_23243136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243136_23243136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243136'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243136'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243191_23243191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243191_23243191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243191_23243191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243191_23243191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243191_23243191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243191'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243191'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243248_23243248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243248_23243248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243248_23243248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243248_23243248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243248_23243248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243248'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243248'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243297_23243297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243297_23243297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243297_23243297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243297_23243297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243297_23243297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243297'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243297'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243301_23243301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243301_23243301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243301_23243301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243301_23243301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243301_23243301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243301'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243301'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243314_23243314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243314_23243314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243314_23243314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243314_23243314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243314_23243314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243314'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243314'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243327_23243327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243327_23243327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243327_23243327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243327_23243327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243327_23243327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243327'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243327'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243328_23243328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243328_23243328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243328_23243328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243328_23243328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243328_23243328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243328'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243328'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243334_23243334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243334_23243334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243334_23243334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243334_23243334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243334_23243334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243334'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243334'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243382_23243382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243382_23243382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243382_23243382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243382_23243382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243382_23243382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243382'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243382'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243467_23243467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243467_23243467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243467_23243467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243467_23243467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243467_23243467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243467'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243467'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243539_23243539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243539_23243539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243539_23243539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243539_23243539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243539_23243539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243539'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243539'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243601_23243601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243601_23243601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243601_23243601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243601_23243601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243601_23243601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243601'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243601'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243650_23243650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243650_23243650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243650_23243650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243650_23243650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243650_23243650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243650'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243650'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243651_23243651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243651_23243651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243651_23243651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243651_23243651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243651_23243651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243651'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243651'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243670_23243670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243670_23243670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243670_23243670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243670_23243670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243670_23243670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243670'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243670'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243696_23243696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243696_23243696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243696_23243696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243696_23243696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243696_23243696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243696'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243696'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618502_23618502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618502_23618502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618502_23618502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618502_23618502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618502_23618502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618502'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618502'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618539_23618539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618539_23618539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618539_23618539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618539_23618539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618539_23618539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618539'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618539'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618548_23618548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618548_23618548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618548_23618548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618548_23618548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618548_23618548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618548'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618548'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618592_23618592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618592_23618592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618592_23618592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618592_23618592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618592_23618592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618592'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618592'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618639_23618639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618639_23618639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618639_23618639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618639_23618639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618639_23618639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618639'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618639'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618672_23618672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618672_23618672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618672_23618672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618672_23618672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618672_23618672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618672'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618672'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618679_23618679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618679_23618679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618679_23618679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618679_23618679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618679_23618679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618679'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618679'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618686_23618686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618686_23618686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618686_23618686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618686_23618686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618686_23618686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618686'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618686'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618688_23618688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618688_23618688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618688_23618688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618688_23618688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618688_23618688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618688'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618688'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618696_23618696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618696_23618696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618696_23618696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618696_23618696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618696_23618696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618696'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618696'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631409_23631409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631409_23631409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631409_23631409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631409_23631409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631409_23631409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631409'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631409'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631413_23631413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631413_23631413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631413_23631413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631413_23631413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631413_23631413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631413'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631413'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827280_23827280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827280_23827280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827280_23827280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827280_23827280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827280_23827280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827280'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827280'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911957_23911957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911957_23911957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911957_23911957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911957_23911957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911957_23911957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911957'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911957'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900425_23900425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900425_23900425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900425_23900425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900425_23900425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900425_23900425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900425'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900425'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900462_23900462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900462_23900462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900462_23900462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900462_23900462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900462_23900462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900462'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900462'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900494_23900494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900494_23900494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900494_23900494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900494_23900494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900494_23900494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900494'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900494'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900549_23900549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900549_23900549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900549_23900549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900549_23900549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900549_23900549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900549'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900549'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900591_23900591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900591_23900591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900591_23900591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900591_23900591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900591_23900591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900591'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900591'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900620_23900620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900620_23900620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900620_23900620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900620_23900620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900620_23900620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900620'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900620'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900645_23900645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900645_23900645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900645_23900645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900645_23900645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900645_23900645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900645'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900645'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900705_23900705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900705_23900705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900705_23900705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900705_23900705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900705_23900705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900705'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900705'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900756_23900756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900756_23900756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900756_23900756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900756_23900756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900756_23900756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900756'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900756'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900774_23900774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900774_23900774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900774_23900774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900774_23900774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900774_23900774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900774'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900774'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900785_23900785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900785_23900785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900785_23900785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900785_23900785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900785_23900785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900785'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900785'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900796_23900796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900796_23900796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900796_23900796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900796_23900796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900796_23900796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900796'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900796'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900801_23900801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900801_23900801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900801_23900801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900801_23900801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900801_23900801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900801'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900801'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900809_23900809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900809_23900809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900809_23900809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900809_23900809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900809_23900809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900809'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900809'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900820_23900820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900820_23900820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900820_23900820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900820_23900820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900820_23900820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900820'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900820'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900862_23900862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900862_23900862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900862_23900862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900862_23900862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900862_23900862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900862'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900862'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900867_23900867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900867_23900867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900867_23900867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900867_23900867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900867_23900867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900867'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900867'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900894_23900894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900894_23900894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900894_23900894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900894_23900894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900894_23900894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900894'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900894'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900895_23900895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900895_23900895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900895_23900895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900895_23900895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900895_23900895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900895'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900895'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900927_23900927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900927_23900927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900927_23900927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900927_23900927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900927_23900927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900927'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900927'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900973_23900973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900973_23900973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900973_23900973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900973_23900973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900973_23900973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900973'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900973'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901009_23901009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901009_23901009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901009_23901009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901009_23901009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901009_23901009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901009'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901009'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901044_23901044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901044_23901044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901044_23901044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901044_23901044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901044_23901044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901044'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901044'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901062_23901062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901062_23901062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901062_23901062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901062_23901062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901062_23901062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901062'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901062'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901064_23901064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901064_23901064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901064_23901064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901064_23901064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901064_23901064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901064'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901064'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901078_23901078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901078_23901078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901078_23901078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901078_23901078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901078_23901078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901078'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901078'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901086_23901086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901086_23901086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901086_23901086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901086_23901086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901086_23901086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901086'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901086'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901088_23901088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901088_23901088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901088_23901088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901088_23901088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901088_23901088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901088'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901088'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901091_23901091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901091_23901091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901091_23901091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901091_23901091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901091_23901091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901091'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901091'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901098_23901098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901098_23901098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901098_23901098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901098_23901098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901098_23901098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901098'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901098'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901124_23901124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901124_23901124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901124_23901124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901124_23901124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901124_23901124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901124'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901124'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901125_23901125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901125_23901125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901125_23901125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901125_23901125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901125_23901125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901125'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901125'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901131_23901131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901131_23901131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901131_23901131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901131_23901131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901131_23901131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901131'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901131'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901164_23901164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901164_23901164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901164_23901164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901164_23901164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901164_23901164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901164'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901164'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901185_23901185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901185_23901185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901185_23901185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901185_23901185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901185_23901185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901185'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901185'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901200_23901200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901200_23901200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901200_23901200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901200_23901200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901200_23901200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901200'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901200'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901222_23901222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901222_23901222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901222_23901222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901222_23901222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901222_23901222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901222'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901222'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901258_23901258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901258_23901258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901258_23901258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901258_23901258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901258_23901258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901258'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901258'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901290_23901290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901290_23901290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901290_23901290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901290_23901290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901290_23901290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901290'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901290'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901318_23901318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901318_23901318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901318_23901318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901318_23901318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901318_23901318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901318'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901318'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901342_23901342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901342_23901342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901342_23901342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901342_23901342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901342_23901342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901342'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901342'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901374_23901374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901374_23901374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901374_23901374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901374_23901374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901374_23901374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901374'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901374'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901394_23901394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901394_23901394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901394_23901394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901394_23901394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901394_23901394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901394'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901394'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901416_23901416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901416_23901416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901416_23901416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901416_23901416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901416_23901416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901416'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901416'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901427_23901427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901427_23901427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901427_23901427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901427_23901427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901427_23901427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901427'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901427'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901431_23901431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901431_23901431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901431_23901431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901431_23901431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901431_23901431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901431'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901431'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901439_23901439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901439_23901439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901439_23901439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901439_23901439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901439_23901439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901439'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901439'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901451_23901451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901451_23901451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901451_23901451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901451_23901451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901451_23901451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901451'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901451'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901477_23901477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901477_23901477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901477_23901477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901477_23901477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901477_23901477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901477'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901477'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901492_23901492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901492_23901492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901492_23901492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901492_23901492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901492_23901492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901492'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901492'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901498_23901498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901498_23901498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901498_23901498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901498_23901498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901498_23901498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901498'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901498'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901531_23901531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901531_23901531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901531_23901531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901531_23901531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901531_23901531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901531'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901531'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901575_23901575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901575_23901575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901575_23901575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901575_23901575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901575_23901575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901575'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901575'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901589_23901589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901589_23901589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901589_23901589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901589_23901589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901589_23901589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901589'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901589'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901606_23901606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901606_23901606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901606_23901606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901606_23901606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901606_23901606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901606'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901606'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901613_23901613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901613_23901613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901613_23901613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901613_23901613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901613_23901613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901613'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901613'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901628_23901628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901628_23901628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901628_23901628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901628_23901628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901628_23901628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901628'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901628'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901683_23901683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901683_23901683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901683_23901683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901683_23901683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901683_23901683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901683'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901683'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901721_23901721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901721_23901721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901721_23901721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901721_23901721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901721_23901721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901721'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901721'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901744_23901744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901744_23901744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901744_23901744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901744_23901744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901744_23901744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901744'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901744'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901782_23901782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901782_23901782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901782_23901782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901782_23901782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901782_23901782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901782'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901782'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901793_23901793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901793_23901793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901793_23901793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901793_23901793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901793_23901793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901793'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901793'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901799_23901799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901799_23901799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901799_23901799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901799_23901799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901799_23901799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901799'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901799'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901805_23901805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901805_23901805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901805_23901805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901805_23901805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901805_23901805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901805'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901805'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901810_23901810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901810_23901810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901810_23901810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901810_23901810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901810_23901810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901810'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901810'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901812_23901812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901812_23901812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901812_23901812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901812_23901812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901812_23901812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901812'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901812'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901814_23901814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901814_23901814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901814_23901814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901814_23901814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901814_23901814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901814'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901814'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901826_23901826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901826_23901826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901826_23901826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901826_23901826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901826_23901826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901826'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901826'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901830_23901830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901830_23901830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901830_23901830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901830_23901830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901830_23901830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901830'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901830'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901836_23901836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901836_23901836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901836_23901836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901836_23901836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901836_23901836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901836'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901836'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901843_23901843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901843_23901843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901843_23901843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901843_23901843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901843_23901843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901843'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901843'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901851_23901851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901851_23901851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901851_23901851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901851_23901851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901851_23901851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901851'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901851'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901864_23901864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901864_23901864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901864_23901864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901864_23901864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901864_23901864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901864'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901864'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901865_23901865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901865_23901865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901865_23901865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901865_23901865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901865_23901865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901865'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901865'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901870_23901870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901870_23901870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901870_23901870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901870_23901870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901870_23901870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901870'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901870'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901899_23901899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901899_23901899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901899_23901899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901899_23901899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901899_23901899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901899'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901899'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901906_23901906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901906_23901906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901906_23901906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901906_23901906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901906_23901906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901906'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901906'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901911_23901911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901911_23901911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901911_23901911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901911_23901911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901911_23901911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901911'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901911'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901928_23901928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901928_23901928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901928_23901928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901928_23901928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901928_23901928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901928'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901928'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901950_23901950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901950_23901950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901950_23901950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901950_23901950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901950_23901950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901950'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901950'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901952_23901952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901952_23901952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901952_23901952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901952_23901952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901952_23901952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901952'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901952'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901982_23901982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901982_23901982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901982_23901982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901982_23901982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901982_23901982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901982'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901982'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901986_23901986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901986_23901986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901986_23901986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901986_23901986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901986_23901986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901986'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901986'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901995_23901995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901995_23901995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901995_23901995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901995_23901995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901995_23901995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901995'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901995'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901997_23901997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901997_23901997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901997_23901997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901997_23901997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901997_23901997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901997'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901997'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902000_23902000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902000_23902000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902000_23902000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902000_23902000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902000_23902000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902000'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902000'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902001_23902001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902001_23902001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902001_23902001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902001_23902001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902001_23902001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902001'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902001'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902007_23902007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902007_23902007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902007_23902007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902007_23902007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902007_23902007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902007'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902007'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902011_23902011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902011_23902011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902011_23902011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902011_23902011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902011_23902011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902011'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902011'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902017_23902017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902017_23902017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902017_23902017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902017_23902017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902017_23902017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902017'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902017'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902064_23902064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902064_23902064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902064_23902064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902064_23902064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902064_23902064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902064'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902064'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902070_23902070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902070_23902070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902070_23902070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902070_23902070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902070_23902070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902070'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902070'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902074_23902074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902074_23902074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902074_23902074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902074_23902074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902074_23902074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902074'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902074'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902076_23902076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902076_23902076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902076_23902076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902076_23902076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902076_23902076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902076'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902076'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902083_23902083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902083_23902083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902083_23902083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902083_23902083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902083_23902083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902083'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902083'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902109_23902109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902109_23902109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902109_23902109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902109_23902109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902109_23902109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902109'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902109'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902132_23902132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902132_23902132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902132_23902132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902132_23902132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902132_23902132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902132'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902132'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902149_23902149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902149_23902149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902149_23902149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902149_23902149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902149_23902149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902149'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902149'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902153_23902153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902153_23902153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902153_23902153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902153_23902153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902153_23902153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902153'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902153'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902176_23902176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902176_23902176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902176_23902176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902176_23902176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902176_23902176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902176'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902176'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902228_23902228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902228_23902228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902228_23902228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902228_23902228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902228_23902228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902228'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902228'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902256_23902256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902256_23902256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902256_23902256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902256_23902256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902256_23902256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902256'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902256'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902298_23902298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902298_23902298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902298_23902298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902298_23902298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902298_23902298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902298'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902298'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902318_23902318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902318_23902318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902318_23902318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902318_23902318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902318_23902318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902318'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902318'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902320_23902320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902320_23902320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902320_23902320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902320_23902320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902320_23902320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902320'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902320'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902321_23902321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902321_23902321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902321_23902321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902321_23902321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902321_23902321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902321'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902321'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902325_23902325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902325_23902325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902325_23902325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902325_23902325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902325_23902325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902325'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902325'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902340_23902340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902340_23902340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902340_23902340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902340_23902340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902340_23902340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902340'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902340'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902364_23902364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902364_23902364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902364_23902364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902364_23902364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902364_23902364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902364'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902364'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902393_23902393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902393_23902393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902393_23902393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902393_23902393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902393_23902393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902393'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902393'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902396_23902396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902396_23902396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902396_23902396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902396_23902396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902396_23902396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902396'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902396'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902418_23902418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902418_23902418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902418_23902418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902418_23902418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902418_23902418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902418'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902418'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902424_23902424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902424_23902424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902424_23902424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902424_23902424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902424_23902424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902424'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902424'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902449_23902449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902449_23902449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902449_23902449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902449_23902449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902449_23902449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902449'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902449'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902463_23902463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902463_23902463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902463_23902463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902463_23902463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902463_23902463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902463'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902463'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902485_23902485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902485_23902485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902485_23902485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902485_23902485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902485_23902485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902485'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902485'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902510_23902510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902510_23902510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902510_23902510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902510_23902510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902510_23902510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902510'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902510'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902514_23902514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902514_23902514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902514_23902514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902514_23902514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902514_23902514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902514'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902514'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902522_23902522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902522_23902522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902522_23902522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902522_23902522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902522_23902522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902522'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902522'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902532_23902532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902532_23902532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902532_23902532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902532_23902532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902532_23902532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902532'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902532'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902537_23902537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902537_23902537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902537_23902537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902537_23902537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902537_23902537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902537'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902537'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902560_23902560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902560_23902560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902560_23902560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902560_23902560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902560_23902560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902560'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902560'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902571_23902571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902571_23902571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902571_23902571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902571_23902571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902571_23902571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902571'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902571'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902588_23902588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902588_23902588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902588_23902588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902588_23902588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902588_23902588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902588'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902588'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902622_23902622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902622_23902622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902622_23902622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902622_23902622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902622_23902622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902622'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902622'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902655_23902655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902655_23902655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902655_23902655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902655_23902655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902655_23902655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902655'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902655'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902693_23902693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902693_23902693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902693_23902693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902693_23902693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902693_23902693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902693'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902693'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902729_23902729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902729_23902729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902729_23902729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902729_23902729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902729_23902729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902729'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902729'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902782_23902782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902782_23902782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902782_23902782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902782_23902782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902782_23902782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902782'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902782'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902805_23902805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902805_23902805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902805_23902805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902805_23902805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902805_23902805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902805'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902805'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902828_23902828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902828_23902828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902828_23902828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902828_23902828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902828_23902828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902828'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902828'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902856_23902856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902856_23902856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902856_23902856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902856_23902856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902856_23902856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902856'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902856'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902883_23902883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902883_23902883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902883_23902883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902883_23902883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902883_23902883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902883'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902883'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902920_23902920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902920_23902920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902920_23902920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902920_23902920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902920_23902920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902920'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902920'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902947_23902947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902947_23902947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902947_23902947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902947_23902947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902947_23902947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902947'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902947'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902957_23902957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902957_23902957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902957_23902957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902957_23902957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902957_23902957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902957'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902957'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902961_23902961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902961_23902961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902961_23902961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902961_23902961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902961_23902961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902961'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902961'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902963_23902963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902963_23902963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902963_23902963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902963_23902963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902963_23902963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902963'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902963'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902965_23902965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902965_23902965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902965_23902965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902965_23902965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902965_23902965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902965'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902965'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902967_23902967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902967_23902967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902967_23902967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902967_23902967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902967_23902967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902967'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902967'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902982_23902982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902982_23902982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902982_23902982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902982_23902982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902982_23902982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902982'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902982'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903003_23903003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903003_23903003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903003_23903003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903003_23903003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903003_23903003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903003'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903003'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903004_23903004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903004_23903004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903004_23903004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903004_23903004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903004_23903004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903004'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903004'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903018_23903018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903018_23903018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903018_23903018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903018_23903018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903018_23903018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903018'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903018'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903036_23903036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903036_23903036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903036_23903036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903036_23903036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903036_23903036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903036'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903036'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903089_23903089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903089_23903089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903089_23903089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903089_23903089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903089_23903089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903089'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903089'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903144_23903144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903144_23903144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903144_23903144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903144_23903144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903144_23903144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903144'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903144'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903211_23903211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903211_23903211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903211_23903211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903211_23903211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903211_23903211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903211'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903211'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903313_23903313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903313_23903313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903313_23903313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903313_23903313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903313_23903313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903313'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903313'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903675_23903675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903675_23903675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903675_23903675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903675_23903675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903675_23903675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903675'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903675'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903676_23903676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903676_23903676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903676_23903676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903676_23903676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903676_23903676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903676'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903676'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903710_23903710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903710_23903710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903710_23903710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903710_23903710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903710_23903710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903710'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903710'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903735_23903735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903735_23903735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903735_23903735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903735_23903735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903735_23903735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903735'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903735'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903736_23903736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903736_23903736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903736_23903736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903736_23903736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903736_23903736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903736'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903736'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903763_23903763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903763_23903763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903763_23903763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903763_23903763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903763_23903763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903763'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903763'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903818_23903818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903818_23903818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903818_23903818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903818_23903818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903818_23903818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903818'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903818'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903837_23903837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903837_23903837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903837_23903837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903837_23903837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903837_23903837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903837'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903837'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903838_23903838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903838_23903838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903838_23903838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903838_23903838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903838_23903838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903838'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903838'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903859_23903859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903859_23903859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903859_23903859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903859_23903859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903859_23903859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903859'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903859'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903861_23903861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903861_23903861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903861_23903861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903861_23903861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903861_23903861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903861'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903861'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903862_23903862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903862_23903862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903862_23903862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903862_23903862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903862_23903862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903862'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903862'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903902_23903902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903902_23903902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903902_23903902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903902_23903902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903902_23903902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903902'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903902'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903944_23903944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903944_23903944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903944_23903944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903944_23903944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903944_23903944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903944'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903944'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903988_23903988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903988_23903988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903988_23903988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903988_23903988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903988_23903988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903988'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903988'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904032_23904032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904032_23904032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904032_23904032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904032_23904032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904032_23904032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904032'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904032'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904064_23904064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904064_23904064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904064_23904064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904064_23904064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904064_23904064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904064'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904064'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904089_23904089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904089_23904089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904089_23904089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904089_23904089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904089_23904089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904089'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904089'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904096_23904096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904096_23904096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904096_23904096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904096_23904096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904096_23904096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904096'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904096'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904117_23904117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904117_23904117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904117_23904117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904117_23904117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904117_23904117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904117'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904117'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904130_23904130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904130_23904130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904130_23904130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904130_23904130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904130_23904130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904130'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904130'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904131_23904131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904131_23904131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904131_23904131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904131_23904131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904131_23904131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904131'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904131'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904143_23904143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904143_23904143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904143_23904143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904143_23904143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904143_23904143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904143'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904143'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904168_23904168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904168_23904168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904168_23904168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904168_23904168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904168_23904168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904168'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904168'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904172_23904172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904172_23904172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904172_23904172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904172_23904172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904172_23904172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904172'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904172'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904178_23904178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904178_23904178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904178_23904178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904178_23904178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904178_23904178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904178'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904178'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904181_23904181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904181_23904181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904181_23904181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904181_23904181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904181_23904181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904181'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904181'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_507_1214041_capture_507_1214041_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_507_1214041_capture_507_1214041_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_507_1214041_capture_507_1214041_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_507_1214041_capture_507_1214041_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_507_1214041_capture_507_1214041_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "507_1214041_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '507_1214041_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '507_1214041_capture'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_507_1214041_release_507_1214041_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_507_1214041_release_507_1214041_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_507_1214041_release_507_1214041_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_507_1214041_release_507_1214041_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_507_1214041_release_507_1214041_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "507_1214041_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '507_1214041_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '507_1214041_release'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623407_23623407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623407_23623407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623407_23623407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623407_23623407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623407_23623407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623407'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623438_23623438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623438_23623438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623438_23623438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623438_23623438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623438_23623438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623438'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097742_24097742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097742_24097742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097742_24097742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097742_24097742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097742_24097742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097742'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097742'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623641_23623641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623641_23623641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623641_23623641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623641_23623641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623641_23623641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623641'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623739_23623739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623739_23623739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623739_23623739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623739_23623739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623739_23623739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623739'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623739'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623776_23623776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623776_23623776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623776_23623776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623776_23623776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623776_23623776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623776'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097920_24097920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097920_24097920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097920_24097920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097920_24097920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097920_24097920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097920'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623805_23623805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623805_23623805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623805_23623805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623805_23623805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623805_23623805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623805'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097988_24097988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097988_24097988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097988_24097988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097988_24097988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097988_24097988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097988'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623914_23623914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623914_23623914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623914_23623914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623914_23623914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623914_23623914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623914'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623973_23623973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623973_23623973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623973_23623973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623973_23623973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623973_23623973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623973'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623998_23623998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623998_23623998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623998_23623998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623998_23623998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623998_23623998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623998'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624000_23624000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624000_23624000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624000_23624000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624000_23624000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624000_23624000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624000'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624015_23624015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624015_23624015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624015_23624015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624015_23624015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624015_23624015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624015'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624259_23624259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624259_23624259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624259_23624259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624259_23624259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624259_23624259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624259'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624424_23624424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624424_23624424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624424_23624424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624424_23624424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624424_23624424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624424'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624546_23624546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624546_23624546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624546_23624546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624546_23624546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624546_23624546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624546'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624729_23624729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624729_23624729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624729_23624729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624729_23624729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624729_23624729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624729'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23624968_23624968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23624968_23624968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23624968_23624968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23624968_23624968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23624968_23624968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23624968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23624968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23624968'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625176_23625176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625176_23625176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625176_23625176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625176_23625176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625176_23625176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625176'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625230_23625230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625230_23625230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625230_23625230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625230_23625230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625230_23625230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625230'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625401_23625401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625401_23625401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625401_23625401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625401_23625401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625401_23625401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625401'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23625452_23625452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23625452_23625452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23625452_23625452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23625452_23625452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23625452_23625452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23625452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23625452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23625452'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099736_24099736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099736_24099736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099736_24099736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099736_24099736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099736_24099736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099736'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099736'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626023_23626023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626023_23626023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626023_23626023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626023_23626023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626023_23626023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626023'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626037_23626037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626037_23626037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626037_23626037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626037_23626037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626037_23626037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626037'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626063_23626063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626063_23626063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626063_23626063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626063_23626063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626063_23626063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626063'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626100_23626100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626100_23626100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626100_23626100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626100_23626100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626100_23626100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626100'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099830_24099830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099830_24099830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099830_24099830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099830_24099830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099830_24099830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099830'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626223_23626223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626223_23626223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626223_23626223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626223_23626223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626223_23626223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626223'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626228_23626228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626228_23626228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626228_23626228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626228_23626228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626228_23626228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626228'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626257_23626257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626257_23626257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626257_23626257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626257_23626257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626257_23626257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626257'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626257'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099963_24099963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099963_24099963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099963_24099963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099963_24099963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099963_24099963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099963'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626404_23626404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626404_23626404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626404_23626404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626404_23626404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626404_23626404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626404'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626441_23626441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626441_23626441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626441_23626441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626441_23626441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626441_23626441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626441'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626465_23626465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626465_23626465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626465_23626465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626465_23626465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626465_23626465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626465'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626465'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626467_23626467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626467_23626467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626467_23626467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626467_23626467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626467_23626467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626467'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626475_23626475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626475_23626475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626475_23626475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626475_23626475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626475_23626475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626475'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626475'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626533_23626533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626533_23626533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626533_23626533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626533_23626533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626533_23626533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626533'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626618_23626618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626618_23626618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626618_23626618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626618_23626618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626618_23626618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626618'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626713_23626713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626713_23626713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626713_23626713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626713_23626713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626713_23626713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626713'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24100377_24100377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24100377_24100377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24100377_24100377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24100377_24100377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24100377_24100377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24100377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24100377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24100377'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626810_23626810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626810_23626810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626810_23626810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626810_23626810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626810_23626810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626810'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626825_23626825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626825_23626825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626825_23626825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626825_23626825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626825_23626825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626825'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24100461_24100461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24100461_24100461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24100461_24100461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24100461_24100461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24100461_24100461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24100461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24100461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24100461'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626902_23626902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626902_23626902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626902_23626902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626902_23626902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626902_23626902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626902'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626902'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23626946_23626946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23626946_23626946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23626946_23626946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23626946_23626946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23626946_23626946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23626946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23626946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23626946'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627004_23627004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627004_23627004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627004_23627004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627004_23627004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627004_23627004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627004'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627046_23627046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627046_23627046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627046_23627046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627046_23627046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627046_23627046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627046'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627069_23627069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627069_23627069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627069_23627069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627069_23627069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627069_23627069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627069'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24100687_24100687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24100687_24100687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24100687_24100687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24100687_24100687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24100687_24100687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24100687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24100687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24100687'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627146_23627146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627146_23627146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627146_23627146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627146_23627146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627146_23627146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627146'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627225_23627225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627225_23627225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627225_23627225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627225_23627225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627225_23627225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627225'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627270_23627270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627270_23627270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627270_23627270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627270_23627270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627270_23627270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627270'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24100889_24100889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24100889_24100889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24100889_24100889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24100889_24100889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24100889_24100889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24100889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24100889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24100889'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627378_23627378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627378_23627378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627378_23627378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627378_23627378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627378_23627378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627378'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627380_23627380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627380_23627380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627380_23627380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627380_23627380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627380_23627380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627380'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627780_23627780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627780_23627780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627780_23627780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627780_23627780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627780_23627780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627780'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627835_23627835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627835_23627835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627835_23627835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627835_23627835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627835_23627835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627835'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627852_23627852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627852_23627852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627852_23627852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627852_23627852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627852_23627852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627852'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618520_23618520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618520_23618520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618520_23618520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618520_23618520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618520_23618520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618520'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618557_23618557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618557_23618557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618557_23618557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618557_23618557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618557_23618557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618557'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618593_23618593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618593_23618593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618593_23618593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618593_23618593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618593_23618593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618593'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618635_23618635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618635_23618635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618635_23618635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618635_23618635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618635_23618635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618635'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618635'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618671_23618671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618671_23618671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618671_23618671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618671_23618671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618671_23618671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618671'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618698_23618698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618698_23618698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618698_23618698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618698_23618698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618698_23618698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618698'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618704_23618704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618704_23618704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618704_23618704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618704_23618704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618704_23618704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618704'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618704'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618714_23618714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618714_23618714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618714_23618714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618714_23618714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618714_23618714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618714'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618731_23618731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618731_23618731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618731_23618731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618731_23618731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618731_23618731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618731'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618748_23618748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618748_23618748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618748_23618748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618748_23618748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618748_23618748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618748'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618749_23618749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618749_23618749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618749_23618749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618749_23618749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618749_23618749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618749'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618750_23618750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618750_23618750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618750_23618750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618750_23618750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618750_23618750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618750'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618751_23618751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618751_23618751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618751_23618751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618751_23618751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618751_23618751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618751'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618751'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618752_23618752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618752_23618752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618752_23618752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618752_23618752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618752_23618752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618752'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618773_23618773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618773_23618773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618773_23618773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618773_23618773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618773_23618773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618773'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618774_23618774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618774_23618774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618774_23618774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618774_23618774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618774_23618774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618774'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618777_23618777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618777_23618777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618777_23618777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618777_23618777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618777_23618777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618777'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618778_23618778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618778_23618778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618778_23618778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618778_23618778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618778_23618778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618778'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618782_23618782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618782_23618782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618782_23618782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618782_23618782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618782_23618782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618782'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618784_23618784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618784_23618784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618784_23618784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618784_23618784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618784_23618784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618784'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618786_23618786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618786_23618786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618786_23618786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618786_23618786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618786_23618786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618786'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618788_23618788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618788_23618788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618788_23618788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618788_23618788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618788_23618788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618788'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618793_23618793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618793_23618793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618793_23618793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618793_23618793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618793_23618793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618793'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618795_23618795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618795_23618795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618795_23618795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618795_23618795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618795_23618795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618795'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618803_23618803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618803_23618803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618803_23618803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618803_23618803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618803_23618803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618803'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618803'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618838_23618838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618838_23618838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618838_23618838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618838_23618838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618838_23618838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618838'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618844_23618844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618844_23618844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618844_23618844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618844_23618844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618844_23618844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618844'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618847_23618847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618847_23618847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618847_23618847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618847_23618847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618847_23618847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618847'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618848_23618848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618848_23618848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618848_23618848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618848_23618848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618848_23618848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618848'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618861_23618861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618861_23618861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618861_23618861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618861_23618861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618861_23618861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618861'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618903_23618903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618903_23618903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618903_23618903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618903_23618903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618903_23618903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618903'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618905_23618905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618905_23618905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618905_23618905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618905_23618905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618905_23618905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618905'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618907_23618907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618907_23618907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618907_23618907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618907_23618907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618907_23618907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618907'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618908_23618908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618908_23618908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618908_23618908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618908_23618908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618908_23618908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618908'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618915_23618915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618915_23618915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618915_23618915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618915_23618915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618915_23618915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618915'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618944_23618944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618944_23618944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618944_23618944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618944_23618944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618944_23618944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618944'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618963_23618963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618963_23618963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618963_23618963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618963_23618963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618963_23618963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618963'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618974_23618974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618974_23618974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618974_23618974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618974_23618974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618974_23618974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618974'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618990_23618990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618990_23618990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618990_23618990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618990_23618990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618990_23618990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618990'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619007_23619007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619007_23619007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619007_23619007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619007_23619007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619007_23619007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619007'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619014_23619014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619014_23619014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619014_23619014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619014_23619014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619014_23619014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619014'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619024_23619024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619024_23619024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619024_23619024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619024_23619024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619024_23619024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619024'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619031_23619031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619031_23619031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619031_23619031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619031_23619031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619031_23619031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619031'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619046_23619046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619046_23619046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619046_23619046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619046_23619046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619046_23619046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619046'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619067_23619067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619067_23619067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619067_23619067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619067_23619067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619067_23619067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619067'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619085_23619085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619085_23619085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619085_23619085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619085_23619085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619085_23619085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619085'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619085'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619119_23619119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619119_23619119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619119_23619119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619119_23619119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619119_23619119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619119'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619120_23619120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619120_23619120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619120_23619120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619120_23619120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619120_23619120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619120'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619120'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619121_23619121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619121_23619121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619121_23619121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619121_23619121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619121_23619121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619121'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619122_23619122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619122_23619122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619122_23619122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619122_23619122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619122_23619122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619122'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619143_23619143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619143_23619143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619143_23619143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619143_23619143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619143_23619143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619143'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619144_23619144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619144_23619144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619144_23619144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619144_23619144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619144_23619144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619144'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619145_23619145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619145_23619145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619145_23619145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619145_23619145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619145_23619145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619145'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619169_23619169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619169_23619169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619169_23619169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619169_23619169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619169_23619169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619169'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619171_23619171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619171_23619171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619171_23619171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619171_23619171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619171_23619171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619171'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619172_23619172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619172_23619172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619172_23619172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619172_23619172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619172_23619172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619172'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619175_23619175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619175_23619175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619175_23619175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619175_23619175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619175_23619175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619175'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619205_23619205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619205_23619205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619205_23619205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619205_23619205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619205_23619205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619205'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619236_23619236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619236_23619236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619236_23619236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619236_23619236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619236_23619236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619236'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619253_23619253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619253_23619253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619253_23619253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619253_23619253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619253_23619253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619253'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619254_23619254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619254_23619254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619254_23619254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619254_23619254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619254_23619254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619254'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619268_23619268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619268_23619268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619268_23619268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619268_23619268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619268_23619268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619268'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619304_23619304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619304_23619304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619304_23619304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619304_23619304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619304_23619304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619304'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619304'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619335_23619335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619335_23619335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619335_23619335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619335_23619335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619335_23619335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619335'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619348_23619348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619348_23619348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619348_23619348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619348_23619348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619348_23619348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619348'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619352_23619352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619352_23619352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619352_23619352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619352_23619352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619352_23619352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619352'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619360_23619360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619360_23619360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619360_23619360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619360_23619360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619360_23619360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619360'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619388_23619388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619388_23619388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619388_23619388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619388_23619388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619388_23619388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619388'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619391_23619391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619391_23619391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619391_23619391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619391_23619391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619391_23619391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619391'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619393_23619393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619393_23619393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619393_23619393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619393_23619393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619393_23619393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619393'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619404_23619404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619404_23619404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619404_23619404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619404_23619404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619404_23619404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619404'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619428_23619428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619428_23619428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619428_23619428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619428_23619428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619428_23619428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619428'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619438_23619438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619438_23619438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619438_23619438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619438_23619438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619438_23619438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619438'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619456_23619456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619456_23619456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619456_23619456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619456_23619456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619456_23619456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619456'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619478_23619478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619478_23619478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619478_23619478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619478_23619478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619478_23619478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619478'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619493_23619493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619493_23619493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619493_23619493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619493_23619493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619493_23619493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619493'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619501_23619501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619501_23619501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619501_23619501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619501_23619501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619501_23619501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619501'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619521_23619521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619521_23619521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619521_23619521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619521_23619521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619521_23619521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619521'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619543_23619543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619543_23619543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619543_23619543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619543_23619543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619543_23619543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619543'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619567_23619567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619567_23619567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619567_23619567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619567_23619567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619567_23619567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619567'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619568_23619568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619568_23619568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619568_23619568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619568_23619568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619568_23619568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619568'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619572_23619572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619572_23619572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619572_23619572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619572_23619572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619572_23619572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619572'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619578_23619578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619578_23619578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619578_23619578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619578_23619578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619578_23619578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619578'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619601_23619601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619601_23619601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619601_23619601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619601_23619601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619601_23619601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619601'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619605_23619605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619605_23619605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619605_23619605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619605_23619605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619605_23619605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619605'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619606_23619606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619606_23619606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619606_23619606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619606_23619606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619606_23619606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619606'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619612_23619612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619612_23619612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619612_23619612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619612_23619612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619612_23619612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619612'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619697_23619697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619697_23619697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619697_23619697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619697_23619697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619697_23619697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619697'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619728_23619728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619728_23619728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619728_23619728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619728_23619728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619728_23619728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619728'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619745_23619745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619745_23619745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619745_23619745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619745_23619745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619745_23619745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619745'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619809_23619809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619809_23619809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619809_23619809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619809_23619809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619809_23619809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619809'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619857_23619857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619857_23619857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619857_23619857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619857_23619857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619857_23619857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619857'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619911_23619911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619911_23619911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619911_23619911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619911_23619911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619911_23619911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619911'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619912_23619912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619912_23619912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619912_23619912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619912_23619912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619912_23619912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619912'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619943_23619943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619943_23619943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619943_23619943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619943_23619943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619943_23619943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619943'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619960_23619960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619960_23619960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619960_23619960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619960_23619960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619960_23619960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619960'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619980_23619980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619980_23619980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619980_23619980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619980_23619980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619980_23619980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619980'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619985_23619985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619985_23619985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619985_23619985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619985_23619985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619985_23619985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619985'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619985'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619986_23619986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619986_23619986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619986_23619986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619986_23619986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619986_23619986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619986'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619987_23619987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619987_23619987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619987_23619987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619987_23619987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619987_23619987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619987'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619998_23619998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619998_23619998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619998_23619998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619998_23619998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619998_23619998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619998'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620031_23620031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620031_23620031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620031_23620031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620031_23620031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620031_23620031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620031'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620035_23620035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620035_23620035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620035_23620035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620035_23620035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620035_23620035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620035'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620039_23620039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620039_23620039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620039_23620039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620039_23620039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620039_23620039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620039'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620039'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620040_23620040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620040_23620040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620040_23620040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620040_23620040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620040_23620040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620040'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620043_23620043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620043_23620043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620043_23620043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620043_23620043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620043_23620043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620043'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620044_23620044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620044_23620044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620044_23620044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620044_23620044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620044_23620044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620044'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620047_23620047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620047_23620047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620047_23620047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620047_23620047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620047_23620047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620047'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620049_23620049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620049_23620049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620049_23620049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620049_23620049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620049_23620049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620049'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620051_23620051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620051_23620051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620051_23620051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620051_23620051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620051_23620051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620051'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620057_23620057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620057_23620057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620057_23620057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620057_23620057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620057_23620057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620057'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620061_23620061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620061_23620061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620061_23620061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620061_23620061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620061_23620061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620061'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620065_23620065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620065_23620065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620065_23620065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620065_23620065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620065_23620065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620065'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620070_23620070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620070_23620070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620070_23620070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620070_23620070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620070_23620070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620070'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620071_23620071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620071_23620071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620071_23620071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620071_23620071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620071_23620071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620071'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620081_23620081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620081_23620081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620081_23620081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620081_23620081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620081_23620081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620081'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620081'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620100_23620100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620100_23620100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620100_23620100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620100_23620100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620100_23620100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620100'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620101_23620101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620101_23620101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620101_23620101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620101_23620101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620101_23620101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620101'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620103_23620103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620103_23620103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620103_23620103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620103_23620103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620103_23620103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620103'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620104_23620104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620104_23620104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620104_23620104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620104_23620104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620104_23620104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620104'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620105_23620105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620105_23620105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620105_23620105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620105_23620105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620105_23620105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620105'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620108_23620108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620108_23620108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620108_23620108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620108_23620108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620108_23620108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620108'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620115_23620115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620115_23620115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620115_23620115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620115_23620115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620115_23620115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620115'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620118_23620118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620118_23620118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620118_23620118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620118_23620118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620118_23620118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620118'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620128_23620128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620128_23620128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620128_23620128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620128_23620128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620128_23620128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620128'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620143_23620143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620143_23620143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620143_23620143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620143_23620143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620143_23620143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620143'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620145_23620145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620145_23620145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620145_23620145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620145_23620145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620145_23620145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620145'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620150_23620150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620150_23620150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620150_23620150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620150_23620150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620150_23620150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620150'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620156_23620156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620156_23620156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620156_23620156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620156_23620156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620156_23620156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620156'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620169_23620169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620169_23620169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620169_23620169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620169_23620169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620169_23620169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620169'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620191_23620191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620191_23620191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620191_23620191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620191_23620191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620191_23620191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620191'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620192_23620192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620192_23620192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620192_23620192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620192_23620192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620192_23620192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620192'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620206_23620206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620206_23620206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620206_23620206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620206_23620206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620206_23620206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620206'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620207_23620207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620207_23620207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620207_23620207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620207_23620207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620207_23620207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620207'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620227_23620227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620227_23620227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620227_23620227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620227_23620227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620227_23620227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620227'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620229_23620229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620229_23620229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620229_23620229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620229_23620229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620229_23620229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620229'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620278_23620278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620278_23620278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620278_23620278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620278_23620278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620278_23620278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620278'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620305_23620305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620305_23620305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620305_23620305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620305_23620305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620305_23620305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620305'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620305'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620306_23620306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620306_23620306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620306_23620306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620306_23620306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620306_23620306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620306'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620316_23620316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620316_23620316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620316_23620316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620316_23620316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620316_23620316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620316'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620365_23620365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620365_23620365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620365_23620365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620365_23620365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620365_23620365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620365'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620452_23620452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620452_23620452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620452_23620452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620452_23620452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620452_23620452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620452'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620545_23620545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620545_23620545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620545_23620545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620545_23620545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620545_23620545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620545'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620563_23620563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620563_23620563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620563_23620563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620563_23620563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620563_23620563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620563'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620574_23620574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620574_23620574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620574_23620574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620574_23620574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620574_23620574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620574'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620609_23620609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620609_23620609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620609_23620609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620609_23620609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620609_23620609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620609'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620643_23620643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620643_23620643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620643_23620643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620643_23620643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620643_23620643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620643'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620664_23620664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620664_23620664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620664_23620664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620664_23620664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620664_23620664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620664'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620665_23620665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620665_23620665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620665_23620665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620665_23620665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620665_23620665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620665'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620668_23620668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620668_23620668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620668_23620668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620668_23620668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620668_23620668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620668'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620687_23620687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620687_23620687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620687_23620687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620687_23620687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620687_23620687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620687'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620688_23620688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620688_23620688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620688_23620688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620688_23620688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620688_23620688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620688'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620694_23620694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620694_23620694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620694_23620694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620694_23620694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620694_23620694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620694'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620695_23620695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620695_23620695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620695_23620695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620695_23620695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620695_23620695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620695'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620702_23620702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620702_23620702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620702_23620702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620702_23620702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620702_23620702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620702'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620742_23620742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620742_23620742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620742_23620742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620742_23620742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620742_23620742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620742'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620742'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620749_23620749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620749_23620749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620749_23620749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620749_23620749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620749_23620749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620749'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620761_23620761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620761_23620761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620761_23620761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620761_23620761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620761_23620761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620761'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620787_23620787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620787_23620787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620787_23620787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620787_23620787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620787_23620787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620787'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620822_23620822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620822_23620822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620822_23620822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620822_23620822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620822_23620822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620822'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620841_23620841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620841_23620841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620841_23620841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620841_23620841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620841_23620841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620841'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620870_23620870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620870_23620870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620870_23620870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620870_23620870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620870_23620870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620870'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620876_23620876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620876_23620876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620876_23620876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620876_23620876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620876_23620876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620876'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620911_23620911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620911_23620911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620911_23620911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620911_23620911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620911_23620911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620911'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620938_23620938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620938_23620938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620938_23620938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620938_23620938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620938_23620938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620938'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620942_23620942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620942_23620942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620942_23620942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620942_23620942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620942_23620942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620942'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620982_23620982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620982_23620982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620982_23620982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620982_23620982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620982_23620982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620982'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620985_23620985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620985_23620985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620985_23620985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620985_23620985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620985_23620985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620985'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620985'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621022_23621022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621022_23621022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621022_23621022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621022_23621022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621022_23621022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621022'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621077_23621077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621077_23621077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621077_23621077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621077_23621077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621077_23621077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621077'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621101_23621101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621101_23621101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621101_23621101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621101_23621101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621101_23621101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621101'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621135_23621135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621135_23621135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621135_23621135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621135_23621135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621135_23621135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621135'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621168_23621168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621168_23621168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621168_23621168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621168_23621168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621168_23621168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621168'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621241_23621241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621241_23621241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621241_23621241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621241_23621241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621241_23621241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621241'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621268_23621268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621268_23621268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621268_23621268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621268_23621268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621268_23621268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621268'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621324_23621324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621324_23621324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621324_23621324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621324_23621324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621324_23621324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621324'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621381_23621381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621381_23621381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621381_23621381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621381_23621381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621381_23621381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621381'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621381'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621435_23621435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621435_23621435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621435_23621435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621435_23621435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621435_23621435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621435'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621435'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621493_23621493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621493_23621493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621493_23621493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621493_23621493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621493_23621493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621493'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621551_23621551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621551_23621551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621551_23621551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621551_23621551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621551_23621551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621551'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621610_23621610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621610_23621610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621610_23621610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621610_23621610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621610_23621610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621610'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621610'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621655_23621655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621655_23621655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621655_23621655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621655_23621655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621655_23621655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621655'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621660_23621660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621660_23621660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621660_23621660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621660_23621660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621660_23621660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621660'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621665_23621665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621665_23621665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621665_23621665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621665_23621665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621665_23621665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621665'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621668_23621668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621668_23621668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621668_23621668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621668_23621668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621668_23621668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621668'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621689_23621689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621689_23621689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621689_23621689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621689_23621689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621689_23621689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621689'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621717_23621717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621717_23621717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621717_23621717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621717_23621717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621717_23621717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621717'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621773_23621773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621773_23621773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621773_23621773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621773_23621773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621773_23621773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621773'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245561_23245561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245561_23245561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245561_23245561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245561_23245561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245561_23245561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245561'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245573_23245573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245573_23245573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245573_23245573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245573_23245573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245573_23245573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245573'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245579_23245579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245579_23245579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245579_23245579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245579_23245579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245579_23245579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245579'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245727_23245727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245727_23245727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245727_23245727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245727_23245727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245727_23245727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245727'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245729_23245729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245729_23245729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245729_23245729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245729_23245729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245729_23245729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245729'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245764_23245764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245764_23245764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245764_23245764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245764_23245764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245764_23245764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245764'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245816_23245816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245816_23245816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245816_23245816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245816_23245816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245816_23245816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245816'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245858_23245858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245858_23245858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245858_23245858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245858_23245858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245858_23245858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245858'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245884_23245884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245884_23245884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245884_23245884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245884_23245884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245884_23245884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245884'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246219_23246219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246219_23246219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246219_23246219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246219_23246219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246219_23246219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246219'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246242_23246242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246242_23246242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246242_23246242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246242_23246242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246242_23246242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246242'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246242'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246244_23246244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246244_23246244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246244_23246244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246244_23246244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246244_23246244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246244'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246291_23246291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246291_23246291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246291_23246291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246291_23246291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246291_23246291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246291'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246364_23246364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246364_23246364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246364_23246364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246364_23246364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246364_23246364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246364'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246381_23246381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246381_23246381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246381_23246381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246381_23246381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246381_23246381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246381'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246381'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246413_23246413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246413_23246413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246413_23246413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246413_23246413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246413_23246413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246413'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246431_23246431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246431_23246431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246431_23246431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246431_23246431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246431_23246431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246431'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246472_23246472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246472_23246472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246472_23246472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246472_23246472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246472_23246472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246472'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246507_23246507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246507_23246507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246507_23246507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246507_23246507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246507_23246507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246507'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246569_23246569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246569_23246569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246569_23246569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246569_23246569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246569_23246569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246569'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246577_23246577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246577_23246577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246577_23246577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246577_23246577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246577_23246577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246577'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246601_23246601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246601_23246601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246601_23246601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246601_23246601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246601_23246601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246601'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246729_23246729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246729_23246729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246729_23246729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246729_23246729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246729_23246729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246729'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246750_23246750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246750_23246750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246750_23246750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246750_23246750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246750_23246750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246750'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246763_23246763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246763_23246763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246763_23246763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246763_23246763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246763_23246763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246763'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246838_23246838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246838_23246838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246838_23246838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246838_23246838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246838_23246838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246838'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246877_23246877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246877_23246877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246877_23246877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246877_23246877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246877_23246877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246877'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246917_23246917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246917_23246917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246917_23246917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246917_23246917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246917_23246917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246917'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246989_23246989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246989_23246989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246989_23246989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246989_23246989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246989_23246989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246989'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247006_23247006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247006_23247006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247006_23247006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247006_23247006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247006_23247006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247006'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247022_23247022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247022_23247022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247022_23247022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247022_23247022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247022_23247022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247022'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247051_23247051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247051_23247051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247051_23247051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247051_23247051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247051_23247051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247051'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247586_23247586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247586_23247586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247586_23247586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247586_23247586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247586_23247586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247586'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247610_23247610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247610_23247610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247610_23247610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247610_23247610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247610_23247610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247610'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247610'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247642_23247642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247642_23247642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247642_23247642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247642_23247642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247642_23247642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247642'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247657_23247657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247657_23247657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247657_23247657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247657_23247657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247657_23247657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247657'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_508_1214042_capture_508_1214042_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_508_1214042_capture_508_1214042_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_508_1214042_capture_508_1214042_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_508_1214042_capture_508_1214042_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_508_1214042_capture_508_1214042_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "508_1214042_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '508_1214042_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '508_1214042_capture'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_508_1214042_release_508_1214042_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_508_1214042_release_508_1214042_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_508_1214042_release_508_1214042_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_508_1214042_release_508_1214042_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_508_1214042_release_508_1214042_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "508_1214042_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '508_1214042_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '508_1214042_release'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823730_23823730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823730_23823730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823730_23823730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823730_23823730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823730_23823730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823730'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823731_23823731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823731_23823731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823731_23823731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823731_23823731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823731_23823731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823731'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098041_24098041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098041_24098041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098041_24098041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098041_24098041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098041_24098041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098041'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24098085_24098085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24098085_24098085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24098085_24098085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24098085_24098085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24098085_24098085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24098085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24098085'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24098085'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823782_23823782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823782_23823782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823782_23823782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823782_23823782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823782_23823782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823782'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099109_24099109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099109_24099109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099109_24099109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099109_24099109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099109_24099109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099109'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099417_24099417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099417_24099417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099417_24099417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099417_24099417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099417_24099417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099417'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24099479_24099479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24099479_24099479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24099479_24099479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24099479_24099479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24099479_24099479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24099479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24099479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24099479'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824084_23824084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824084_23824084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824084_23824084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824084_23824084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824084_23824084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824084'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824086_23824086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824086_23824086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824086_23824086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824086_23824086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824086_23824086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824086'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824130_23824130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824130_23824130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824130_23824130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824130_23824130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824130_23824130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824130'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824173_23824173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824173_23824173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824173_23824173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824173_23824173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824173_23824173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824173'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824173'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824188_23824188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824188_23824188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824188_23824188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824188_23824188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824188_23824188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824188'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824231_23824231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824231_23824231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824231_23824231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824231_23824231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824231_23824231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824231'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24100960_24100960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24100960_24100960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24100960_24100960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24100960_24100960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24100960_24100960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24100960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24100960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24100960'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627531_23627531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627531_23627531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627531_23627531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627531_23627531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627531_23627531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627531'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101060_24101060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101060_24101060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101060_24101060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101060_24101060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101060_24101060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101060'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 118 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627595_23627595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627595_23627595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627595_23627595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627595_23627595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627595_23627595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627595'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627686_23627686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627686_23627686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627686_23627686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627686_23627686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627686_23627686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627686'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627686'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627721_23627721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627721_23627721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627721_23627721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627721_23627721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627721_23627721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627721'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627761_23627761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627761_23627761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627761_23627761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627761_23627761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627761_23627761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627761'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627769_23627769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627769_23627769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627769_23627769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627769_23627769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627769_23627769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627769'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627806_23627806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627806_23627806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627806_23627806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627806_23627806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627806_23627806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627806'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627851_23627851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627851_23627851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627851_23627851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627851_23627851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627851_23627851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627851'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627851'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23627907_23627907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23627907_23627907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23627907_23627907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23627907_23627907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23627907_23627907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23627907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23627907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23627907'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101359_24101359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101359_24101359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101359_24101359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101359_24101359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101359_24101359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101359'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628023_23628023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628023_23628023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628023_23628023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628023_23628023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628023_23628023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628023'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628082_23628082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628082_23628082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628082_23628082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628082_23628082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628082_23628082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628082'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628151_23628151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628151_23628151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628151_23628151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628151_23628151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628151_23628151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628151'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101592_24101592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101592_24101592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101592_24101592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101592_24101592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101592_24101592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101592'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628263_23628263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628263_23628263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628263_23628263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628263_23628263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628263_23628263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628263'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 116 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628322_23628322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628322_23628322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628322_23628322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628322_23628322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628322_23628322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628322'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628322'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628378_23628378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628378_23628378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628378_23628378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628378_23628378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628378_23628378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628378'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628428_23628428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628428_23628428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628428_23628428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628428_23628428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628428_23628428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628428'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628467_23628467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628467_23628467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628467_23628467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628467_23628467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628467_23628467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628467'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628485_23628485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628485_23628485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628485_23628485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628485_23628485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628485_23628485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628485'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628485'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628494_23628494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628494_23628494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628494_23628494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628494_23628494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628494_23628494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628494'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628531_23628531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628531_23628531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628531_23628531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628531_23628531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628531_23628531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628531'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628580_23628580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628580_23628580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628580_23628580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628580_23628580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628580_23628580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628580'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101806_24101806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101806_24101806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101806_24101806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101806_24101806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101806_24101806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101806'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24101864_24101864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24101864_24101864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24101864_24101864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24101864_24101864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24101864_24101864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24101864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24101864'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24101864'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628791_23628791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628791_23628791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628791_23628791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628791_23628791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628791_23628791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628791'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 118 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628878_23628878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628878_23628878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628878_23628878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628878_23628878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628878_23628878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628878'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628956_23628956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628956_23628956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628956_23628956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628956_23628956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628956_23628956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628956'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24102192_24102192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24102192_24102192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24102192_24102192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24102192_24102192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24102192_24102192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24102192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24102192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24102192'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629082_23629082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629082_23629082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629082_23629082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629082_23629082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629082_23629082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629082'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629141_23629141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629141_23629141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629141_23629141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629141_23629141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629141_23629141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629141'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629197_23629197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629197_23629197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629197_23629197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629197_23629197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629197_23629197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629197'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629253_23629253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629253_23629253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629253_23629253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629253_23629253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629253_23629253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629253'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629303_23629303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629303_23629303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629303_23629303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629303_23629303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629303_23629303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629303'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629326_23629326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629326_23629326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629326_23629326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629326_23629326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629326_23629326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629326'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629384_23629384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629384_23629384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629384_23629384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629384_23629384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629384_23629384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629384'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629384'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629446_23629446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629446_23629446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629446_23629446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629446_23629446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629446_23629446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629446'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629543_23629543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629543_23629543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629543_23629543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629543_23629543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629543_23629543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629543'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 114 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629616_23629616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629616_23629616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629616_23629616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629616_23629616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629616_23629616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629616'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629671_23629671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629671_23629671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629671_23629671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629671_23629671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629671_23629671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629671'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629726_23629726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629726_23629726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629726_23629726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629726_23629726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629726_23629726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629726'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629726'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629739_23629739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629739_23629739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629739_23629739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629739_23629739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629739_23629739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629739'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629739'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629788_23629788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629788_23629788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629788_23629788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629788_23629788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629788_23629788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629788'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24102675_24102675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24102675_24102675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24102675_24102675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24102675_24102675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24102675_24102675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24102675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24102675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24102675'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24102737_24102737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24102737_24102737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24102737_24102737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24102737_24102737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24102737_24102737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24102737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24102737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24102737'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629963_23629963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629963_23629963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629963_23629963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629963_23629963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629963_23629963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629963'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630021_23630021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630021_23630021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630021_23630021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630021_23630021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630021_23630021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630021'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630062_23630062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630062_23630062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630062_23630062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630062_23630062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630062_23630062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630062'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630068_23630068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630068_23630068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630068_23630068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630068_23630068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630068_23630068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630068'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630132_23630132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630132_23630132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630132_23630132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630132_23630132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630132_23630132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630132'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630201_23630201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630201_23630201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630201_23630201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630201_23630201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630201_23630201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630201'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630201'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630253_23630253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630253_23630253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630253_23630253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630253_23630253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630253_23630253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630253'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630264_23630264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630264_23630264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630264_23630264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630264_23630264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630264_23630264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630264'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630268_23630268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630268_23630268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630268_23630268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630268_23630268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630268_23630268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630268'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103028_24103028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103028_24103028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103028_24103028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103028_24103028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103028_24103028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103028'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630343_23630343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630343_23630343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630343_23630343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630343_23630343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630343_23630343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630343'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630346_23630346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630346_23630346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630346_23630346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630346_23630346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630346_23630346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630346'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630365_23630365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630365_23630365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630365_23630365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630365_23630365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630365_23630365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630365'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630415_23630415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630415_23630415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630415_23630415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630415_23630415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630415_23630415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630415'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103151_24103151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103151_24103151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103151_24103151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103151_24103151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103151_24103151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103151'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630516_23630516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630516_23630516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630516_23630516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630516_23630516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630516_23630516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630516'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630537_23630537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630537_23630537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630537_23630537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630537_23630537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630537_23630537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630537'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103215_24103215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103215_24103215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103215_24103215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103215_24103215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103215_24103215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103215'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103265_24103265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103265_24103265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103265_24103265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103265_24103265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103265_24103265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103265'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103321_24103321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103321_24103321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103321_24103321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103321_24103321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103321_24103321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103321'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826525_23826525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826525_23826525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826525_23826525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826525_23826525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826525_23826525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826525'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826582_23826582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826582_23826582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826582_23826582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826582_23826582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826582_23826582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826582'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827083_23827083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827083_23827083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827083_23827083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827083_23827083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827083_23827083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827083'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827102_23827102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827102_23827102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827102_23827102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827102_23827102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827102_23827102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827102'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827120_23827120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827120_23827120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827120_23827120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827120_23827120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827120_23827120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827120'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827120'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827156_23827156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827156_23827156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827156_23827156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827156_23827156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827156_23827156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827156'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827188_23827188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827188_23827188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827188_23827188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827188_23827188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827188_23827188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827188'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827284_23827284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827284_23827284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827284_23827284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827284_23827284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827284_23827284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827284'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827855_23827855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827855_23827855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827855_23827855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827855_23827855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827855_23827855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827855'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827874_23827874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827874_23827874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827874_23827874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827874_23827874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827874_23827874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827874'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827883_23827883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827883_23827883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827883_23827883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827883_23827883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827883_23827883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827883'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827911_23827911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827911_23827911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827911_23827911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827911_23827911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827911_23827911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827911'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631894_23631894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631894_23631894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631894_23631894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631894_23631894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631894_23631894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631894'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631894'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714119_45714119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714119_45714119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714119_45714119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714119_45714119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714119_45714119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714119'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828143_23828143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828143_23828143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828143_23828143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828143_23828143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828143_23828143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828143'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632374_23632374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632374_23632374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632374_23632374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632374_23632374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632374_23632374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632374'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632374'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23632399_23632399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23632399_23632399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23632399_23632399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23632399_23632399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23632399_23632399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23632399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23632399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23632399'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714225_45714225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714225_45714225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714225_45714225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714225_45714225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714225_45714225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714225'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828323_23828323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828323_23828323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828323_23828323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828323_23828323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828323_23828323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828323'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24104695_24104695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24104695_24104695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24104695_24104695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24104695_24104695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24104695_24104695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24104695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24104695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24104695'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829088_23829088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829088_23829088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829088_23829088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829088_23829088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829088_23829088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829088'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829184_23829184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829184_23829184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829184_23829184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829184_23829184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829184_23829184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829184'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23634899_23634899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23634899_23634899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23634899_23634899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23634899_23634899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23634899_23634899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23634899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23634899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23634899'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23636798_23636798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23636798_23636798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23636798_23636798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23636798_23636798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23636798_23636798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23636798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23636798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23636798'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829393_23829393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829393_23829393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829393_23829393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829393_23829393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829393_23829393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829393'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829401_23829401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829401_23829401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829401_23829401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829401_23829401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829401_23829401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829401'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829421_23829421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829421_23829421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829421_23829421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829421_23829421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829421_23829421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829421'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638061_23638061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638061_23638061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638061_23638061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638061_23638061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638061_23638061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638061'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829506_23829506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829506_23829506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829506_23829506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829506_23829506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829506_23829506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829506'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829535_23829535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829535_23829535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829535_23829535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829535_23829535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829535_23829535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829535'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23639309_23639309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23639309_23639309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23639309_23639309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23639309_23639309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23639309_23639309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23639309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23639309'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23639309'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24109650_24109650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24109650_24109650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24109650_24109650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24109650_24109650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24109650_24109650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24109650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24109650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24109650'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829638_23829638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829638_23829638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829638_23829638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829638_23829638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829638_23829638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829638'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23640416_23640416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23640416_23640416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23640416_23640416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23640416_23640416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23640416_23640416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23640416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23640416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23640416'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641354_23641354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641354_23641354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641354_23641354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641354_23641354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641354_23641354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641354'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23641360_23641360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23641360_23641360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23641360_23641360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23641360_23641360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23641360_23641360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23641360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23641360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23641360'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23642268_23642268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23642268_23642268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23642268_23642268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23642268_23642268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23642268_23642268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23642268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23642268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23642268'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24110800_24110800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24110800_24110800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24110800_24110800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24110800_24110800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24110800_24110800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24110800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24110800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24110800'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643168_23643168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643168_23643168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643168_23643168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643168_23643168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643168_23643168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643168'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23643398_23643398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23643398_23643398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23643398_23643398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23643398_23643398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23643398_23643398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23643398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23643398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23643398'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24111366_24111366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24111366_24111366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24111366_24111366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24111366_24111366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24111366_24111366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24111366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24111366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24111366'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24111396_24111396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24111396_24111396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24111396_24111396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24111396_24111396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24111396_24111396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24111396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24111396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24111396'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644074_23644074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644074_23644074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644074_23644074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644074_23644074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644074_23644074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644074'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644707_23644707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644707_23644707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644707_23644707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644707_23644707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644707_23644707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644707'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644731_23644731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644731_23644731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644731_23644731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644731_23644731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644731_23644731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644731'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644781_23644781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644781_23644781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644781_23644781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644781_23644781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644781_23644781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644781'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644824_23644824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644824_23644824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644824_23644824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644824_23644824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644824_23644824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644824'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644880_23644880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644880_23644880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644880_23644880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644880_23644880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644880_23644880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644880'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23644936_23644936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23644936_23644936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23644936_23644936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23644936_23644936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23644936_23644936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23644936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23644936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23644936'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645010_23645010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645010_23645010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645010_23645010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645010_23645010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645010_23645010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645010'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645141_23645141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645141_23645141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645141_23645141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645141_23645141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645141_23645141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645141'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645233_23645233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645233_23645233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645233_23645233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645233_23645233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645233_23645233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645233'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645250_23645250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645250_23645250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645250_23645250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645250_23645250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645250_23645250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645250'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645428_23645428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645428_23645428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645428_23645428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645428_23645428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645428_23645428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645428'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645434_23645434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645434_23645434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645434_23645434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645434_23645434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645434_23645434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645434'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645521_23645521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645521_23645521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645521_23645521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645521_23645521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645521_23645521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645521'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645652_23645652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645652_23645652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645652_23645652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645652_23645652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645652_23645652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645652'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645773_23645773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645773_23645773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645773_23645773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645773_23645773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645773_23645773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645773'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645867_23645867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645867_23645867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645867_23645867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645867_23645867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645867_23645867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645867'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645926_23645926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645926_23645926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645926_23645926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645926_23645926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645926_23645926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645926'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23645983_23645983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23645983_23645983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23645983_23645983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23645983_23645983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23645983_23645983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23645983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23645983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23645983'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646044_23646044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646044_23646044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646044_23646044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646044_23646044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646044_23646044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646044'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646047_23646047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646047_23646047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646047_23646047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646047_23646047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646047_23646047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646047'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646058_23646058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646058_23646058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646058_23646058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646058_23646058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646058_23646058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646058'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646152_23646152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646152_23646152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646152_23646152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646152_23646152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646152_23646152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646152'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646258_23646258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646258_23646258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646258_23646258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646258_23646258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646258_23646258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646258'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646383_23646383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646383_23646383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646383_23646383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646383_23646383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646383_23646383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646383'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646493_23646493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646493_23646493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646493_23646493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646493_23646493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646493_23646493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646493'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24112991_24112991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24112991_24112991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24112991_24112991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24112991_24112991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24112991_24112991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24112991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24112991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24112991'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23646652_23646652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23646652_23646652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23646652_23646652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23646652_23646652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23646652_23646652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23646652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23646652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23646652'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647832_23647832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647832_23647832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647832_23647832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647832_23647832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647832_23647832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647832'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647838_23647838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647838_23647838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647838_23647838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647838_23647838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647838_23647838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647838'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647874_23647874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647874_23647874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647874_23647874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647874_23647874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647874_23647874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647874'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647943_23647943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647943_23647943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647943_23647943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647943_23647943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647943_23647943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647943'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647956_23647956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647956_23647956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647956_23647956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647956_23647956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647956_23647956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647956'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647973_23647973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647973_23647973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647973_23647973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647973_23647973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647973_23647973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647973'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24114030_24114030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24114030_24114030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24114030_24114030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24114030_24114030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24114030_24114030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24114030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24114030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24114030'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648147_23648147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648147_23648147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648147_23648147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648147_23648147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648147_23648147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648147'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648229_23648229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648229_23648229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648229_23648229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648229_23648229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648229_23648229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648229'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648296_23648296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648296_23648296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648296_23648296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648296_23648296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648296_23648296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648296'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648369_23648369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648369_23648369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648369_23648369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648369_23648369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648369_23648369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648369'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648427_23648427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648427_23648427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648427_23648427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648427_23648427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648427_23648427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648427'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648427'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648440_23648440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648440_23648440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648440_23648440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648440_23648440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648440_23648440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648440'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648512_23648512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648512_23648512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648512_23648512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648512_23648512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648512_23648512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648512'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648512'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648626_23648626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648626_23648626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648626_23648626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648626_23648626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648626_23648626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648626'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648626'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648733_23648733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648733_23648733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648733_23648733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648733_23648733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648733_23648733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648733'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648806_23648806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648806_23648806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648806_23648806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648806_23648806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648806_23648806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648806'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648831_23648831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648831_23648831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648831_23648831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648831_23648831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648831_23648831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648831'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648879_23648879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648879_23648879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648879_23648879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648879_23648879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648879_23648879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648879'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648910_23648910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648910_23648910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648910_23648910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648910_23648910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648910_23648910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648910'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648914_23648914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648914_23648914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648914_23648914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648914_23648914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648914_23648914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648914'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24114671_24114671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24114671_24114671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24114671_24114671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24114671_24114671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24114671_24114671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24114671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24114671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24114671'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648974_23648974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648974_23648974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648974_23648974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648974_23648974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648974_23648974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648974'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649034_23649034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649034_23649034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649034_23649034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649034_23649034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649034_23649034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649034'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24114797_24114797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24114797_24114797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24114797_24114797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24114797_24114797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24114797_24114797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24114797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24114797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24114797'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649115_23649115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649115_23649115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649115_23649115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649115_23649115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649115_23649115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649115'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649144_23649144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649144_23649144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649144_23649144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649144_23649144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649144_23649144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649144'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649223_23649223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649223_23649223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649223_23649223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649223_23649223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649223_23649223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649223'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649227_23649227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649227_23649227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649227_23649227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649227_23649227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649227_23649227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649227'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649259_23649259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649259_23649259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649259_23649259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649259_23649259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649259_23649259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649259'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649343_23649343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649343_23649343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649343_23649343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649343_23649343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649343_23649343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649343'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649436_23649436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649436_23649436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649436_23649436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649436_23649436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649436_23649436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649436'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24115147_24115147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24115147_24115147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24115147_24115147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24115147_24115147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24115147_24115147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24115147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24115147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24115147'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649556_23649556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649556_23649556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649556_23649556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649556_23649556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649556_23649556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649556'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 110 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649615_23649615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649615_23649615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649615_23649615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649615_23649615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649615_23649615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649615'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649913_23649913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649913_23649913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649913_23649913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649913_23649913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649913_23649913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649913'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649947_23649947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649947_23649947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649947_23649947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649947_23649947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649947_23649947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649947'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649967_23649967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649967_23649967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649967_23649967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649967_23649967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649967_23649967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649967'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23649998_23649998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23649998_23649998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23649998_23649998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23649998_23649998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23649998_23649998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23649998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23649998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23649998'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650517_23650517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650517_23650517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650517_23650517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650517_23650517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650517_23650517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650517'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650517'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24115912_24115912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24115912_24115912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24115912_24115912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24115912_24115912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24115912_24115912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24115912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24115912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24115912'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23650693_23650693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23650693_23650693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23650693_23650693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23650693_23650693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23650693_23650693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23650693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23650693'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23650693'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651455_23651455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651455_23651455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651455_23651455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651455_23651455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651455_23651455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651455'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24116616_24116616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24116616_24116616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24116616_24116616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24116616_24116616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24116616_24116616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24116616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24116616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24116616'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651542_23651542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651542_23651542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651542_23651542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651542_23651542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651542_23651542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651542'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651700_23651700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651700_23651700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651700_23651700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651700_23651700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651700_23651700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651700'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23651724_23651724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23651724_23651724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23651724_23651724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23651724_23651724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23651724_23651724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23651724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23651724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23651724'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652232_23652232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652232_23652232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652232_23652232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652232_23652232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652232_23652232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652232'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652269_23652269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652269_23652269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652269_23652269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652269_23652269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652269_23652269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652269'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23652381_23652381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23652381_23652381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23652381_23652381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23652381_23652381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23652381_23652381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23652381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23652381'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23652381'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24117438_24117438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24117438_24117438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24117438_24117438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24117438_24117438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24117438_24117438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24117438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24117438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24117438'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653034_23653034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653034_23653034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653034_23653034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653034_23653034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653034_23653034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653034'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653087_23653087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653087_23653087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653087_23653087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653087_23653087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653087_23653087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653087'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24118038_24118038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24118038_24118038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24118038_24118038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24118038_24118038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24118038_24118038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24118038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24118038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24118038'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 112 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24118097_24118097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24118097_24118097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24118097_24118097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24118097_24118097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24118097_24118097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24118097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24118097'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24118097'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24118168_24118168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24118168_24118168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24118168_24118168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24118168_24118168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24118168_24118168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24118168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24118168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24118168'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653543_23653543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653543_23653543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653543_23653543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653543_23653543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653543_23653543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653543'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653588_23653588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653588_23653588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653588_23653588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653588_23653588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653588_23653588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653588'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653650_23653650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653650_23653650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653650_23653650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653650_23653650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653650_23653650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653650'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653680_23653680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653680_23653680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653680_23653680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653680_23653680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653680_23653680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653680'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653845_23653845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653845_23653845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653845_23653845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653845_23653845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653845_23653845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653845'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23653906_23653906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23653906_23653906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23653906_23653906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23653906_23653906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23653906_23653906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23653906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23653906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23653906'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654010_23654010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654010_23654010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654010_23654010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654010_23654010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654010_23654010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654010'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654102_23654102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654102_23654102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654102_23654102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654102_23654102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654102_23654102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654102'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654214_23654214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654214_23654214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654214_23654214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654214_23654214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654214_23654214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654214'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654330_23654330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654330_23654330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654330_23654330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654330_23654330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654330_23654330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654330'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654560_23654560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654560_23654560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654560_23654560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654560_23654560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654560_23654560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654560'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654598_23654598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654598_23654598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654598_23654598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654598_23654598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654598_23654598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654598'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654661_23654661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654661_23654661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654661_23654661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654661_23654661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654661_23654661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654661'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654757_23654757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654757_23654757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654757_23654757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654757_23654757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654757_23654757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654757'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654819_23654819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654819_23654819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654819_23654819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654819_23654819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654819_23654819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654819'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654823_23654823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654823_23654823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654823_23654823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654823_23654823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654823_23654823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654823'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654864_23654864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654864_23654864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654864_23654864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654864_23654864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654864_23654864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654864'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654864'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23654983_23654983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23654983_23654983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23654983_23654983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23654983_23654983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23654983_23654983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23654983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23654983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23654983'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655105_23655105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655105_23655105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655105_23655105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655105_23655105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655105_23655105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655105'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655208_23655208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655208_23655208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655208_23655208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655208_23655208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655208_23655208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655208'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655319_23655319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655319_23655319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655319_23655319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655319_23655319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655319_23655319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655319'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655319'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655415_23655415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655415_23655415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655415_23655415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655415_23655415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655415_23655415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655415'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655486_23655486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655486_23655486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655486_23655486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655486_23655486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655486_23655486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655486'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655506_23655506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655506_23655506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655506_23655506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655506_23655506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655506_23655506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655506'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655576_23655576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655576_23655576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655576_23655576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655576_23655576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655576_23655576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655576'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24119771_24119771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24119771_24119771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24119771_24119771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24119771_24119771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24119771_24119771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24119771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24119771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24119771'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655780_23655780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655780_23655780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655780_23655780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655780_23655780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655780_23655780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655780'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655860_23655860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655860_23655860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655860_23655860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655860_23655860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655860_23655860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655860'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655860'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23655958_23655958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23655958_23655958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23655958_23655958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23655958_23655958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23655958_23655958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23655958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23655958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23655958'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656035_23656035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656035_23656035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656035_23656035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656035_23656035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656035_23656035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656035'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656107_23656107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656107_23656107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656107_23656107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656107_23656107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656107_23656107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656107'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656118_23656118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656118_23656118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656118_23656118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656118_23656118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656118_23656118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656118'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656331_23656331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656331_23656331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656331_23656331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656331_23656331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656331_23656331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656331'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656346_23656346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656346_23656346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656346_23656346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656346_23656346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656346_23656346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656346'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656977_23656977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656977_23656977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656977_23656977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656977_23656977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656977_23656977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656977'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23656995_23656995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23656995_23656995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23656995_23656995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23656995_23656995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23656995_23656995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23656995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23656995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23656995'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657040_23657040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657040_23657040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657040_23657040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657040_23657040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657040_23657040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657040'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24121483_24121483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24121483_24121483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24121483_24121483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24121483_24121483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24121483_24121483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24121483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24121483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24121483'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658754_23658754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658754_23658754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658754_23658754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658754_23658754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658754_23658754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658754'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23658792_23658792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23658792_23658792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23658792_23658792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23658792_23658792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23658792_23658792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23658792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23658792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23658792'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659479_23659479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659479_23659479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659479_23659479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659479_23659479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659479_23659479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659479'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24122517_24122517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24122517_24122517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24122517_24122517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24122517_24122517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24122517_24122517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24122517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24122517'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24122517'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23659603_23659603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23659603_23659603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23659603_23659603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23659603_23659603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23659603_23659603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23659603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23659603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23659603'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660767_23660767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660767_23660767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660767_23660767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660767_23660767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660767_23660767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660767'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660820_23660820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660820_23660820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660820_23660820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660820_23660820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660820_23660820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660820'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23660881_23660881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23660881_23660881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23660881_23660881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23660881_23660881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23660881_23660881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23660881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23660881'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23660881'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661293_23661293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661293_23661293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661293_23661293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661293_23661293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661293_23661293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661293'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661364_23661364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661364_23661364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661364_23661364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661364_23661364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661364_23661364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661364'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661449_23661449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661449_23661449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661449_23661449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661449_23661449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661449_23661449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661449'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661449'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24123780_24123780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24123780_24123780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24123780_24123780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24123780_24123780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24123780_24123780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24123780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24123780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24123780'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661800_23661800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661800_23661800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661800_23661800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661800_23661800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661800_23661800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661800'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23661878_23661878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23661878_23661878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23661878_23661878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23661878_23661878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23661878_23661878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23661878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23661878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23661878'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24123917_24123917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24123917_24123917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24123917_24123917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24123917_24123917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24123917_24123917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24123917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24123917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24123917'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662086_23662086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662086_23662086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662086_23662086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662086_23662086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662086_23662086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662086'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662138_23662138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662138_23662138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662138_23662138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662138_23662138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662138_23662138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662138'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662212_23662212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662212_23662212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662212_23662212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662212_23662212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662212_23662212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662212'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662278_23662278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662278_23662278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662278_23662278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662278_23662278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662278_23662278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662278'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662407_23662407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662407_23662407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662407_23662407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662407_23662407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662407_23662407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662407'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662414_23662414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662414_23662414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662414_23662414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662414_23662414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662414_23662414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662414'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 109 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662493_23662493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662493_23662493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662493_23662493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662493_23662493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662493_23662493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662493'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 108 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662574_23662574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662574_23662574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662574_23662574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662574_23662574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662574_23662574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662574'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662751_23662751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662751_23662751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662751_23662751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662751_23662751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662751_23662751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662751'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662751'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662799_23662799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662799_23662799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662799_23662799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662799_23662799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662799_23662799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662799'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662799'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 105 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662868_23662868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662868_23662868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662868_23662868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662868_23662868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662868_23662868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662868'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662868'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23662920_23662920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23662920_23662920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23662920_23662920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23662920_23662920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23662920_23662920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23662920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23662920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23662920'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24124495_24124495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24124495_24124495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24124495_24124495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24124495_24124495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24124495_24124495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24124495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24124495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24124495'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663109_23663109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663109_23663109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663109_23663109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663109_23663109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663109_23663109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663109'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663133_23663133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663133_23663133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663133_23663133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663133_23663133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663133_23663133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663133'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663200_23663200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663200_23663200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663200_23663200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663200_23663200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663200_23663200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663200'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663283_23663283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663283_23663283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663283_23663283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663283_23663283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663283_23663283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663283'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663283'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663472_23663472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663472_23663472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663472_23663472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663472_23663472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663472_23663472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663472'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663480_23663480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663480_23663480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663480_23663480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663480_23663480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663480_23663480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663480'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663535_23663535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663535_23663535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663535_23663535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663535_23663535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663535_23663535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663535'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24124773_24124773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24124773_24124773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24124773_24124773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24124773_24124773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24124773_24124773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24124773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24124773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24124773'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663666_23663666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663666_23663666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663666_23663666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663666_23663666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663666_23663666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663666'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663805_23663805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663805_23663805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663805_23663805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663805_23663805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663805_23663805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663805'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24124863_24124863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24124863_24124863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24124863_24124863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24124863_24124863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24124863_24124863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24124863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24124863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24124863'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24124895_24124895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24124895_24124895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24124895_24124895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24124895_24124895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24124895_24124895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24124895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24124895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24124895'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663925_23663925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663925_23663925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663925_23663925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663925_23663925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663925_23663925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663925'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665041_23665041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665041_23665041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665041_23665041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665041_23665041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665041_23665041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665041'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665099_23665099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665099_23665099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665099_23665099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665099_23665099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665099_23665099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665099'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665099'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665197_23665197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665197_23665197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665197_23665197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665197_23665197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665197_23665197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665197'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23665320_23665320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23665320_23665320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23665320_23665320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23665320_23665320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23665320_23665320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23665320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23665320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23665320'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666107_23666107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666107_23666107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666107_23666107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666107_23666107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666107_23666107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666107'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666164_23666164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666164_23666164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666164_23666164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666164_23666164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666164_23666164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666164'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23666243_23666243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23666243_23666243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23666243_23666243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23666243_23666243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23666243_23666243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23666243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23666243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23666243'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23667475_23667475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23667475_23667475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23667475_23667475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23667475_23667475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23667475_23667475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23667475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23667475'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23667475'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668062_23668062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668062_23668062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668062_23668062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668062_23668062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668062_23668062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668062'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23668948_23668948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23668948_23668948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23668948_23668948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23668948_23668948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23668948_23668948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23668948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23668948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23668948'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23670265_23670265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23670265_23670265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23670265_23670265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23670265_23670265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23670265_23670265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23670265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23670265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23670265'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23671309_23671309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23671309_23671309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23671309_23671309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23671309_23671309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23671309_23671309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23671309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23671309'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23671309'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23673669_23673669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23673669_23673669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23673669_23673669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23673669_23673669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23673669_23673669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23673669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23673669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23673669'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23674507_23674507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23674507_23674507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23674507_23674507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23674507_23674507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23674507_23674507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23674507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23674507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23674507'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675071_23675071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675071_23675071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675071_23675071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675071_23675071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675071_23675071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675071'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133151_24133151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133151_24133151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133151_24133151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133151_24133151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133151_24133151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133151'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23675379_23675379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23675379_23675379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23675379_23675379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23675379_23675379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23675379_23675379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23675379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23675379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23675379'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133301_24133301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133301_24133301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133301_24133301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133301_24133301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133301_24133301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133301'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133301'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24133494_24133494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24133494_24133494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24133494_24133494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24133494_24133494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24133494_24133494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24133494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24133494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24133494'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24134190_24134190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24134190_24134190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24134190_24134190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24134190_24134190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24134190_24134190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24134190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24134190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24134190'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676766_23676766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676766_23676766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676766_23676766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676766_23676766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676766_23676766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676766'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676766'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23676895_23676895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23676895_23676895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23676895_23676895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23676895_23676895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23676895_23676895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23676895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23676895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23676895'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23677990_23677990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23677990_23677990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23677990_23677990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23677990_23677990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23677990_23677990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23677990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23677990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23677990'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23678959_23678959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23678959_23678959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23678959_23678959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23678959_23678959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23678959_23678959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23678959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23678959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23678959'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24136175_24136175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24136175_24136175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24136175_24136175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24136175_24136175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24136175_24136175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24136175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24136175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24136175'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679552_23679552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679552_23679552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679552_23679552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679552_23679552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679552_23679552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679552'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23679614_23679614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23679614_23679614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23679614_23679614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23679614_23679614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23679614_23679614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23679614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23679614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23679614'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23680724_23680724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23680724_23680724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23680724_23680724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23680724_23680724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23680724_23680724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23680724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23680724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23680724'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24137786_24137786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24137786_24137786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24137786_24137786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24137786_24137786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24137786_24137786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24137786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24137786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24137786'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681794_23681794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681794_23681794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681794_23681794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681794_23681794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681794_23681794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681794'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681794'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681805_23681805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681805_23681805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681805_23681805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681805_23681805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681805_23681805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681805'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138516_24138516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138516_24138516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138516_24138516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138516_24138516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138516_24138516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138516'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23681961_23681961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23681961_23681961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23681961_23681961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23681961_23681961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23681961_23681961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23681961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23681961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23681961'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682107_23682107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682107_23682107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682107_23682107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682107_23682107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682107_23682107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682107'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23682139_23682139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23682139_23682139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23682139_23682139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23682139_23682139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23682139_23682139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23682139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23682139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23682139'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138760_24138760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138760_24138760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138760_24138760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138760_24138760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138760_24138760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138760'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138796_24138796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138796_24138796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138796_24138796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138796_24138796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138796_24138796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138796'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24138812_24138812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24138812_24138812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24138812_24138812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24138812_24138812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24138812_24138812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24138812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24138812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24138812'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24139518_24139518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24139518_24139518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24139518_24139518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24139518_24139518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24139518_24139518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24139518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24139518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24139518'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24139549_24139549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24139549_24139549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24139549_24139549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24139549_24139549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24139549_24139549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24139549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24139549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24139549'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683271_23683271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683271_23683271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683271_23683271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683271_23683271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683271_23683271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683271'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683360_23683360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683360_23683360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683360_23683360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683360_23683360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683360_23683360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683360'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 73 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23683461_23683461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23683461_23683461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23683461_23683461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23683461_23683461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23683461_23683461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23683461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23683461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23683461'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23684263_23684263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23684263_23684263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23684263_23684263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23684263_23684263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23684263_23684263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23684263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23684263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23684263'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685109_23685109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685109_23685109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685109_23685109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685109_23685109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685109_23685109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685109'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24141097_24141097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24141097_24141097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24141097_24141097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24141097_24141097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24141097_24141097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24141097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24141097'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24141097'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685245_23685245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685245_23685245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685245_23685245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685245_23685245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685245_23685245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685245'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685341_23685341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685341_23685341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685341_23685341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685341_23685341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685341_23685341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685341'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685341'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685425_23685425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685425_23685425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685425_23685425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685425_23685425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685425_23685425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685425'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686365_23686365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686365_23686365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686365_23686365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686365_23686365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686365_23686365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686365'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686438_23686438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686438_23686438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686438_23686438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686438_23686438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686438_23686438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686438'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686551_23686551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686551_23686551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686551_23686551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686551_23686551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686551_23686551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686551'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24142272_24142272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24142272_24142272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24142272_24142272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24142272_24142272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24142272_24142272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24142272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24142272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24142272'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23686728_23686728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23686728_23686728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23686728_23686728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23686728_23686728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23686728_23686728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23686728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23686728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23686728'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143210_24143210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143210_24143210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143210_24143210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143210_24143210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143210_24143210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143210'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687833_23687833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687833_23687833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687833_23687833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687833_23687833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687833_23687833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687833'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23687959_23687959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23687959_23687959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23687959_23687959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23687959_23687959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23687959_23687959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23687959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23687959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23687959'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143440_24143440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143440_24143440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143440_24143440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143440_24143440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143440_24143440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143440'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24143539_24143539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24143539_24143539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24143539_24143539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24143539_24143539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24143539_24143539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24143539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24143539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24143539'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689272_23689272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689272_23689272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689272_23689272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689272_23689272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689272_23689272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689272'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689374_23689374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689374_23689374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689374_23689374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689374_23689374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689374_23689374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689374'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689374'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689483_23689483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689483_23689483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689483_23689483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689483_23689483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689483_23689483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689483'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689599_23689599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689599_23689599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689599_23689599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689599_23689599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689599_23689599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689599'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23689722_23689722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23689722_23689722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23689722_23689722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23689722_23689722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23689722_23689722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23689722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23689722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23689722'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690186_23690186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690186_23690186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690186_23690186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690186_23690186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690186_23690186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690186'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145632_24145632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145632_24145632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145632_24145632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145632_24145632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145632_24145632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145632'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24145735_24145735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24145735_24145735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24145735_24145735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24145735_24145735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24145735_24145735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24145735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24145735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24145735'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690903_23690903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690903_23690903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690903_23690903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690903_23690903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690903_23690903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690903'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23690998_23690998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23690998_23690998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23690998_23690998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23690998_23690998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23690998_23690998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23690998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23690998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23690998'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691104_23691104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691104_23691104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691104_23691104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691104_23691104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691104_23691104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691104'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691772_23691772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691772_23691772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691772_23691772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691772_23691772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691772_23691772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691772'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23691877_23691877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23691877_23691877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23691877_23691877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23691877_23691877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23691877_23691877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23691877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23691877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23691877'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693100_23693100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693100_23693100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693100_23693100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693100_23693100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693100_23693100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693100'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693146_23693146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693146_23693146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693146_23693146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693146_23693146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693146_23693146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693146'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693245_23693245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693245_23693245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693245_23693245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693245_23693245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693245_23693245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693245'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693370_23693370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693370_23693370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693370_23693370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693370_23693370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693370_23693370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693370'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23693451_23693451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23693451_23693451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23693451_23693451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23693451_23693451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23693451_23693451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23693451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23693451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23693451'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148345_24148345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148345_24148345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148345_24148345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148345_24148345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148345_24148345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148345'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24148358_24148358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24148358_24148358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24148358_24148358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24148358_24148358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24148358_24148358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24148358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24148358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24148358'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694209_23694209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694209_23694209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694209_23694209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694209_23694209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694209_23694209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694209'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23694311_23694311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23694311_23694311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23694311_23694311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23694311_23694311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23694311_23694311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23694311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23694311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23694311'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695041_23695041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695041_23695041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695041_23695041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695041_23695041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695041_23695041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695041'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695052_23695052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695052_23695052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695052_23695052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695052_23695052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695052_23695052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695052'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149078_24149078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149078_24149078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149078_24149078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149078_24149078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149078_24149078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149078'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149078'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 103 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23695270_23695270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23695270_23695270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23695270_23695270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23695270_23695270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23695270_23695270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23695270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23695270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23695270'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149274_24149274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149274_24149274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149274_24149274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149274_24149274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149274_24149274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149274'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24149593_24149593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24149593_24149593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24149593_24149593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24149593_24149593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24149593_24149593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24149593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24149593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24149593'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696047_23696047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696047_23696047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696047_23696047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696047_23696047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696047_23696047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696047'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696145_23696145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696145_23696145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696145_23696145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696145_23696145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696145_23696145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696145'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696248_23696248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696248_23696248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696248_23696248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696248_23696248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696248_23696248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696248'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696722_23696722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696722_23696722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696722_23696722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696722_23696722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696722_23696722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696722'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696944_23696944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696944_23696944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696944_23696944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696944_23696944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696944_23696944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696944'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23696982_23696982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23696982_23696982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23696982_23696982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23696982_23696982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23696982_23696982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23696982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23696982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23696982'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697472_23697472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697472_23697472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697472_23697472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697472_23697472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697472_23697472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697472'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23697609_23697609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23697609_23697609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23697609_23697609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23697609_23697609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23697609_23697609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23697609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23697609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23697609'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24150796_24150796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24150796_24150796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24150796_24150796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24150796_24150796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24150796_24150796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24150796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24150796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24150796'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698336_23698336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698336_23698336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698336_23698336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698336_23698336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698336_23698336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698336'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698358_23698358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698358_23698358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698358_23698358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698358_23698358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698358_23698358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698358'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151677_24151677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151677_24151677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151677_24151677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151677_24151677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151677_24151677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151677'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151715_24151715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151715_24151715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151715_24151715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151715_24151715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151715_24151715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151715'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151715'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23698963_23698963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23698963_23698963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23698963_23698963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23698963_23698963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23698963_23698963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23698963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23698963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23698963'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699045_23699045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699045_23699045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699045_23699045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699045_23699045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699045_23699045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699045'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699060_23699060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699060_23699060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699060_23699060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699060_23699060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699060_23699060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699060'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699246_23699246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699246_23699246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699246_23699246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699246_23699246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699246_23699246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699246'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699246'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24151907_24151907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24151907_24151907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24151907_24151907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24151907_24151907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24151907_24151907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24151907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24151907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24151907'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699423_23699423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699423_23699423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699423_23699423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699423_23699423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699423_23699423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699423'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23699452_23699452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23699452_23699452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23699452_23699452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23699452_23699452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23699452_23699452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23699452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23699452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23699452'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152325_24152325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152325_24152325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152325_24152325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152325_24152325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152325_24152325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152325'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700037_23700037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700037_23700037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700037_23700037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700037_23700037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700037_23700037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700037'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152506_24152506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152506_24152506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152506_24152506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152506_24152506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152506_24152506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152506'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700611_23700611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700611_23700611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700611_23700611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700611_23700611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700611_23700611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700611'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24152864_24152864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24152864_24152864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24152864_24152864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24152864_24152864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24152864_24152864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24152864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24152864'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24152864'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23700815_23700815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23700815_23700815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23700815_23700815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23700815_23700815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23700815_23700815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23700815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23700815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23700815'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701215_23701215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701215_23701215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701215_23701215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701215_23701215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701215_23701215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701215'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701231_23701231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701231_23701231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701231_23701231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701231_23701231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701231_23701231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701231'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24153299_24153299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24153299_24153299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24153299_24153299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24153299_24153299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24153299_24153299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24153299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24153299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24153299'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24153401_24153401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24153401_24153401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24153401_24153401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24153401_24153401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24153401_24153401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24153401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24153401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24153401'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701537_23701537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701537_23701537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701537_23701537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701537_23701537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701537_23701537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701537'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701866_23701866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701866_23701866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701866_23701866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701866_23701866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701866_23701866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701866'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23701949_23701949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23701949_23701949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23701949_23701949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23701949_23701949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23701949_23701949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23701949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23701949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23701949'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702056_23702056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702056_23702056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702056_23702056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702056_23702056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702056_23702056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702056'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24153944_24153944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24153944_24153944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24153944_24153944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24153944_24153944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24153944_24153944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24153944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24153944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24153944'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702724_23702724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702724_23702724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702724_23702724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702724_23702724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702724_23702724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702724'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702806_23702806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702806_23702806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702806_23702806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702806_23702806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702806_23702806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702806'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 75 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702896_23702896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702896_23702896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702896_23702896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702896_23702896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702896_23702896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702896'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23702995_23702995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23702995_23702995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23702995_23702995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23702995_23702995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23702995_23702995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23702995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23702995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23702995'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24154621_24154621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24154621_24154621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24154621_24154621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24154621_24154621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24154621_24154621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24154621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24154621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24154621'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703658_23703658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703658_23703658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703658_23703658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703658_23703658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703658_23703658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703658'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703731_23703731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703731_23703731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703731_23703731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703731_23703731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703731_23703731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703731'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703825_23703825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703825_23703825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703825_23703825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703825_23703825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703825_23703825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703825'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23703939_23703939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23703939_23703939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23703939_23703939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23703939_23703939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23703939_23703939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23703939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23703939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23703939'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704046_23704046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704046_23704046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704046_23704046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704046_23704046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704046_23704046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704046'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704534_23704534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704534_23704534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704534_23704534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704534_23704534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704534_23704534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704534'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704588_23704588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704588_23704588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704588_23704588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704588_23704588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704588_23704588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704588'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704685_23704685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704685_23704685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704685_23704685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704685_23704685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704685_23704685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704685'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704913_23704913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704913_23704913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704913_23704913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704913_23704913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704913_23704913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704913'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23704940_23704940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23704940_23704940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23704940_23704940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23704940_23704940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23704940_23704940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23704940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23704940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23704940'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156182_24156182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156182_24156182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156182_24156182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156182_24156182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156182_24156182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156182'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705767_23705767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705767_23705767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705767_23705767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705767_23705767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705767_23705767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705767'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705834_23705834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705834_23705834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705834_23705834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705834_23705834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705834_23705834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705834'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705904_23705904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705904_23705904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705904_23705904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705904_23705904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705904_23705904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705904'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705944_23705944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705944_23705944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705944_23705944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705944_23705944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705944_23705944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705944'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705948_23705948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705948_23705948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705948_23705948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705948_23705948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705948_23705948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705948'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705949_23705949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705949_23705949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705949_23705949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705949_23705949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705949_23705949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705949'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706036_23706036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706036_23706036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706036_23706036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706036_23706036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706036_23706036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706036'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706036'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24156707_24156707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24156707_24156707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24156707_24156707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24156707_24156707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24156707_24156707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24156707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24156707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24156707'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706236_23706236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706236_23706236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706236_23706236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706236_23706236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706236_23706236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706236'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621959_23621959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621959_23621959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621959_23621959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621959_23621959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621959_23621959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621959'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621963_23621963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621963_23621963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621963_23621963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621963_23621963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621963_23621963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621963'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621968_23621968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621968_23621968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621968_23621968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621968_23621968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621968_23621968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621968'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250459_23250459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250459_23250459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250459_23250459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250459_23250459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250459_23250459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250459'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250468_23250468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250468_23250468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250468_23250468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250468_23250468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250468_23250468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250468'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250468'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250470_23250470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250470_23250470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250470_23250470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250470_23250470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250470_23250470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250470'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250470'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250474_23250474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250474_23250474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250474_23250474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250474_23250474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250474_23250474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250474'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250502_23250502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250502_23250502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250502_23250502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250502_23250502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250502_23250502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250502'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250534_23250534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250534_23250534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250534_23250534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250534_23250534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250534_23250534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250534'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250537_23250537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250537_23250537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250537_23250537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250537_23250537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250537_23250537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250537'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621971_23621971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621971_23621971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621971_23621971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621971_23621971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621971_23621971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621971'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707104_23707104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707104_23707104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707104_23707104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707104_23707104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707104_23707104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707104'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707187_23707187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707187_23707187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707187_23707187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707187_23707187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707187_23707187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707187'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707187'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23707570_23707570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23707570_23707570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23707570_23707570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23707570_23707570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23707570_23707570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23707570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23707570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23707570'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24157673_24157673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24157673_24157673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24157673_24157673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24157673_24157673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24157673_24157673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24157673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24157673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24157673'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621977_23621977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621977_23621977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621977_23621977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621977_23621977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621977_23621977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621977'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250611_23250611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250611_23250611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250611_23250611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250611_23250611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250611_23250611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250611'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250613_23250613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250613_23250613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250613_23250613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250613_23250613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250613_23250613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250613'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386864_24386864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386864_24386864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386864_24386864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386864_24386864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386864_24386864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386864'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386864'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386865_24386865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386865_24386865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386865_24386865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386865_24386865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386865_24386865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386865'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386866_24386866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386866_24386866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386866_24386866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386866_24386866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386866_24386866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386866'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386868_24386868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386868_24386868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386868_24386868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386868_24386868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386868_24386868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386868'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386868'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386869_24386869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386869_24386869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386869_24386869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386869_24386869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386869_24386869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386869'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386883_24386883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386883_24386883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386883_24386883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386883_24386883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386883_24386883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386883'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386884_24386884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386884_24386884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386884_24386884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386884_24386884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386884_24386884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386884'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386890_24386890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386890_24386890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386890_24386890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386890_24386890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386890_24386890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386890'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386895_24386895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386895_24386895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386895_24386895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386895_24386895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386895_24386895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386895'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386938_24386938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386938_24386938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386938_24386938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386938_24386938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386938_24386938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386938'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386991_24386991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386991_24386991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386991_24386991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386991_24386991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386991_24386991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386991'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387032_24387032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387032_24387032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387032_24387032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387032_24387032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387032_24387032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387032'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387061_24387061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387061_24387061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387061_24387061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387061_24387061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387061_24387061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387061'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387072_24387072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387072_24387072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387072_24387072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387072_24387072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387072_24387072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387072'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387096_24387096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387096_24387096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387096_24387096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387096_24387096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387096_24387096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387096'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387105_24387105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387105_24387105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387105_24387105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387105_24387105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387105_24387105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387105'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387107_24387107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387107_24387107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387107_24387107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387107_24387107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387107_24387107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387107'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387110_24387110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387110_24387110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387110_24387110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387110_24387110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387110_24387110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387110'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387122_24387122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387122_24387122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387122_24387122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387122_24387122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387122_24387122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387122'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387128_24387128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387128_24387128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387128_24387128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387128_24387128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387128_24387128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387128'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387133_24387133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387133_24387133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387133_24387133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387133_24387133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387133_24387133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387133'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387134_24387134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387134_24387134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387134_24387134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387134_24387134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387134_24387134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387134'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251920_23251920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251920_23251920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251920_23251920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251920_23251920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251920_23251920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251920'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251928_23251928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251928_23251928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251928_23251928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251928_23251928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251928_23251928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251928'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251928'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622150_23622150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622150_23622150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622150_23622150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622150_23622150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622150_23622150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622150'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742064_23742064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742064_23742064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742064_23742064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742064_23742064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742064_23742064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742064'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742258_23742258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742258_23742258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742258_23742258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742258_23742258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742258_23742258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742258'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23840847_23840847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23840847_23840847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23840847_23840847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23840847_23840847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23840847_23840847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23840847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23840847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23840847'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24176940_24176940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24176940_24176940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24176940_24176940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24176940_24176940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24176940_24176940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24176940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24176940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24176940'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24176949_24176949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24176949_24176949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24176949_24176949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24176949_24176949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24176949_24176949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24176949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24176949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24176949'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742401_23742401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742401_23742401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742401_23742401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742401_23742401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742401_23742401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742401'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742466_23742466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742466_23742466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742466_23742466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742466_23742466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742466_23742466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742466'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742678_23742678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742678_23742678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742678_23742678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742678_23742678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742678_23742678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742678'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742678'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742899_23742899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742899_23742899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742899_23742899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742899_23742899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742899_23742899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742899'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622201_23622201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622201_23622201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622201_23622201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622201_23622201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622201_23622201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622201'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622201'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252200_23252200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252200_23252200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252200_23252200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252200_23252200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252200_23252200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252200'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252204_23252204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252204_23252204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252204_23252204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252204_23252204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252204_23252204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252204'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252205_23252205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252205_23252205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252205_23252205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252205_23252205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252205_23252205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252205'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252259_23252259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252259_23252259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252259_23252259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252259_23252259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252259_23252259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252259'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252266_23252266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252266_23252266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252266_23252266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252266_23252266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252266_23252266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252266'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_509_1214043_capture_509_1214043_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_509_1214043_capture_509_1214043_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_509_1214043_capture_509_1214043_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_509_1214043_capture_509_1214043_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_509_1214043_capture_509_1214043_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "509_1214043_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '509_1214043_capture'^^xsd:string;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '509_1214043_capture'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_509_1214043_release_509_1214043_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_509_1214043_release_509_1214043_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_509_1214043_release_509_1214043_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_509_1214043_release_509_1214043_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_509_1214043_release_509_1214043_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "509_1214043_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '509_1214043_release'^^xsd:string;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '509_1214043_release'^^xsd:string;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097609_24097609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097609_24097609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097609_24097609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097609_24097609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097609_24097609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097609'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097609'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909813_23909813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909813_23909813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909813_23909813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909813_23909813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909813_23909813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909813'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909813'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899771_23899771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899771_23899771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899771_23899771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899771_23899771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899771_23899771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899771'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899771'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899791_23899791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899791_23899791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899791_23899791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899791_23899791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899791_23899791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899791'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899791'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899793_23899793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899793_23899793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899793_23899793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899793_23899793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899793_23899793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899793'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899793'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909852_23909852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909852_23909852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909852_23909852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909852_23909852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909852_23909852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909852'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909852'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823747_23823747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823747_23823747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823747_23823747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823747_23823747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823747_23823747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823747'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823747'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899804_23899804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899804_23899804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899804_23899804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899804_23899804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899804_23899804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899804'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899804'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899830_23899830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899830_23899830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899830_23899830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899830_23899830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899830_23899830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899830'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899830'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 59 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899889_23899889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899889_23899889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899889_23899889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899889_23899889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899889_23899889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899889'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899889'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899928_23899928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899928_23899928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899928_23899928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899928_23899928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899928_23899928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899928'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899928'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899979_23899979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899979_23899979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899979_23899979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899979_23899979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899979_23899979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899979'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899979'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900032_23900032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900032_23900032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900032_23900032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900032_23900032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900032_23900032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900032'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900032'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900082_23900082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900082_23900082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900082_23900082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900082_23900082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900082_23900082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900082'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900082'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900091_23900091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900091_23900091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900091_23900091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900091_23900091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900091_23900091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900091'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900091'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900099_23900099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900099_23900099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900099_23900099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900099_23900099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900099_23900099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900099'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900099'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900121_23900121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900121_23900121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900121_23900121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900121_23900121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900121_23900121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900121'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900121'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900153_23900153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900153_23900153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900153_23900153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900153_23900153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900153_23900153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900153'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900153'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902161_23902161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902161_23902161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902161_23902161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902161_23902161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902161_23902161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902161'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902161'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902208_23902208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902208_23902208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902208_23902208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902208_23902208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902208_23902208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902208'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902208'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902367_23902367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902367_23902367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902367_23902367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902367_23902367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902367_23902367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902367'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902367'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914491_23914491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914491_23914491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914491_23914491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914491_23914491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914491_23914491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914491'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914491'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829348_23829348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829348_23829348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829348_23829348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829348_23829348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829348_23829348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829348'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829348'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829389_23829389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829389_23829389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829389_23829389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829389_23829389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829389_23829389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829389'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829389'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902382_23902382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902382_23902382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902382_23902382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902382_23902382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902382_23902382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902382'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902382'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902968_23902968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902968_23902968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902968_23902968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902968_23902968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902968_23902968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902968'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902968'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914542_23914542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914542_23914542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914542_23914542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914542_23914542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914542_23914542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914542'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914542'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829637_23829637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829637_23829637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829637_23829637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829637_23829637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829637_23829637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829637'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829637'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914563_23914563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914563_23914563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914563_23914563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914563_23914563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914563_23914563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914563'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914563'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903175_23903175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903175_23903175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903175_23903175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903175_23903175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903175_23903175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903175'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903175'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903212_23903212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903212_23903212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903212_23903212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903212_23903212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903212_23903212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903212'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903212'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903312_23903312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903312_23903312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903312_23903312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903312_23903312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903312_23903312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903312'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903312'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903358_23903358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903358_23903358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903358_23903358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903358_23903358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903358_23903358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903358'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903358'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903410_23903410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903410_23903410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903410_23903410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903410_23903410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903410_23903410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903410'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903410'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903468_23903468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903468_23903468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903468_23903468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903468_23903468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903468_23903468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903468'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903468'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903526_23903526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903526_23903526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903526_23903526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903526_23903526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903526_23903526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903526'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903526'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903584_23903584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903584_23903584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903584_23903584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903584_23903584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903584_23903584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903584'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903584'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23903641_23903641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23903641_23903641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23903641_23903641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23903641_23903641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23903641_23903641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23903641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23903641'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23903641'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904253_23904253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904253_23904253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904253_23904253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904253_23904253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904253_23904253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904253'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904253'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916674_23916674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916674_23916674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916674_23916674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916674_23916674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916674_23916674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916674'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916674'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648428_23648428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648428_23648428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648428_23648428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648428_23648428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648428_23648428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648428'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648428'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24114339_24114339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24114339_24114339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24114339_24114339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24114339_24114339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24114339_24114339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24114339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24114339'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24114339'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648635_23648635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648635_23648635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648635_23648635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648635_23648635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648635_23648635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648635'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648635'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648732_23648732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648732_23648732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648732_23648732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648732_23648732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648732_23648732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648732'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648732'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620650_23620650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620650_23620650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620650_23620650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620650_23620650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620650_23620650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620650'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620650'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620658_23620658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620658_23620658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620658_23620658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620658_23620658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620658_23620658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620658'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620658'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245279_23245279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245279_23245279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245279_23245279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245279_23245279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245279_23245279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245279'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245279'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245280_23245280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245280_23245280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245280_23245280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245280_23245280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245280_23245280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245280'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245280'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245311_23245311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245311_23245311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245311_23245311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245311_23245311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245311_23245311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245311'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245311'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382687_24382687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382687_24382687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382687_24382687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382687_24382687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  geo-pos:lat "51.19069"^^xsd:decimal ;
  geo-pos:long "4.32954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382687_24382687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382687'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382687'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382688_24382688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382688_24382688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382688_24382688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19069"^^xsd:decimal ;
  dwc:decimalLongitude "4.32954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382688_24382688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19069 4.32954)"^^geo:wktLiteral ;
  geo-pos:lat "51.19069"^^xsd:decimal ;
  geo-pos:long "4.32954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382688_24382688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382688'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382688'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386832_24386832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386832_24386832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386832_24386832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386832_24386832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386832_24386832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386832'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386832'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386835_24386835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386835_24386835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386835_24386835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386835_24386835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386835_24386835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386835'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386835'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387233_24387233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387233_24387233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387233_24387233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387233_24387233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387233_24387233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387233'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387233'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387234_24387234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387234_24387234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387234_24387234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387234_24387234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387234_24387234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387234'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387234'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387241_24387241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387241_24387241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387241_24387241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387241_24387241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387241_24387241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387241'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387241'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252968_23252968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252968_23252968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252968_23252968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252968_23252968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252968_23252968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252968'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252968'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252974_23252974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252974_23252974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252974_23252974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252974_23252974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252974_23252974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252974'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252974'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252999_23252999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252999_23252999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252999_23252999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252999_23252999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252999_23252999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252999'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252999'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_510_1214044_capture_510_1214044_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_510_1214044_capture_510_1214044_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_510_1214044_capture_510_1214044_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_510_1214044_capture_510_1214044_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_510_1214044_capture_510_1214044_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "510_1214044_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '510_1214044_capture'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '510_1214044_capture'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_510_1214044_release_510_1214044_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_510_1214044_release_510_1214044_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_510_1214044_release_510_1214044_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_510_1214044_release_510_1214044_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_510_1214044_release_510_1214044_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "510_1214044_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '510_1214044_release'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '510_1214044_release'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618100_23618100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618100_23618100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618100_23618100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618100_23618100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618100_23618100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618100'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618100'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239698_23239698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239698_23239698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239698_23239698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239698_23239698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239698_23239698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239698'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239698'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239747_23239747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239747_23239747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239747_23239747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239747_23239747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239747_23239747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239747'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239747'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239873_23239873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239873_23239873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239873_23239873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239873_23239873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239873_23239873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239873'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239873'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239874_23239874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239874_23239874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239874_23239874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239874_23239874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239874_23239874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239874'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239874'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185344_23185344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185344_23185344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185344_23185344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185344_23185344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185344_23185344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185344'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185344'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185351_23185351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185351_23185351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185351_23185351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185351_23185351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185351_23185351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185351'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185351'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185366_23185366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185366_23185366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185366_23185366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185366_23185366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185366_23185366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185366'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185366'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185374_23185374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185374_23185374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185374_23185374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185374_23185374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185374_23185374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185374'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185374'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185376_23185376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185376_23185376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185376_23185376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185376_23185376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185376_23185376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185376'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185376'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185386_23185386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185386_23185386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185386_23185386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185386_23185386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185386_23185386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185386'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185386'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185387_23185387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185387_23185387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185387_23185387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185387_23185387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185387_23185387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185387'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185387'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185410_23185410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185410_23185410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185410_23185410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185410_23185410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185410_23185410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185410'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185410'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185436_23185436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185436_23185436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185436_23185436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185436_23185436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185436_23185436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185436'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185436'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185455_23185455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185455_23185455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185455_23185455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185455_23185455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185455_23185455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185455'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185455'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185490_23185490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185490_23185490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185490_23185490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185490_23185490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185490_23185490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185490'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185490'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185544_23185544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185544_23185544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185544_23185544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185544_23185544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185544_23185544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185544'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185544'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185599_23185599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185599_23185599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185599_23185599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185599_23185599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185599_23185599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185599'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185599'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185648_23185648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185648_23185648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185648_23185648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185648_23185648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185648_23185648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185648'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185648'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185682_23185682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185682_23185682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185682_23185682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185682_23185682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185682_23185682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185682'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185682'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185684_23185684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185684_23185684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185684_23185684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185684_23185684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185684_23185684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185684'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185684'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185685_23185685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185685_23185685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185685_23185685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185685_23185685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185685_23185685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185685'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185685'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185698_23185698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185698_23185698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185698_23185698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185698_23185698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185698_23185698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185698'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185698'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185712_23185712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185712_23185712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185712_23185712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185712_23185712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185712_23185712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185712'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185712'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185719_23185719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185719_23185719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185719_23185719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185719_23185719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185719_23185719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185719'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185719'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185731_23185731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185731_23185731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185731_23185731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185731_23185731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185731_23185731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185731'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185731'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185743_23185743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185743_23185743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185743_23185743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185743_23185743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185743_23185743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185743'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185743'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185744_23185744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185744_23185744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185744_23185744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185744_23185744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185744_23185744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185744'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185744'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185745_23185745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185745_23185745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185745_23185745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185745_23185745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185745_23185745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185745'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185745'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185754_23185754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185754_23185754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185754_23185754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185754_23185754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185754_23185754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185754'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185754'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185783_23185783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185783_23185783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185783_23185783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185783_23185783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185783_23185783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185783'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185783'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178155_23178155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178155_23178155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178155_23178155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178155_23178155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178155_23178155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178155'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178155'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178209_23178209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178209_23178209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178209_23178209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178209_23178209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178209_23178209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178209'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178209'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178220_23178220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178220_23178220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178220_23178220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178220_23178220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178220_23178220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178220'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178220'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178251_23178251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178251_23178251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178251_23178251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178251_23178251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178251_23178251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178251'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178251'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178253_23178253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178253_23178253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178253_23178253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178253_23178253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178253_23178253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178253'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178253'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178275_23178275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178275_23178275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178275_23178275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178275_23178275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178275_23178275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178275'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178275'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178331_23178331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178331_23178331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178331_23178331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178331_23178331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178331_23178331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178331'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178331'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178338_23178338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178338_23178338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178338_23178338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178338_23178338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178338_23178338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178338'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178338'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178413_23178413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178413_23178413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178413_23178413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178413_23178413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178413_23178413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178413'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178413'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178440_23178440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178440_23178440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178440_23178440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178440_23178440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178440_23178440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178440'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178440'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178445_23178445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178445_23178445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178445_23178445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178445_23178445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178445_23178445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178445'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178445'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178454_23178454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178454_23178454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178454_23178454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178454_23178454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178454_23178454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178454'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178454'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178487_23178487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178487_23178487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178487_23178487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178487_23178487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178487_23178487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178487'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178487'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178498_23178498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178498_23178498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178498_23178498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178498_23178498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178498_23178498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178498'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178498'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178533_23178533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178533_23178533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178533_23178533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178533_23178533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178533_23178533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178533'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178533'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178565_23178565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178565_23178565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178565_23178565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178565_23178565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178565_23178565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178565'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178565'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178568_23178568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178568_23178568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178568_23178568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178568_23178568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178568_23178568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178568'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178568'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178573_23178573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178573_23178573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178573_23178573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178573_23178573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178573_23178573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178573'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178573'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178584_23178584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178584_23178584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178584_23178584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178584_23178584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178584_23178584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178584'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178584'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178585_23178585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178585_23178585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178585_23178585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178585_23178585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178585_23178585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178585'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178585'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178587_23178587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178587_23178587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178587_23178587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178587_23178587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178587_23178587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178587'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178587'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178608_23178608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178608_23178608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178608_23178608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178608_23178608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178608_23178608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178608'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178608'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178610_23178610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178610_23178610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178610_23178610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178610_23178610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178610_23178610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178610'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178610'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178660_23178660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178660_23178660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178660_23178660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178660_23178660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178660_23178660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178660'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178660'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178661_23178661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178661_23178661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178661_23178661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178661_23178661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178661_23178661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178661'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178661'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178667_23178667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178667_23178667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178667_23178667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178667_23178667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178667_23178667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178667'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178667'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178810_23178810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178810_23178810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178810_23178810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178810_23178810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178810_23178810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178810'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178810'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178830_23178830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178830_23178830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178830_23178830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178830_23178830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178830_23178830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178830'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178830'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178834_23178834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178834_23178834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178834_23178834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178834_23178834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178834_23178834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178834'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178834'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178873_23178873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178873_23178873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178873_23178873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178873_23178873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178873_23178873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178873'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178873'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178931_23178931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178931_23178931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178931_23178931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178931_23178931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178931_23178931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178931'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178931'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178933_23178933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178933_23178933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178933_23178933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178933_23178933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178933_23178933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178933'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178933'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178955_23178955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178955_23178955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178955_23178955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178955_23178955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178955_23178955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178955'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178955'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178960_23178960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178960_23178960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178960_23178960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178960_23178960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178960_23178960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178960'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178960'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179003_23179003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179003_23179003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179003_23179003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179003_23179003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179003_23179003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179003'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179003'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179032_23179032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179032_23179032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179032_23179032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179032_23179032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179032_23179032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179032'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179032'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179048_23179048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179048_23179048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179048_23179048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179048_23179048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179048_23179048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179048'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179048'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179066_23179066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179066_23179066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179066_23179066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179066_23179066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179066_23179066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179066'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179066'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179115_23179115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179115_23179115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179115_23179115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179115_23179115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179115_23179115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179115'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179115'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179168_23179168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179168_23179168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179168_23179168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179168_23179168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179168_23179168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179168'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179168'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179199_23179199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179199_23179199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179199_23179199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179199_23179199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179199_23179199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179199'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179199'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179214_23179214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179214_23179214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179214_23179214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179214_23179214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179214_23179214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179214'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179214'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179330_23179330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179330_23179330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179330_23179330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179330_23179330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179330_23179330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179330'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179330'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179334_23179334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179334_23179334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179334_23179334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179334_23179334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179334_23179334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179334'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179334'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179358_23179358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179358_23179358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179358_23179358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179358_23179358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179358_23179358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179358'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179358'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179387_23179387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179387_23179387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179387_23179387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179387_23179387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179387_23179387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179387'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179387'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179388_23179388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179388_23179388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179388_23179388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179388_23179388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179388_23179388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179388'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179388'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179389_23179389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179389_23179389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179389_23179389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179389_23179389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179389_23179389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179389'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179389'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179390_23179390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179390_23179390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179390_23179390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179390_23179390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179390_23179390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179390'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179390'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179395_23179395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179395_23179395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179395_23179395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179395_23179395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179395_23179395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179395'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179395'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179442_23179442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179442_23179442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179442_23179442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179442_23179442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179442_23179442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179442'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179442'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179619_23179619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179619_23179619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179619_23179619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179619_23179619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179619_23179619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179619'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179619'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179676_23179676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179676_23179676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179676_23179676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179676_23179676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179676_23179676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179676'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179676'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179680_23179680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179680_23179680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179680_23179680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179680_23179680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179680_23179680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179680'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179680'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179767_23179767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179767_23179767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179767_23179767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179767_23179767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179767_23179767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179767'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179767'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179773_23179773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179773_23179773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179773_23179773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179773_23179773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179773_23179773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179773'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179773'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179780_23179780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179780_23179780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179780_23179780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179780_23179780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179780_23179780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179780'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179780'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179784_23179784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179784_23179784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179784_23179784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179784_23179784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179784_23179784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179784'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179784'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179798_23179798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179798_23179798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179798_23179798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179798_23179798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179798_23179798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179798'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179798'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179836_23179836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179836_23179836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179836_23179836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179836_23179836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179836_23179836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179836'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179836'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179839_23179839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179839_23179839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179839_23179839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179839_23179839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179839_23179839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179839'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179839'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179841_23179841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179841_23179841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179841_23179841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179841_23179841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179841_23179841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179841'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179841'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179852_23179852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179852_23179852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179852_23179852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179852_23179852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179852_23179852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179852'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179852'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179853_23179853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179853_23179853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179853_23179853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179853_23179853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179853_23179853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179853'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179853'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179856_23179856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179856_23179856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179856_23179856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179856_23179856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179856_23179856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179856'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179856'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179860_23179860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179860_23179860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179860_23179860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179860_23179860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179860_23179860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179860'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179860'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179885_23179885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179885_23179885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179885_23179885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179885_23179885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179885_23179885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179885'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179885'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179891_23179891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179891_23179891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179891_23179891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179891_23179891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179891_23179891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179891'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179891'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179908_23179908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179908_23179908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179908_23179908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179908_23179908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179908_23179908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179908'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179908'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179912_23179912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179912_23179912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179912_23179912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179912_23179912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179912_23179912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179912'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179912'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179922_23179922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179922_23179922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179922_23179922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179922_23179922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179922_23179922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179922'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179922'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179923_23179923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179923_23179923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179923_23179923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179923_23179923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179923_23179923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179923'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179923'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179960_23179960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179960_23179960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179960_23179960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179960_23179960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179960_23179960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179960'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179960'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179973_23179973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179973_23179973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179973_23179973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179973_23179973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179973_23179973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179973'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179973'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180012_23180012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180012_23180012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180012_23180012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180012_23180012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180012_23180012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180012'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180012'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180033_23180033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180033_23180033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180033_23180033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180033_23180033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180033_23180033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180033'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180033'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180035_23180035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180035_23180035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180035_23180035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180035_23180035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180035_23180035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180035'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180035'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180040_23180040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180040_23180040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180040_23180040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180040_23180040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180040_23180040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180040'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180040'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180042_23180042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180042_23180042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180042_23180042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180042_23180042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180042_23180042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180042'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180042'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180056_23180056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180056_23180056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180056_23180056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180056_23180056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180056_23180056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180056'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180056'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180062_23180062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180062_23180062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180062_23180062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180062_23180062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180062_23180062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180062'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180062'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180063_23180063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180063_23180063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180063_23180063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180063_23180063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180063_23180063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180063'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180063'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180071_23180071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180071_23180071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180071_23180071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180071_23180071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180071_23180071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180071'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180071'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180087_23180087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180087_23180087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180087_23180087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180087_23180087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180087_23180087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180087'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180087'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180114_23180114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180114_23180114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180114_23180114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180114_23180114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180114_23180114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180114'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180114'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180140_23180140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180140_23180140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180140_23180140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180140_23180140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180140_23180140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180140'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180140'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180141_23180141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180141_23180141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180141_23180141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180141_23180141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180141_23180141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180141'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180141'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180178_23180178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180178_23180178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180178_23180178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180178_23180178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180178_23180178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180178'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180178'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180179_23180179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180179_23180179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180179_23180179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180179_23180179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180179_23180179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180179'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180179'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180184_23180184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180184_23180184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180184_23180184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180184_23180184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180184_23180184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180184'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180184'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180186_23180186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180186_23180186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180186_23180186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180186_23180186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180186_23180186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180186'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180186'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180199_23180199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180199_23180199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180199_23180199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180199_23180199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180199_23180199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180199'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180199'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180203_23180203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180203_23180203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180203_23180203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180203_23180203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180203_23180203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180203'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180203'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180204_23180204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180204_23180204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180204_23180204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180204_23180204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180204_23180204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180204'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180204'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180206_23180206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180206_23180206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180206_23180206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180206_23180206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180206_23180206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180206'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180206'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180222_23180222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180222_23180222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180222_23180222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180222_23180222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180222_23180222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180222'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180222'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180229_23180229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180229_23180229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180229_23180229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180229_23180229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180229_23180229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180229'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180229'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180236_23180236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180236_23180236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180236_23180236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180236_23180236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180236_23180236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180236'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180236'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180237_23180237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180237_23180237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180237_23180237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180237_23180237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180237_23180237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180237'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180237'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180248_23180248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180248_23180248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180248_23180248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180248_23180248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180248_23180248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180248'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180248'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180254_23180254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180254_23180254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180254_23180254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180254_23180254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180254_23180254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180254'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180254'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180255_23180255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180255_23180255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180255_23180255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180255_23180255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180255_23180255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180255'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180255'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180292_23180292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180292_23180292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180292_23180292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180292_23180292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180292_23180292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180292'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180292'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180397_23180397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180397_23180397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180397_23180397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180397_23180397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180397_23180397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180397'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180397'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180404_23180404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180404_23180404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180404_23180404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180404_23180404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180404_23180404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180404'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180404'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180455_23180455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180455_23180455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180455_23180455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180455_23180455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180455_23180455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180455'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180455'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180474_23180474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180474_23180474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180474_23180474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180474_23180474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180474_23180474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180474'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180474'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180475_23180475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180475_23180475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180475_23180475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180475_23180475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180475_23180475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180475'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180475'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180477_23180477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180477_23180477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180477_23180477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180477_23180477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180477_23180477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180477'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180477'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180494_23180494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180494_23180494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180494_23180494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180494_23180494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180494_23180494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180494'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180494'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180496_23180496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180496_23180496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180496_23180496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180496_23180496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180496_23180496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180496'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180496'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180512_23180512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180512_23180512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180512_23180512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180512_23180512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180512_23180512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180512'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180512'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180523_23180523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180523_23180523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180523_23180523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180523_23180523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180523_23180523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180523'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180523'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180559_23180559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180559_23180559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180559_23180559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180559_23180559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180559_23180559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180559'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180559'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180562_23180562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180562_23180562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180562_23180562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180562_23180562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180562_23180562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180562'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180562'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180563_23180563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180563_23180563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180563_23180563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180563_23180563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180563_23180563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180563'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180563'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180569_23180569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180569_23180569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180569_23180569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180569_23180569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180569_23180569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180569'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180569'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180573_23180573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180573_23180573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180573_23180573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180573_23180573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180573_23180573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180573'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180573'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180592_23180592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180592_23180592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180592_23180592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180592_23180592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180592_23180592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180592'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180592'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180601_23180601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180601_23180601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180601_23180601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180601_23180601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180601_23180601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180601'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180601'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180602_23180602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180602_23180602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180602_23180602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180602_23180602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180602_23180602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180602'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180602'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180603_23180603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180603_23180603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180603_23180603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180603_23180603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180603_23180603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180603'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180603'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180617_23180617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180617_23180617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180617_23180617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180617_23180617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180617_23180617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180617'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180617'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180634_23180634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180634_23180634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180634_23180634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180634_23180634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180634_23180634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180634'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180634'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180637_23180637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180637_23180637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180637_23180637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180637_23180637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180637_23180637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180637'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180637'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180645_23180645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180645_23180645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180645_23180645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180645_23180645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180645_23180645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180645'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180645'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180653_23180653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180653_23180653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180653_23180653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180653_23180653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180653_23180653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180653'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180653'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180655_23180655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180655_23180655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180655_23180655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180655_23180655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180655_23180655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180655'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180655'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180664_23180664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180664_23180664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180664_23180664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180664_23180664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180664_23180664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180664'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180664'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180667_23180667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180667_23180667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180667_23180667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180667_23180667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180667_23180667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180667'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180667'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180668_23180668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180668_23180668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180668_23180668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180668_23180668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180668_23180668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180668'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180668'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180686_23180686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180686_23180686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180686_23180686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180686_23180686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180686_23180686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180686'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180686'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180757_23180757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180757_23180757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180757_23180757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180757_23180757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180757_23180757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180757'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180757'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180761_23180761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180761_23180761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180761_23180761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180761_23180761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180761_23180761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180761'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180761'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180762_23180762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180762_23180762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180762_23180762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180762_23180762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180762_23180762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180762'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180762'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180763_23180763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180763_23180763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180763_23180763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180763_23180763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180763_23180763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180763'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180763'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180782_23180782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180782_23180782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180782_23180782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180782_23180782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180782_23180782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180782'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180782'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180786_23180786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180786_23180786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180786_23180786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180786_23180786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180786_23180786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180786'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180786'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180806_23180806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180806_23180806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180806_23180806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180806_23180806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180806_23180806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180806'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180806'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180807_23180807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180807_23180807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180807_23180807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180807_23180807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180807_23180807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180807'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180807'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180816_23180816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180816_23180816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180816_23180816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180816_23180816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180816_23180816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180816'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180816'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180817_23180817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180817_23180817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180817_23180817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180817_23180817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180817_23180817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180817'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180817'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180823_23180823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180823_23180823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180823_23180823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180823_23180823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180823_23180823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180823'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180823'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180826_23180826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180826_23180826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180826_23180826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180826_23180826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180826_23180826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180826'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180826'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180830_23180830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180830_23180830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180830_23180830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180830_23180830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180830_23180830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180830'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180830'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180831_23180831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180831_23180831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180831_23180831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180831_23180831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180831_23180831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180831'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180831'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180849_23180849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180849_23180849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180849_23180849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180849_23180849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180849_23180849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180849'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180849'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180852_23180852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180852_23180852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180852_23180852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180852_23180852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180852_23180852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180852'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180852'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180916_23180916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180916_23180916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180916_23180916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180916_23180916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180916_23180916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180916'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180916'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180927_23180927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180927_23180927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180927_23180927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180927_23180927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180927_23180927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180927'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180927'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180928_23180928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180928_23180928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180928_23180928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180928_23180928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180928_23180928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180928'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180928'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180932_23180932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180932_23180932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180932_23180932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180932_23180932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180932_23180932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180932'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180932'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180935_23180935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180935_23180935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180935_23180935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180935_23180935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180935_23180935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180935'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180935'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180936_23180936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180936_23180936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180936_23180936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180936_23180936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180936_23180936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180936'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180936'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180947_23180947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180947_23180947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180947_23180947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180947_23180947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180947_23180947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180947'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180947'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180951_23180951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180951_23180951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180951_23180951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180951_23180951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180951_23180951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180951'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180951'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180961_23180961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180961_23180961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180961_23180961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180961_23180961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180961_23180961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180961'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180961'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180966_23180966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180966_23180966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180966_23180966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180966_23180966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180966_23180966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180966'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180966'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180967_23180967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180967_23180967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180967_23180967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180967_23180967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180967_23180967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180967'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180967'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180968_23180968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180968_23180968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180968_23180968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180968_23180968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180968_23180968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180968'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180968'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180971_23180971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180971_23180971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180971_23180971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180971_23180971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180971_23180971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180971'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180971'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180974_23180974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180974_23180974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180974_23180974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180974_23180974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180974_23180974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180974'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180974'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180978_23180978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180978_23180978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180978_23180978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180978_23180978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180978_23180978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180978'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180978'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180984_23180984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180984_23180984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180984_23180984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180984_23180984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180984_23180984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180984'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180984'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180998_23180998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180998_23180998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180998_23180998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180998_23180998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180998_23180998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180998'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180998'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181005_23181005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181005_23181005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181005_23181005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181005_23181005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181005_23181005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181005'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181005'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181015_23181015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181015_23181015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181015_23181015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181015_23181015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181015_23181015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181015'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181015'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181026_23181026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181026_23181026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181026_23181026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181026_23181026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181026_23181026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181026'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181026'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181040_23181040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181040_23181040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181040_23181040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181040_23181040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181040_23181040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181040'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181040'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181042_23181042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181042_23181042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181042_23181042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181042_23181042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181042_23181042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181042'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181042'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181045_23181045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181045_23181045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181045_23181045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181045_23181045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181045_23181045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181045'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181045'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181076_23181076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181076_23181076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181076_23181076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181076_23181076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181076_23181076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181076'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181076'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181078_23181078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181078_23181078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181078_23181078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181078_23181078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181078_23181078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181078'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181078'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181081_23181081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181081_23181081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181081_23181081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181081_23181081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181081_23181081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181081'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181081'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181083_23181083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181083_23181083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181083_23181083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181083_23181083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181083_23181083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181083'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181083'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181103_23181103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181103_23181103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181103_23181103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181103_23181103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181103_23181103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181103'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181103'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181104_23181104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181104_23181104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181104_23181104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181104_23181104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181104_23181104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181104'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181104'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181125_23181125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181125_23181125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181125_23181125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181125_23181125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181125_23181125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181125'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181125'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181137_23181137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181137_23181137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181137_23181137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181137_23181137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181137_23181137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181137'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181137'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181143_23181143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181143_23181143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181143_23181143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181143_23181143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181143_23181143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181143'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181143'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181150_23181150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181150_23181150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181150_23181150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181150_23181150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181150_23181150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181150'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181150'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181151_23181151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181151_23181151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181151_23181151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181151_23181151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181151_23181151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181151'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181151'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181199_23181199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181199_23181199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181199_23181199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181199_23181199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181199_23181199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181199'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181199'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181223_23181223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181223_23181223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181223_23181223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181223_23181223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181223_23181223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181223'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181223'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181232_23181232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181232_23181232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181232_23181232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181232_23181232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181232_23181232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181232'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181232'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181234_23181234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181234_23181234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181234_23181234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181234_23181234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181234_23181234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181234'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181234'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181248_23181248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181248_23181248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181248_23181248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181248_23181248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181248_23181248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181248'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181248'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181251_23181251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181251_23181251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181251_23181251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181251_23181251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181251_23181251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181251'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181251'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181253_23181253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181253_23181253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181253_23181253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181253_23181253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181253_23181253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181253'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181253'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181262_23181262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181262_23181262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181262_23181262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181262_23181262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181262_23181262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181262'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181262'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181281_23181281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181281_23181281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181281_23181281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181281_23181281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181281_23181281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181281'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181281'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181286_23181286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181286_23181286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181286_23181286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181286_23181286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181286_23181286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181286'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181286'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181298_23181298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181298_23181298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181298_23181298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181298_23181298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181298_23181298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181298'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181298'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181303_23181303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181303_23181303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181303_23181303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181303_23181303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181303_23181303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181303'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181303'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181308_23181308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181308_23181308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181308_23181308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181308_23181308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181308_23181308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181308'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181308'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181319_23181319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181319_23181319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181319_23181319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181319_23181319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181319_23181319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181319'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181319'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181322_23181322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181322_23181322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181322_23181322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181322_23181322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181322_23181322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181322'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181322'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181324_23181324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181324_23181324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181324_23181324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181324_23181324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181324_23181324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181324'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181324'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181329_23181329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181329_23181329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181329_23181329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181329_23181329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181329_23181329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181329'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181329'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181344_23181344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181344_23181344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181344_23181344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181344_23181344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181344_23181344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181344'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181344'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181353_23181353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181353_23181353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181353_23181353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181353_23181353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181353_23181353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181353'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181353'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181359_23181359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181359_23181359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181359_23181359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181359_23181359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181359_23181359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181359'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181359'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181397_23181397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181397_23181397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181397_23181397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181397_23181397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181397_23181397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181397'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181397'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181400_23181400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181400_23181400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181400_23181400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181400_23181400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181400_23181400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181400'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181400'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181401_23181401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181401_23181401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181401_23181401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181401_23181401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181401_23181401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181401'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181401'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181410_23181410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181410_23181410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181410_23181410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181410_23181410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181410_23181410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181410'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181410'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181414_23181414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181414_23181414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181414_23181414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181414_23181414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181414_23181414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181414'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181414'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181419_23181419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181419_23181419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181419_23181419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181419_23181419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181419_23181419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181419'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181419'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181519_23181519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181519_23181519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181519_23181519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181519_23181519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181519_23181519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181519'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181519'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181539_23181539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181539_23181539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181539_23181539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181539_23181539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181539_23181539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181539'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181539'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182068_23182068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182068_23182068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182068_23182068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182068_23182068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182068_23182068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182068'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182068'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182069_23182069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182069_23182069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182069_23182069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182069_23182069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182069_23182069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182069'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182069'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182074_23182074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182074_23182074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182074_23182074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182074_23182074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182074_23182074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182074'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182074'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182120_23182120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182120_23182120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182120_23182120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182120_23182120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182120_23182120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182120'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182120'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182449_23182449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182449_23182449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182449_23182449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182449_23182449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182449_23182449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182449'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182449'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182452_23182452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182452_23182452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182452_23182452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182452_23182452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182452_23182452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182452'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182452'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182512_23182512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182512_23182512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182512_23182512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182512_23182512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182512_23182512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182512'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182512'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182566_23182566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182566_23182566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182566_23182566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182566_23182566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182566_23182566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182566'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182566'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182924_23182924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182924_23182924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182924_23182924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182924_23182924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182924_23182924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182924'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182924'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182925_23182925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182925_23182925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182925_23182925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182925_23182925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182925_23182925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182925'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182925'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182927_23182927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182927_23182927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182927_23182927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182927_23182927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182927_23182927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182927'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182927'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182928_23182928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182928_23182928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182928_23182928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182928_23182928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182928_23182928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182928'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182928'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182933_23182933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182933_23182933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182933_23182933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182933_23182933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182933_23182933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182933'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182933'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182987_23182987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182987_23182987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182987_23182987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182987_23182987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182987_23182987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182987'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182987'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183625_23183625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183625_23183625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183625_23183625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183625_23183625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183625_23183625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183625'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183625'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183626_23183626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183626_23183626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183626_23183626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183626_23183626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183626_23183626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183626'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183626'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183636_23183636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183636_23183636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183636_23183636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183636_23183636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183636_23183636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183636'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183636'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183639_23183639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183639_23183639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183639_23183639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183639_23183639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183639_23183639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183639'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183639'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183640_23183640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183640_23183640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183640_23183640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183640_23183640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183640_23183640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183640'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183640'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183642_23183642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183642_23183642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183642_23183642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183642_23183642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183642_23183642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183642'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183642'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183659_23183659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183659_23183659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183659_23183659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183659_23183659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183659_23183659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183659'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183659'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183700_23183700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183700_23183700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183700_23183700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183700_23183700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183700_23183700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183700'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183700'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183714_23183714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183714_23183714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183714_23183714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183714_23183714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183714_23183714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183714'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183714'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183717_23183717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183717_23183717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183717_23183717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183717_23183717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183717_23183717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183717'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183717'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183753_23183753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183753_23183753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183753_23183753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183753_23183753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183753_23183753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183753'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183753'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183754_23183754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183754_23183754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183754_23183754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183754_23183754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183754_23183754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183754'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183754'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183757_23183757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183757_23183757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183757_23183757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183757_23183757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183757_23183757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183757'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183757'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183759_23183759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183759_23183759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183759_23183759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183759_23183759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183759_23183759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183759'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183759'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183771_23183771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183771_23183771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183771_23183771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183771_23183771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183771_23183771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183771'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183771'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183781_23183781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183781_23183781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183781_23183781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183781_23183781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183781_23183781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183781'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183781'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183788_23183788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183788_23183788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183788_23183788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183788_23183788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183788_23183788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183788'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183788'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183790_23183790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183790_23183790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183790_23183790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183790_23183790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183790_23183790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183790'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183790'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183792_23183792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183792_23183792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183792_23183792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183792_23183792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183792_23183792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183792'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183792'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183793_23183793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183793_23183793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183793_23183793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183793_23183793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183793_23183793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183793'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183793'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183816_23183816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183816_23183816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183816_23183816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183816_23183816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183816_23183816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183816'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183816'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183823_23183823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183823_23183823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183823_23183823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183823_23183823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183823_23183823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183823'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183823'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183849_23183849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183849_23183849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183849_23183849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183849_23183849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183849_23183849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183849'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183849'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183861_23183861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183861_23183861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183861_23183861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183861_23183861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183861_23183861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183861'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183861'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183862_23183862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183862_23183862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183862_23183862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183862_23183862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183862_23183862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183862'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183862'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183863_23183863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183863_23183863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183863_23183863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183863_23183863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183863_23183863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183863'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183863'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183874_23183874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183874_23183874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183874_23183874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183874_23183874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183874_23183874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183874'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183874'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183877_23183877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183877_23183877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183877_23183877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183877_23183877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183877_23183877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183877'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183877'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183878_23183878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183878_23183878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183878_23183878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183878_23183878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183878_23183878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183878'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183878'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183879_23183879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183879_23183879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183879_23183879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183879_23183879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183879_23183879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183879'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183879'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183885_23183885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183885_23183885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183885_23183885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183885_23183885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183885_23183885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183885'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183885'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183887_23183887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183887_23183887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183887_23183887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183887_23183887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183887_23183887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183887'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183887'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183902_23183902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183902_23183902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183902_23183902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183902_23183902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183902_23183902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183902'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183902'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183921_23183921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183921_23183921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183921_23183921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183921_23183921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183921_23183921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183921'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183921'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183925_23183925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183925_23183925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183925_23183925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183925_23183925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183925_23183925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183925'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183925'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183930_23183930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183930_23183930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183930_23183930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183930_23183930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183930_23183930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183930'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183930'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183931_23183931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183931_23183931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183931_23183931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183931_23183931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183931_23183931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183931'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183931'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183960_23183960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183960_23183960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183960_23183960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183960_23183960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183960_23183960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183960'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183960'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183961_23183961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183961_23183961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183961_23183961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183961_23183961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183961_23183961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183961'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183961'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183962_23183962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183962_23183962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183962_23183962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183962_23183962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183962_23183962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183962'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183962'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183971_23183971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183971_23183971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183971_23183971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183971_23183971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183971_23183971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183971'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183971'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183974_23183974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183974_23183974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183974_23183974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183974_23183974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183974_23183974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183974'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183974'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183979_23183979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183979_23183979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183979_23183979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183979_23183979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183979_23183979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183979'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183979'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183986_23183986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183986_23183986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183986_23183986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183986_23183986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183986_23183986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183986'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183986'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183990_23183990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183990_23183990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183990_23183990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183990_23183990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183990_23183990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183990'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183990'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183998_23183998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183998_23183998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183998_23183998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183998_23183998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183998_23183998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183998'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183998'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184006_23184006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184006_23184006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184006_23184006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184006_23184006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184006_23184006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184006'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184006'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184009_23184009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184009_23184009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184009_23184009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184009_23184009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184009_23184009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184009'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184009'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184010_23184010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184010_23184010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184010_23184010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184010_23184010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184010_23184010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184010'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184010'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184012_23184012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184012_23184012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184012_23184012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184012_23184012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184012_23184012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184012'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184012'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184030_23184030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184030_23184030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184030_23184030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184030_23184030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184030_23184030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184030'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184030'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184032_23184032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184032_23184032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184032_23184032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184032_23184032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184032_23184032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184032'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184032'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184044_23184044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184044_23184044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184044_23184044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184044_23184044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184044_23184044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184044'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184044'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184050_23184050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184050_23184050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184050_23184050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184050_23184050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184050_23184050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184050'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184050'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184051_23184051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184051_23184051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184051_23184051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184051_23184051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184051_23184051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184051'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184051'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184056_23184056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184056_23184056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184056_23184056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184056_23184056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184056_23184056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184056'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184056'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184060_23184060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184060_23184060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184060_23184060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184060_23184060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184060_23184060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184060'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184060'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184071_23184071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184071_23184071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184071_23184071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184071_23184071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184071_23184071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184071'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184071'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184080_23184080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184080_23184080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184080_23184080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184080_23184080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184080_23184080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184080'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184080'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184092_23184092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184092_23184092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184092_23184092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184092_23184092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184092_23184092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184092'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184092'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184099_23184099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184099_23184099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184099_23184099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184099_23184099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184099_23184099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184099'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184099'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184101_23184101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184101_23184101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184101_23184101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184101_23184101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184101_23184101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184101'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184101'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184103_23184103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184103_23184103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184103_23184103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184103_23184103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184103_23184103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184103'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184103'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184104_23184104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184104_23184104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184104_23184104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184104_23184104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184104_23184104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184104'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184104'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184107_23184107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184107_23184107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184107_23184107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184107_23184107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184107_23184107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184107'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184107'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184109_23184109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184109_23184109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184109_23184109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184109_23184109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184109_23184109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184109'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184109'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383512_24383512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383512_24383512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383512_24383512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383512_24383512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383512_24383512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383512'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383512'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383516_24383516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383516_24383516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383516_24383516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383516_24383516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383516_24383516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383516'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383516'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383519_24383519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383519_24383519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383519_24383519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383519_24383519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383519_24383519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383519'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383519'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383524_24383524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383524_24383524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383524_24383524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383524_24383524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383524_24383524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383524'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383524'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383532_24383532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383532_24383532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383532_24383532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383532_24383532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383532_24383532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383532'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383532'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383537_24383537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383537_24383537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383537_24383537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383537_24383537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383537_24383537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383537'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383537'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383538_24383538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383538_24383538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383538_24383538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383538_24383538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383538_24383538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383538'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383538'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383541_24383541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383541_24383541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383541_24383541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383541_24383541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383541_24383541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383541'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383541'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383542_24383542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383542_24383542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383542_24383542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383542_24383542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383542_24383542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383542'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383542'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383568_24383568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383568_24383568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383568_24383568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383568_24383568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383568_24383568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383568'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383568'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383572_24383572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383572_24383572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383572_24383572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383572_24383572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383572_24383572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383572'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383572'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383574_24383574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383574_24383574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383574_24383574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383574_24383574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383574_24383574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383574'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383574'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383583_24383583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383583_24383583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383583_24383583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383583_24383583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383583_24383583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383583'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383583'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383604_24383604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383604_24383604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383604_24383604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383604_24383604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383604_24383604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383604'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383604'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383675_24383675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383675_24383675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383675_24383675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383675_24383675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383675_24383675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383675'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383675'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383679_24383679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383679_24383679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383679_24383679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383679_24383679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383679_24383679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383679'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383679'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383680_24383680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383680_24383680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383680_24383680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383680_24383680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383680_24383680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383680'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383680'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383695_24383695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383695_24383695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383695_24383695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383695_24383695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383695_24383695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383695'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383695'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383696_24383696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383696_24383696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383696_24383696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383696_24383696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383696_24383696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383696'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383696'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383790_24383790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383790_24383790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383790_24383790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383790_24383790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383790_24383790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383790'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383790'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383801_24383801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383801_24383801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383801_24383801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383801_24383801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383801_24383801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383801'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383801'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383804_24383804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383804_24383804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383804_24383804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383804_24383804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383804_24383804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383804'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383804'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383808_24383808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383808_24383808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383808_24383808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383808_24383808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383808_24383808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383808'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383808'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383819_24383819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383819_24383819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383819_24383819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383819_24383819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383819_24383819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383819'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383819'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383851_24383851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383851_24383851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383851_24383851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383851_24383851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383851_24383851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383851'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383851'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383856_24383856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383856_24383856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383856_24383856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383856_24383856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383856_24383856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383856'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383856'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383894_24383894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383894_24383894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383894_24383894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383894_24383894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383894_24383894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383894'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383894'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383895_24383895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383895_24383895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383895_24383895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383895_24383895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383895_24383895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383895'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383895'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383896_24383896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383896_24383896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383896_24383896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383896_24383896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383896_24383896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383896'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383896'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383902_24383902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383902_24383902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383902_24383902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383902_24383902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383902_24383902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383902'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383902'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383905_24383905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383905_24383905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383905_24383905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383905_24383905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383905_24383905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383905'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383905'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383908_24383908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383908_24383908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383908_24383908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383908_24383908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383908_24383908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383908'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383908'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384121_24384121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384121_24384121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384121_24384121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384121_24384121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384121_24384121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384121'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384121'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384391_24384391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384391_24384391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384391_24384391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384391_24384391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384391_24384391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384391'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384391'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384393_24384393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384393_24384393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384393_24384393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384393_24384393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384393_24384393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384393'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384393'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384394_24384394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384394_24384394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384394_24384394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384394_24384394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384394_24384394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384394'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384394'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384430_24384430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384430_24384430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384430_24384430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384430_24384430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384430_24384430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384430'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384430'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384431_24384431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384431_24384431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384431_24384431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384431_24384431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384431_24384431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384431'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384431'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384432_24384432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384432_24384432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384432_24384432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384432_24384432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384432_24384432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384432'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384432'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384433_24384433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384433_24384433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384433_24384433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384433_24384433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384433_24384433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384433'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384433'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384434_24384434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384434_24384434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384434_24384434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384434_24384434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384434_24384434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384434'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384434'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384439_24384439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384439_24384439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384439_24384439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384439_24384439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384439_24384439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384439'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384439'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384454_24384454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384454_24384454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384454_24384454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384454_24384454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384454_24384454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384454'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384454'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384455_24384455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384455_24384455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384455_24384455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384455_24384455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384455_24384455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384455'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384455'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384456_24384456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384456_24384456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384456_24384456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384456_24384456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384456_24384456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384456'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384456'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384457_24384457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384457_24384457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384457_24384457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384457_24384457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384457_24384457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384457'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384457'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384458_24384458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384458_24384458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384458_24384458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384458_24384458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384458_24384458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384458'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384458'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384479_24384479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384479_24384479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384479_24384479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384479_24384479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384479_24384479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384479'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384479'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384480_24384480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384480_24384480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384480_24384480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384480_24384480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384480_24384480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384480'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384480'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387144_24387144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387144_24387144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387144_24387144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387144_24387144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387144_24387144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387144'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387144'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386387_24386387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386387_24386387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386387_24386387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386387_24386387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386387_24386387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386387'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386387'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_511_1214045_capture_511_1214045_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_511_1214045_capture_511_1214045_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_511_1214045_capture_511_1214045_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_511_1214045_capture_511_1214045_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_511_1214045_capture_511_1214045_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "511_1214045_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '511_1214045_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '511_1214045_capture'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_511_1214045_release_511_1214045_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_511_1214045_release_511_1214045_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_511_1214045_release_511_1214045_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_511_1214045_release_511_1214045_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_511_1214045_release_511_1214045_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "511_1214045_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '511_1214045_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '511_1214045_release'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622763_23622763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622763_23622763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622763_23622763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622763_23622763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622763_23622763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622763'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622792_23622792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622792_23622792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622792_23622792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622792_23622792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622792_23622792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622792'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622907_23622907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622907_23622907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622907_23622907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622907_23622907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622907_23622907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622907'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618109_23618109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618109_23618109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618109_23618109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618109_23618109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618109_23618109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618109'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239687_23239687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239687_23239687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239687_23239687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239687_23239687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239687_23239687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239687'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186501_23186501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186501_23186501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186501_23186501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186501_23186501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186501_23186501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186501'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181090_23181090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181090_23181090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181090_23181090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181090_23181090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181090_23181090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181090'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175824_23175824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175824_23175824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175824_23175824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175824_23175824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175824_23175824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175824'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175826_23175826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175826_23175826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175826_23175826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175826_23175826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175826_23175826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175826'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613156_23613156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613156_23613156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613156_23613156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613156_23613156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613156_23613156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613156'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898592_23898592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898592_23898592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898592_23898592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898592_23898592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898592_23898592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898592'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23898595_23898595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23898595_23898595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23898595_23898595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23898595_23898595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23898595_23898595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23898595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23898595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23898595'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23059592_23059592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23059592_23059592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23059592_23059592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23059592_23059592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23059592_23059592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23059592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23059592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23059592'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23254578_23254578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23254578_23254578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23254578_23254578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23254578_23254578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23254578_23254578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23254578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23254578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23254578'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23255172_23255172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23255172_23255172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23255172_23255172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23255172_23255172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23255172_23255172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23255172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23255172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23255172'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23059601_23059601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23059601_23059601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23059601_23059601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23059601_23059601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23059601_23059601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23059601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23059601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23059601'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23863977_23863977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23863977_23863977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23863977_23863977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23863977_23863977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23863977_23863977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23863977'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23863990_23863990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23863990_23863990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23863990_23863990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23863990_23863990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23863990_23863990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23863990'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23864017_23864017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23864017_23864017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23864017_23864017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23864017_23864017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23864017_23864017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864017'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23864046_23864046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23864046_23864046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23864046_23864046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23864046_23864046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23864046_23864046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864046'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23864074_23864074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23864074_23864074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23864074_23864074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23864074_23864074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23864074_23864074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864074'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613174_23613174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613174_23613174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613174_23613174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613174_23613174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613174_23613174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613174'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23613178_23613178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23613178_23613178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23613178_23613178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23613178_23613178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23613178_23613178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23613178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23613178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23613178'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186595_23186595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186595_23186595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186595_23186595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186595_23186595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186595_23186595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186595'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386522_24386522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386522_24386522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386522_24386522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386522_24386522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386522_24386522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386522'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383588_24383588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383588_24383588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383588_24383588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383588_24383588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383588_24383588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383588'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009226_37009226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009226_37009226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009226_37009226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009226_37009226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009226_37009226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009226'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37009232_37009232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37009232_37009232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37009232_37009232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37009232_37009232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37009232_37009232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37009232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37009232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37009232'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738530_24738530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738530_24738530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738530_24738530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738530_24738530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738530_24738530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738530'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738534_24738534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738534_24738534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738534_24738534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738534_24738534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738534_24738534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738534'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738537_24738537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738537_24738537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738537_24738537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738537_24738537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738537_24738537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738537'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738539_24738539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738539_24738539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738539_24738539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738539_24738539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738539_24738539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738539'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381671_24381671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381671_24381671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381671_24381671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381671_24381671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381671_24381671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381671'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24707550_24707550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24707550_24707550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24707550_24707550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24707550_24707550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24707550_24707550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24707550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24707550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24707550'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24713774_24713774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24713774_24713774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24713774_24713774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24713774_24713774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24713774_24713774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24713774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24713774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24713774'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24713782_24713782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24713782_24713782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24713782_24713782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24713782_24713782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24713782_24713782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24713782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24713782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24713782'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24715760_24715760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24715760_24715760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24715760_24715760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24715760_24715760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24715760_24715760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24715760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24715760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24715760'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24715863_24715863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24715863_24715863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24715863_24715863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24715863_24715863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24715863_24715863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24715863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24715863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24715863'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24716421_24716421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24716421_24716421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24716421_24716421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24716421_24716421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24716421_24716421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24716421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24716421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24716421'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717011_24717011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717011_24717011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717011_24717011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717011_24717011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717011_24717011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717011'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717034_24717034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717034_24717034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717034_24717034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717034_24717034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717034_24717034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717034'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717043_24717043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717043_24717043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717043_24717043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717043_24717043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717043_24717043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717043'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717046_24717046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717046_24717046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717046_24717046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717046_24717046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717046_24717046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717046'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717050_24717050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717050_24717050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717050_24717050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717050_24717050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717050_24717050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717050'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717050'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717051_24717051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717051_24717051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717051_24717051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717051_24717051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717051_24717051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717051'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717053_24717053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717053_24717053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717053_24717053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717053_24717053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717053_24717053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717053'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717061_24717061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717061_24717061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717061_24717061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717061_24717061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717061_24717061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717061'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717065_24717065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717065_24717065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717065_24717065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717065_24717065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717065_24717065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717065'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717072_24717072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717072_24717072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717072_24717072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717072_24717072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717072_24717072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717072'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717080_24717080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717080_24717080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717080_24717080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717080_24717080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717080_24717080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717080'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717114_24717114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717114_24717114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717114_24717114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717114_24717114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717114_24717114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717114'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717114'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717119_24717119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717119_24717119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717119_24717119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717119_24717119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717119_24717119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717119'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717124_24717124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717124_24717124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717124_24717124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717124_24717124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717124_24717124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717124'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717142_24717142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717142_24717142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717142_24717142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717142_24717142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717142_24717142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717142'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717144_24717144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717144_24717144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717144_24717144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717144_24717144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717144_24717144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717144'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717145_24717145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717145_24717145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717145_24717145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717145_24717145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717145_24717145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717145'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717146_24717146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717146_24717146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717146_24717146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717146_24717146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717146_24717146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717146'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717155_24717155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717155_24717155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717155_24717155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717155_24717155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717155_24717155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717155'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717155'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717176_24717176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717176_24717176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717176_24717176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717176_24717176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717176_24717176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717176'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717191_24717191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717191_24717191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717191_24717191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717191_24717191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717191_24717191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717191'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717219_24717219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717219_24717219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717219_24717219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717219_24717219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717219_24717219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717219'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717226_24717226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717226_24717226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717226_24717226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717226_24717226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717226_24717226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717226'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717237_24717237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717237_24717237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717237_24717237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717237_24717237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717237_24717237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717237'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717239_24717239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717239_24717239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717239_24717239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717239_24717239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717239_24717239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717239'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717244_24717244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717244_24717244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717244_24717244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717244_24717244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717244_24717244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717244'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717267_24717267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717267_24717267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717267_24717267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717267_24717267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717267_24717267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717267'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717279_24717279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717279_24717279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717279_24717279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717279_24717279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717279_24717279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717279'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717280_24717280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717280_24717280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717280_24717280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717280_24717280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717280_24717280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717280'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717282_24717282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717282_24717282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717282_24717282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717282_24717282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717282_24717282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717282'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717288_24717288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717288_24717288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717288_24717288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717288_24717288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717288_24717288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717288'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717318_24717318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717318_24717318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717318_24717318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717318_24717318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717318_24717318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717318'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717318'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717323_24717323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717323_24717323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717323_24717323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717323_24717323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717323_24717323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717323'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717324_24717324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717324_24717324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717324_24717324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717324_24717324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717324_24717324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717324'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717331_24717331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717331_24717331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717331_24717331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717331_24717331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717331_24717331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717331'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717333_24717333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717333_24717333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717333_24717333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717333_24717333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717333_24717333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717333'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717334_24717334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717334_24717334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717334_24717334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717334_24717334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717334_24717334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717334'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717342_24717342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717342_24717342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717342_24717342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717342_24717342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717342_24717342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717342'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717349_24717349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717349_24717349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717349_24717349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717349_24717349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717349_24717349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717349'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717356_24717356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717356_24717356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717356_24717356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717356_24717356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717356_24717356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717356'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717356'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717362_24717362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717362_24717362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717362_24717362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717362_24717362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717362_24717362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717362'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717363_24717363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717363_24717363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717363_24717363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717363_24717363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717363_24717363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717363'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717371_24717371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717371_24717371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717371_24717371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717371_24717371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717371_24717371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717371'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717379_24717379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717379_24717379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717379_24717379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717379_24717379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717379_24717379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717379'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717383_24717383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717383_24717383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717383_24717383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717383_24717383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717383_24717383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717383'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717400_24717400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717400_24717400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717400_24717400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717400_24717400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717400_24717400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717400'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717404_24717404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717404_24717404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717404_24717404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717404_24717404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717404_24717404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717404'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717408_24717408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717408_24717408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717408_24717408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717408_24717408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717408_24717408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717408'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717420_24717420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717420_24717420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717420_24717420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717420_24717420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717420_24717420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717420'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717433_24717433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717433_24717433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717433_24717433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717433_24717433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717433_24717433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717433'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717434_24717434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717434_24717434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717434_24717434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717434_24717434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717434_24717434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717434'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717452_24717452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717452_24717452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717452_24717452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717452_24717452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717452_24717452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717452'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717456_24717456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717456_24717456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717456_24717456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717456_24717456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717456_24717456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717456'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717478_24717478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717478_24717478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717478_24717478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717478_24717478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717478_24717478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717478'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717480_24717480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717480_24717480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717480_24717480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717480_24717480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717480_24717480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717480'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717486_24717486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717486_24717486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717486_24717486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717486_24717486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717486_24717486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717486'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717491_24717491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717491_24717491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717491_24717491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717491_24717491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717491_24717491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717491'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717491'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717524_24717524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717524_24717524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717524_24717524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717524_24717524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717524_24717524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717524'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717567_24717567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717567_24717567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717567_24717567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717567_24717567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717567_24717567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717567'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717593_24717593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717593_24717593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717593_24717593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717593_24717593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717593_24717593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717593'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717643_24717643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717643_24717643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717643_24717643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717643_24717643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717643_24717643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717643'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717683_24717683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717683_24717683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717683_24717683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717683_24717683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717683_24717683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717683'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717683'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717690_24717690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717690_24717690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717690_24717690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717690_24717690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717690_24717690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717690'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717690'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717695_24717695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717695_24717695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717695_24717695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717695_24717695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717695_24717695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717695'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717696_24717696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717696_24717696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717696_24717696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717696_24717696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717696_24717696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717696'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717719_24717719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717719_24717719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717719_24717719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717719_24717719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717719_24717719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717719'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717727_24717727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717727_24717727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717727_24717727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717727_24717727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717727_24717727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717727'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717738_24717738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717738_24717738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717738_24717738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717738_24717738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717738_24717738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717738'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717744_24717744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717744_24717744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717744_24717744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717744_24717744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717744_24717744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717744'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717772_24717772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717772_24717772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717772_24717772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717772_24717772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717772_24717772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717772'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717798_24717798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717798_24717798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717798_24717798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717798_24717798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717798_24717798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717798'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717800_24717800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717800_24717800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717800_24717800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717800_24717800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717800_24717800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717800'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717809_24717809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717809_24717809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717809_24717809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717809_24717809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717809_24717809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717809'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717822_24717822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717822_24717822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717822_24717822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717822_24717822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717822_24717822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717822'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717832_24717832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717832_24717832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717832_24717832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717832_24717832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717832_24717832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717832'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717843_24717843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717843_24717843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717843_24717843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717843_24717843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717843_24717843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717843'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717843'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717844_24717844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717844_24717844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717844_24717844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717844_24717844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717844_24717844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717844'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717848_24717848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717848_24717848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717848_24717848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717848_24717848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717848_24717848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717848'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717849_24717849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717849_24717849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717849_24717849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717849_24717849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717849_24717849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717849'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717854_24717854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717854_24717854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717854_24717854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717854_24717854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717854_24717854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717854'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717854'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717870_24717870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717870_24717870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717870_24717870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717870_24717870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717870_24717870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717870'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717890_24717890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717890_24717890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717890_24717890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717890_24717890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717890_24717890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717890'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717891_24717891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717891_24717891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717891_24717891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717891_24717891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717891_24717891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717891'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717899_24717899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717899_24717899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717899_24717899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717899_24717899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717899_24717899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717899'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717902_24717902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717902_24717902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717902_24717902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717902_24717902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717902_24717902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717902'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717902'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717905_24717905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717905_24717905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717905_24717905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717905_24717905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717905_24717905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717905'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717908_24717908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717908_24717908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717908_24717908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717908_24717908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717908_24717908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717908'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717915_24717915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717915_24717915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717915_24717915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717915_24717915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717915_24717915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717915'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717922_24717922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717922_24717922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717922_24717922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717922_24717922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717922_24717922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717922'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717925_24717925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717925_24717925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717925_24717925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717925_24717925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717925_24717925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717925'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717926_24717926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717926_24717926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717926_24717926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717926_24717926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717926_24717926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717926'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717929_24717929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717929_24717929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717929_24717929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717929_24717929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717929_24717929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717929'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717930_24717930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717930_24717930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717930_24717930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717930_24717930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717930_24717930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717930'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717950_24717950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717950_24717950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717950_24717950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717950_24717950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717950_24717950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717950'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717953_24717953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717953_24717953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717953_24717953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717953_24717953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717953_24717953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717953'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717954_24717954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717954_24717954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717954_24717954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717954_24717954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717954_24717954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717954'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717955_24717955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717955_24717955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717955_24717955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717955_24717955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717955_24717955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717955'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717958_24717958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717958_24717958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717958_24717958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717958_24717958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717958_24717958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717958'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717960_24717960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717960_24717960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717960_24717960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717960_24717960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717960_24717960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717960'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717961_24717961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717961_24717961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717961_24717961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717961_24717961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717961_24717961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717961'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717965_24717965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717965_24717965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717965_24717965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717965_24717965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717965_24717965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717965'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717965'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717966_24717966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717966_24717966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717966_24717966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717966_24717966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717966_24717966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717966'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717966'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717986_24717986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717986_24717986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717986_24717986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717986_24717986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717986_24717986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717986'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24717988_24717988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24717988_24717988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24717988_24717988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24717988_24717988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24717988_24717988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24717988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24717988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24717988'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718049_24718049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718049_24718049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718049_24718049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718049_24718049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718049_24718049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718049'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718068_24718068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718068_24718068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718068_24718068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718068_24718068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718068_24718068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718068'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718098_24718098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718098_24718098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718098_24718098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718098_24718098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718098_24718098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718098'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718109_24718109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718109_24718109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718109_24718109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718109_24718109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718109_24718109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718109'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718123_24718123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718123_24718123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718123_24718123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718123_24718123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718123_24718123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718123'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718124_24718124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718124_24718124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718124_24718124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718124_24718124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718124_24718124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718124'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718129_24718129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718129_24718129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718129_24718129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718129_24718129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718129_24718129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718129'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718152_24718152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718152_24718152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718152_24718152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718152_24718152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718152_24718152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718152'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718163_24718163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718163_24718163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718163_24718163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718163_24718163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718163_24718163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718163'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718164_24718164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718164_24718164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718164_24718164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718164_24718164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718164_24718164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718164'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718196_24718196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718196_24718196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718196_24718196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718196_24718196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718196_24718196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718196'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718200_24718200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718200_24718200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718200_24718200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718200_24718200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718200_24718200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718200'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718229_24718229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718229_24718229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718229_24718229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718229_24718229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718229_24718229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718229'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718230_24718230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718230_24718230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718230_24718230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718230_24718230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718230_24718230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718230'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718231_24718231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718231_24718231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718231_24718231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718231_24718231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718231_24718231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718231'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718263_24718263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718263_24718263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718263_24718263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718263_24718263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718263_24718263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718263'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718307_24718307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718307_24718307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718307_24718307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718307_24718307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718307_24718307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718307'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718311_24718311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718311_24718311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718311_24718311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718311_24718311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718311_24718311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718311'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718313_24718313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718313_24718313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718313_24718313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718313_24718313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718313_24718313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718313'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718330_24718330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718330_24718330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718330_24718330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718330_24718330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718330_24718330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718330'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718331_24718331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718331_24718331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718331_24718331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718331_24718331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718331_24718331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718331'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718332_24718332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718332_24718332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718332_24718332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718332_24718332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718332_24718332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718332'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718355_24718355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718355_24718355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718355_24718355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718355_24718355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718355_24718355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718355'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718360_24718360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718360_24718360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718360_24718360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718360_24718360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718360_24718360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718360'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718375_24718375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718375_24718375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718375_24718375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718375_24718375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718375_24718375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718375'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718377_24718377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718377_24718377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718377_24718377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718377_24718377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718377_24718377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718377'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718379_24718379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718379_24718379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718379_24718379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718379_24718379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718379_24718379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718379'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718382_24718382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718382_24718382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718382_24718382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718382_24718382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718382_24718382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718382'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718382'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718390_24718390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718390_24718390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718390_24718390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718390_24718390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718390_24718390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718390'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718391_24718391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718391_24718391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718391_24718391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718391_24718391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718391_24718391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718391'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718409_24718409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718409_24718409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718409_24718409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718409_24718409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718409_24718409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718409'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718446_24718446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718446_24718446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718446_24718446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718446_24718446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718446_24718446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718446'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718483_24718483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718483_24718483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718483_24718483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718483_24718483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718483_24718483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718483'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718489_24718489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718489_24718489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718489_24718489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718489_24718489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718489_24718489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718489'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718491_24718491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718491_24718491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718491_24718491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718491_24718491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718491_24718491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718491'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718491'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718499_24718499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718499_24718499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718499_24718499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718499_24718499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718499_24718499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718499'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718510_24718510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718510_24718510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718510_24718510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718510_24718510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718510_24718510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718510'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718521_24718521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718521_24718521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718521_24718521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718521_24718521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718521_24718521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718521'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718536_24718536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718536_24718536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718536_24718536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718536_24718536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718536_24718536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718536'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718538_24718538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718538_24718538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718538_24718538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718538_24718538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718538_24718538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718538'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718544_24718544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718544_24718544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718544_24718544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718544_24718544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718544_24718544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718544'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718549_24718549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718549_24718549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718549_24718549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718549_24718549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718549_24718549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718549'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718552_24718552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718552_24718552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718552_24718552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718552_24718552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718552_24718552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718552'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718562_24718562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718562_24718562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718562_24718562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718562_24718562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718562_24718562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718562'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718562'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718574_24718574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718574_24718574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718574_24718574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718574_24718574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718574_24718574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718574'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718579_24718579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718579_24718579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718579_24718579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718579_24718579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718579_24718579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718579'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718580_24718580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718580_24718580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718580_24718580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718580_24718580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718580_24718580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718580'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718581_24718581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718581_24718581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718581_24718581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718581_24718581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718581_24718581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718581'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718584_24718584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718584_24718584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718584_24718584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718584_24718584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718584_24718584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718584'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718585_24718585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718585_24718585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718585_24718585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718585_24718585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718585_24718585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718585'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718593_24718593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718593_24718593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718593_24718593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718593_24718593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718593_24718593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718593'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718596_24718596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718596_24718596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718596_24718596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718596_24718596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718596_24718596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718596'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718600_24718600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718600_24718600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718600_24718600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718600_24718600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718600_24718600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718600'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718605_24718605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718605_24718605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718605_24718605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718605_24718605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718605_24718605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718605'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718606_24718606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718606_24718606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718606_24718606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718606_24718606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718606_24718606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718606'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718621_24718621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718621_24718621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718621_24718621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718621_24718621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718621_24718621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718621'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718651_24718651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718651_24718651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718651_24718651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718651_24718651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718651_24718651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718651'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718658_24718658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718658_24718658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718658_24718658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718658_24718658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718658_24718658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718658'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718699_24718699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718699_24718699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718699_24718699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718699_24718699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718699_24718699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718699'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718712_24718712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718712_24718712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718712_24718712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718712_24718712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718712_24718712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718712'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718712'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718717_24718717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718717_24718717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718717_24718717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718717_24718717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718717_24718717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718717'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718719_24718719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718719_24718719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718719_24718719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718719_24718719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718719_24718719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718719'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718722_24718722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718722_24718722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718722_24718722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718722_24718722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718722_24718722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718722'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718724_24718724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718724_24718724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718724_24718724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718724_24718724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718724_24718724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718724'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718725_24718725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718725_24718725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718725_24718725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718725_24718725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718725_24718725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718725'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718728_24718728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718728_24718728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718728_24718728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718728_24718728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718728_24718728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718728'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718731_24718731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718731_24718731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718731_24718731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718731_24718731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718731_24718731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718731'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718737_24718737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718737_24718737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718737_24718737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718737_24718737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718737_24718737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718737'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718738_24718738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718738_24718738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718738_24718738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718738_24718738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718738_24718738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718738'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718741_24718741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718741_24718741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718741_24718741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718741_24718741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718741_24718741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718741'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718750_24718750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718750_24718750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718750_24718750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718750_24718750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718750_24718750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718750'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718786_24718786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718786_24718786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718786_24718786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718786_24718786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718786_24718786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718786'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718815_24718815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718815_24718815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718815_24718815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718815_24718815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718815_24718815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718815'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718820_24718820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718820_24718820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718820_24718820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718820_24718820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718820_24718820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718820'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718825_24718825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718825_24718825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718825_24718825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718825_24718825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718825_24718825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718825'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718827_24718827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718827_24718827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718827_24718827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718827_24718827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718827_24718827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718827'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718828_24718828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718828_24718828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718828_24718828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718828_24718828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718828_24718828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718828'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718828'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718851_24718851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718851_24718851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718851_24718851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718851_24718851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718851_24718851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718851'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718851'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718869_24718869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718869_24718869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718869_24718869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718869_24718869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718869_24718869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718869'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718872_24718872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718872_24718872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718872_24718872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718872_24718872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718872_24718872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718872'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718873_24718873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718873_24718873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718873_24718873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718873_24718873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718873_24718873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718873'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718878_24718878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718878_24718878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718878_24718878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718878_24718878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718878_24718878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718878'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718887_24718887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718887_24718887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718887_24718887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718887_24718887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718887_24718887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718887'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718896_24718896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718896_24718896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718896_24718896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718896_24718896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718896_24718896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718896'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718908_24718908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718908_24718908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718908_24718908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718908_24718908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718908_24718908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718908'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718944_24718944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718944_24718944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718944_24718944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718944_24718944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718944_24718944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718944'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718946_24718946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718946_24718946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718946_24718946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718946_24718946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718946_24718946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718946'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718967_24718967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718967_24718967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718967_24718967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718967_24718967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718967_24718967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718967'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718984_24718984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718984_24718984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718984_24718984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718984_24718984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718984_24718984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718984'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718992_24718992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718992_24718992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718992_24718992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718992_24718992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718992_24718992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718992'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24718993_24718993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24718993_24718993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24718993_24718993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24718993_24718993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24718993_24718993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24718993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24718993'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24718993'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719003_24719003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719003_24719003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719003_24719003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719003_24719003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719003_24719003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719003'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719031_24719031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719031_24719031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719031_24719031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719031_24719031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719031_24719031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719031'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719033_24719033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719033_24719033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719033_24719033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719033_24719033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719033_24719033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719033'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719058_24719058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719058_24719058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719058_24719058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719058_24719058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719058_24719058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719058'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719073_24719073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719073_24719073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719073_24719073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719073_24719073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719073_24719073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719073'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719073'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719084_24719084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719084_24719084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719084_24719084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719084_24719084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719084_24719084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719084'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719110_24719110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719110_24719110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719110_24719110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719110_24719110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719110_24719110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719110'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719111_24719111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719111_24719111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719111_24719111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719111_24719111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719111_24719111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719111'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719119_24719119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719119_24719119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719119_24719119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719119_24719119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719119_24719119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719119'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719123_24719123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719123_24719123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719123_24719123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719123_24719123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719123_24719123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719123'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719150_24719150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719150_24719150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719150_24719150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719150_24719150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719150_24719150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719150'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719152_24719152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719152_24719152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719152_24719152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719152_24719152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719152_24719152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719152'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719154_24719154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719154_24719154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719154_24719154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719154_24719154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719154_24719154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719154'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719158_24719158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719158_24719158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719158_24719158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719158_24719158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719158_24719158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719158'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719181_24719181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719181_24719181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719181_24719181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719181_24719181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719181_24719181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719181'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719181'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719184_24719184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719184_24719184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719184_24719184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719184_24719184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719184_24719184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719184'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719193_24719193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719193_24719193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719193_24719193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719193_24719193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719193_24719193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719193'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719199_24719199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719199_24719199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719199_24719199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719199_24719199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719199_24719199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719199'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719203_24719203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719203_24719203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719203_24719203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719203_24719203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719203_24719203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719203'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719210_24719210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719210_24719210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719210_24719210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719210_24719210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719210_24719210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719210'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719222_24719222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719222_24719222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719222_24719222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719222_24719222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719222_24719222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719222'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719231_24719231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719231_24719231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719231_24719231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719231_24719231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719231_24719231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719231'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719236_24719236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719236_24719236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719236_24719236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719236_24719236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719236_24719236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719236'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719271_24719271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719271_24719271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719271_24719271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719271_24719271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719271_24719271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719271'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719287_24719287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719287_24719287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719287_24719287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719287_24719287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719287_24719287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719287'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719287'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719288_24719288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719288_24719288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719288_24719288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719288_24719288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719288_24719288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719288'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719292_24719292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719292_24719292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719292_24719292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719292_24719292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719292_24719292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719292'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719305_24719305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719305_24719305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719305_24719305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719305_24719305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719305_24719305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719305'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719305'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719320_24719320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719320_24719320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719320_24719320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719320_24719320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719320_24719320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719320'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719371_24719371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719371_24719371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719371_24719371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719371_24719371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719371_24719371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719371'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719375_24719375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719375_24719375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719375_24719375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719375_24719375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719375_24719375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719375'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719385_24719385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719385_24719385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719385_24719385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719385_24719385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719385_24719385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719385'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719393_24719393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719393_24719393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719393_24719393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719393_24719393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719393_24719393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719393'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719403_24719403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719403_24719403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719403_24719403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719403_24719403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719403_24719403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719403'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719404_24719404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719404_24719404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719404_24719404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719404_24719404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719404_24719404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719404'^^xsd:integer;
  dwc:observationDate '2015-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719411_24719411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719411_24719411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719411_24719411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719411_24719411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719411_24719411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719411'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719415_24719415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719415_24719415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719415_24719415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719415_24719415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719415_24719415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719415'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719421_24719421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719421_24719421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719421_24719421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719421_24719421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719421_24719421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719421'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719431_24719431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719431_24719431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719431_24719431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719431_24719431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719431_24719431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719431'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719434_24719434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719434_24719434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719434_24719434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719434_24719434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719434_24719434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719434'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719455_24719455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719455_24719455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719455_24719455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719455_24719455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719455_24719455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719455'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719461_24719461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719461_24719461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719461_24719461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719461_24719461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719461_24719461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719461'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719469_24719469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719469_24719469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719469_24719469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719469_24719469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719469_24719469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719469'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719475_24719475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719475_24719475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719475_24719475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719475_24719475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719475_24719475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719475'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719475'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719477_24719477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719477_24719477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719477_24719477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719477_24719477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719477_24719477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719477'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719477'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719480_24719480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719480_24719480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719480_24719480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719480_24719480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719480_24719480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719480'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719484_24719484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719484_24719484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719484_24719484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719484_24719484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719484_24719484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719484'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719486_24719486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719486_24719486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719486_24719486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719486_24719486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719486_24719486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719486'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719506_24719506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719506_24719506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719506_24719506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719506_24719506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719506_24719506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719506'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719533_24719533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719533_24719533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719533_24719533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719533_24719533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719533_24719533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719533'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719534_24719534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719534_24719534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719534_24719534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719534_24719534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719534_24719534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719534'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719536_24719536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719536_24719536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719536_24719536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719536_24719536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719536_24719536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719536'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719538_24719538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719538_24719538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719538_24719538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719538_24719538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719538_24719538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719538'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719540_24719540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719540_24719540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719540_24719540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719540_24719540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719540_24719540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719540'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719550_24719550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719550_24719550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719550_24719550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719550_24719550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719550_24719550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719550'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719603_24719603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719603_24719603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719603_24719603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719603_24719603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719603_24719603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719603'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719610_24719610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719610_24719610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719610_24719610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719610_24719610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719610_24719610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719610'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719610'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719613_24719613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719613_24719613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719613_24719613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719613_24719613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719613_24719613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719613'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719644_24719644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719644_24719644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719644_24719644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719644_24719644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719644_24719644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719644'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719644'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719662_24719662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719662_24719662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719662_24719662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719662_24719662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719662_24719662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719662'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719669_24719669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719669_24719669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719669_24719669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719669_24719669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719669_24719669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719669'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719674_24719674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719674_24719674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719674_24719674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719674_24719674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719674_24719674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719674'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719702_24719702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719702_24719702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719702_24719702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719702_24719702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719702_24719702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719702'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719707_24719707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719707_24719707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719707_24719707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719707_24719707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719707_24719707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719707'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719728_24719728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719728_24719728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719728_24719728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719728_24719728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719728_24719728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719728'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719749_24719749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719749_24719749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719749_24719749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719749_24719749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719749_24719749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719749'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719771_24719771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719771_24719771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719771_24719771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719771_24719771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719771_24719771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719771'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719781_24719781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719781_24719781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719781_24719781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719781_24719781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719781_24719781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719781'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719806_24719806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719806_24719806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719806_24719806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719806_24719806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719806_24719806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719806'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719814_24719814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719814_24719814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719814_24719814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719814_24719814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719814_24719814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719814'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719819_24719819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719819_24719819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719819_24719819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719819_24719819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719819_24719819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719819'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719821_24719821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719821_24719821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719821_24719821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719821_24719821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719821_24719821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719821'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719829_24719829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719829_24719829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719829_24719829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719829_24719829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719829_24719829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719829'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719839_24719839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719839_24719839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719839_24719839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719839_24719839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719839_24719839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719839'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719841_24719841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719841_24719841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719841_24719841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719841_24719841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719841_24719841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719841'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719879_24719879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719879_24719879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719879_24719879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719879_24719879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719879_24719879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719879'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719893_24719893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719893_24719893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719893_24719893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719893_24719893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719893_24719893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719893'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719911_24719911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719911_24719911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719911_24719911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719911_24719911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719911_24719911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719911'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719938_24719938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719938_24719938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719938_24719938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719938_24719938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719938_24719938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719938'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719960_24719960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719960_24719960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719960_24719960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719960_24719960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719960_24719960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719960'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719967_24719967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719967_24719967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719967_24719967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719967_24719967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719967_24719967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719967'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719982_24719982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719982_24719982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719982_24719982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719982_24719982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719982_24719982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719982'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24719997_24719997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24719997_24719997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24719997_24719997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24719997_24719997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24719997_24719997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24719997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24719997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24719997'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720004_24720004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720004_24720004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720004_24720004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720004_24720004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720004_24720004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720004'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720016_24720016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720016_24720016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720016_24720016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720016_24720016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720016_24720016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720016'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720017_24720017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720017_24720017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720017_24720017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720017_24720017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720017_24720017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720017'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720022_24720022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720022_24720022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720022_24720022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720022_24720022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720022_24720022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720022'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720023_24720023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720023_24720023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720023_24720023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720023_24720023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720023_24720023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720023'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720029_24720029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720029_24720029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720029_24720029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720029_24720029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720029_24720029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720029'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720042_24720042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720042_24720042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720042_24720042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720042_24720042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720042_24720042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720042'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720052_24720052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720052_24720052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720052_24720052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720052_24720052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720052_24720052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720052'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720068_24720068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720068_24720068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720068_24720068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720068_24720068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720068_24720068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720068'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720072_24720072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720072_24720072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720072_24720072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720072_24720072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720072_24720072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720072'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720076_24720076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720076_24720076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720076_24720076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720076_24720076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720076_24720076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720076'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720080_24720080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720080_24720080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720080_24720080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720080_24720080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720080_24720080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720080'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720084_24720084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720084_24720084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720084_24720084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720084_24720084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720084_24720084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720084'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720087_24720087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720087_24720087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720087_24720087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720087_24720087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720087_24720087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720087'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720090_24720090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720090_24720090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720090_24720090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720090_24720090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720090_24720090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720090'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720124_24720124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720124_24720124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720124_24720124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720124_24720124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720124_24720124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720124'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720127_24720127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720127_24720127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720127_24720127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720127_24720127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720127_24720127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720127'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720128_24720128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720128_24720128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720128_24720128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720128_24720128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720128_24720128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720128'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720140_24720140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720140_24720140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720140_24720140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720140_24720140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720140_24720140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720140'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720157_24720157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720157_24720157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720157_24720157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720157_24720157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720157_24720157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720157'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720164_24720164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720164_24720164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720164_24720164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720164_24720164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720164_24720164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720164'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720167_24720167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720167_24720167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720167_24720167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720167_24720167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720167_24720167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720167'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720175_24720175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720175_24720175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720175_24720175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720175_24720175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720175_24720175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720175'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720185_24720185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720185_24720185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720185_24720185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720185_24720185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720185_24720185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720185'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720191_24720191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720191_24720191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720191_24720191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720191_24720191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720191_24720191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720191'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720193_24720193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720193_24720193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720193_24720193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720193_24720193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720193_24720193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720193'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720227_24720227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720227_24720227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720227_24720227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720227_24720227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720227_24720227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720227'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720265_24720265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720265_24720265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720265_24720265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720265_24720265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720265_24720265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720265'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720266_24720266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720266_24720266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720266_24720266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720266_24720266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720266_24720266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720266'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720270_24720270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720270_24720270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720270_24720270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720270_24720270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720270_24720270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720270'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720272_24720272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720272_24720272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720272_24720272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720272_24720272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720272_24720272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720272'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720275_24720275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720275_24720275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720275_24720275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720275_24720275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720275_24720275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720275'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720286_24720286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720286_24720286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720286_24720286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720286_24720286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720286_24720286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720286'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720319_24720319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720319_24720319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720319_24720319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720319_24720319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720319_24720319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720319'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720319'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720326_24720326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720326_24720326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720326_24720326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720326_24720326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720326_24720326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720326'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720333_24720333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720333_24720333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720333_24720333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720333_24720333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720333_24720333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720333'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720369_24720369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720369_24720369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720369_24720369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720369_24720369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720369_24720369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720369'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720391_24720391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720391_24720391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720391_24720391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720391_24720391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720391_24720391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720391'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720402_24720402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720402_24720402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720402_24720402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720402_24720402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720402_24720402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720402'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720404_24720404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720404_24720404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720404_24720404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720404_24720404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720404_24720404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720404'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720414_24720414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720414_24720414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720414_24720414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720414_24720414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720414_24720414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720414'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720417_24720417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720417_24720417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720417_24720417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720417_24720417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720417_24720417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720417'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720437_24720437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720437_24720437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720437_24720437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720437_24720437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720437_24720437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720437'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720442_24720442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720442_24720442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720442_24720442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720442_24720442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720442_24720442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720442'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720442'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720443_24720443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720443_24720443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720443_24720443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720443_24720443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720443_24720443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720443'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720486_24720486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720486_24720486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720486_24720486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720486_24720486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720486_24720486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720486'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720487_24720487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720487_24720487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720487_24720487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720487_24720487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720487_24720487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720487'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720493_24720493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720493_24720493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720493_24720493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720493_24720493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720493_24720493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720493'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720510_24720510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720510_24720510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720510_24720510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720510_24720510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720510_24720510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720510'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720511_24720511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720511_24720511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720511_24720511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720511_24720511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720511_24720511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720511'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720511'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720512_24720512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720512_24720512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720512_24720512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720512_24720512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720512_24720512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720512'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720512'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720540_24720540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720540_24720540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720540_24720540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720540_24720540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720540_24720540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720540'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720546_24720546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720546_24720546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720546_24720546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720546_24720546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720546_24720546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720546'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720547_24720547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720547_24720547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720547_24720547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720547_24720547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720547_24720547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720547'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720552_24720552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720552_24720552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720552_24720552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720552_24720552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720552_24720552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720552'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720590_24720590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720590_24720590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720590_24720590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720590_24720590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720590_24720590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720590'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720593_24720593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720593_24720593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720593_24720593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720593_24720593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720593_24720593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720593'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720594_24720594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720594_24720594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720594_24720594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720594_24720594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720594_24720594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720594'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720599_24720599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720599_24720599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720599_24720599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720599_24720599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720599_24720599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720599'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720627_24720627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720627_24720627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720627_24720627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720627_24720627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720627_24720627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720627'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720628_24720628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720628_24720628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720628_24720628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720628_24720628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720628_24720628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720628'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720628'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720633_24720633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720633_24720633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720633_24720633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720633_24720633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720633_24720633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720633'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720639_24720639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720639_24720639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720639_24720639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720639_24720639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720639_24720639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720639'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720639'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720646_24720646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720646_24720646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720646_24720646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720646_24720646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720646_24720646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720646'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720646'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720650_24720650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720650_24720650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720650_24720650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720650_24720650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720650_24720650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720650'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720659_24720659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720659_24720659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720659_24720659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720659_24720659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720659_24720659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720659'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720689_24720689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720689_24720689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720689_24720689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720689_24720689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720689_24720689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720689'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720691_24720691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720691_24720691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720691_24720691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720691_24720691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720691_24720691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720691'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720691'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720693_24720693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720693_24720693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720693_24720693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720693_24720693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720693_24720693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720693'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720693'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720694_24720694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720694_24720694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720694_24720694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720694_24720694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720694_24720694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720694'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720700_24720700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720700_24720700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720700_24720700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720700_24720700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720700_24720700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720700'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24720701_24720701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24720701_24720701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24720701_24720701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0434"^^xsd:decimal ;
  dwc:decimalLongitude "4.04783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24720701_24720701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0434 4.04783)"^^geo:wktLiteral ;
  geo-pos:lat "51.0434"^^xsd:decimal ;
  geo-pos:long "4.04783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24720701_24720701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24720701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24720701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.04783'^^xsd:double;
  dwc:latitude '51.0434'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24720701'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382187_24382187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382187_24382187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382187_24382187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382187_24382187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382187_24382187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382187'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382187'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382189_24382189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382189_24382189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382189_24382189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382189_24382189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382189_24382189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382189'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382189'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382208_24382208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382208_24382208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382208_24382208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382208_24382208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382208_24382208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382208'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382217_24382217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382217_24382217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382217_24382217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04231"^^xsd:decimal ;
  dwc:decimalLongitude "4.0945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382217_24382217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04231 4.0945)"^^geo:wktLiteral ;
  geo-pos:lat "51.04231"^^xsd:decimal ;
  geo-pos:long "4.0945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382217_24382217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.0945'^^xsd:double;
  dwc:latitude '51.04231'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382217'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113521'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738932_24738932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738932_24738932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738932_24738932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738932_24738932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738932_24738932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738932'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24750630_24750630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24750630_24750630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24750630_24750630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24750630_24750630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24750630_24750630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24750630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24750630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24750630'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010831_37010831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010831_37010831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010831_37010831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010831_37010831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010831_37010831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010831'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387146_24387146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387146_24387146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387146_24387146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387146_24387146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387146_24387146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387146'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387156_24387156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387156_24387156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387156_24387156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387156_24387156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387156_24387156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387156'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387165_24387165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387165_24387165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387165_24387165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387165_24387165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387165_24387165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387165'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387174_24387174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387174_24387174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387174_24387174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387174_24387174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387174_24387174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387174'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387178_24387178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387178_24387178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387178_24387178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387178_24387178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387178_24387178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387178'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387184_24387184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387184_24387184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387184_24387184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387184_24387184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387184_24387184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387184'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387191_24387191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387191_24387191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387191_24387191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387191_24387191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387191_24387191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387191'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387194_24387194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387194_24387194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387194_24387194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387194_24387194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387194_24387194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387194'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387209_24387209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387209_24387209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387209_24387209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387209_24387209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387209_24387209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387209'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387211_24387211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387211_24387211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387211_24387211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387211_24387211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387211_24387211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387211'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387211'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387220_24387220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387220_24387220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387220_24387220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387220_24387220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387220_24387220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387220'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387220'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010850_37010850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010850_37010850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010850_37010850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010850_37010850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010850_37010850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010850'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010853_37010853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010853_37010853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010853_37010853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010853_37010853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010853_37010853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010853'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010862_37010862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010862_37010862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010862_37010862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010862_37010862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010862_37010862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010862'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010904_37010904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010904_37010904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010904_37010904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010904_37010904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010904_37010904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010904'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010956_37010956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010956_37010956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010956_37010956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010956_37010956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010956_37010956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010956'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010979_37010979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010979_37010979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010979_37010979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010979_37010979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010979_37010979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010979'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010979'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37010991_37010991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37010991_37010991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37010991_37010991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37010991_37010991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37010991_37010991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37010991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37010991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37010991'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387222_24387222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387222_24387222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387222_24387222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387222_24387222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387222_24387222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387222'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251323_23251323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251323_23251323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251323_23251323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251323_23251323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251323_23251323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251323'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251344_23251344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251344_23251344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251344_23251344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251344_23251344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251344_23251344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251344'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251365_23251365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251365_23251365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251365_23251365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251365_23251365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251365_23251365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251365'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387229_24387229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387229_24387229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387229_24387229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387229_24387229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387229_24387229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387229'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386453_24386453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386453_24386453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386453_24386453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386453_24386453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386453_24386453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386453'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386454_24386454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386454_24386454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386454_24386454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386454_24386454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386454_24386454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386454'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386454'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383264_24383264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383264_24383264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383264_24383264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383264_24383264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383264_24383264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383264'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011113_37011113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011113_37011113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011113_37011113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011113_37011113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011113_37011113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011113'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738942_24738942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738942_24738942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738942_24738942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738942_24738942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738942_24738942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738942'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738943_24738943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738943_24738943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738943_24738943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738943_24738943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738943_24738943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738943'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24754801_24754801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24754801_24754801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24754801_24754801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24754801_24754801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24754801_24754801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24754801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24754801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24754801'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738944_24738944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738944_24738944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738944_24738944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738944_24738944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738944_24738944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738944'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738966_24738966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738966_24738966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738966_24738966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738966_24738966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738966_24738966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738966'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738966'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24755029_24755029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24755029_24755029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24755029_24755029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24755029_24755029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24755029_24755029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24755029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24755029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24755029'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011364_37011364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011364_37011364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011364_37011364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011364_37011364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011364_37011364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011364'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011373_37011373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011373_37011373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011373_37011373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011373_37011373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011373_37011373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011373'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011404_37011404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011404_37011404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011404_37011404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011404_37011404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011404_37011404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011404'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387243_24387243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387243_24387243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387243_24387243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387243_24387243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387243_24387243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387243'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387253_24387253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387253_24387253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387253_24387253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387253_24387253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387253_24387253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387253'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387254_24387254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387254_24387254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387254_24387254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387254_24387254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387254_24387254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387254'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387255_24387255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387255_24387255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387255_24387255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387255_24387255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387255_24387255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387255'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387256_24387256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387256_24387256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387256_24387256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387256_24387256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387256_24387256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387256'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387260_24387260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387260_24387260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387260_24387260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387260_24387260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387260_24387260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387260'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387260'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387265_24387265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387265_24387265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387265_24387265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387265_24387265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387265_24387265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387265'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387275_24387275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387275_24387275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387275_24387275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387275_24387275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387275_24387275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387275'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387287_24387287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387287_24387287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387287_24387287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387287_24387287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387287_24387287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387287'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387287'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011541_37011541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011541_37011541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011541_37011541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011541_37011541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011541_37011541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011541'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738972_24738972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738972_24738972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738972_24738972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738972_24738972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738972_24738972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738972'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24755702_24755702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24755702_24755702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24755702_24755702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24755702_24755702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24755702_24755702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24755702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24755702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24755702'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011826_37011826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011826_37011826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011826_37011826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011826_37011826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011826_37011826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011826'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24755710_24755710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24755710_24755710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24755710_24755710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24755710_24755710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24755710_24755710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24755710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24755710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24755710'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738974_24738974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738974_24738974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738974_24738974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738974_24738974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738974_24738974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738974'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24738978_24738978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24738978_24738978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24738978_24738978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24738978_24738978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24738978_24738978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24738978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24738978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24738978'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24755763_24755763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24755763_24755763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24755763_24755763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24755763_24755763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24755763_24755763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24755763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24755763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24755763'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_37011842_37011842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_37011842_37011842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_37011842_37011842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_37011842_37011842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_37011842_37011842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37011842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37011842'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '37011842'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387290_24387290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387290_24387290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387290_24387290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387290_24387290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387290_24387290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387290'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387290'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387292_24387292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387292_24387292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387292_24387292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387292_24387292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387292_24387292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387292'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252308_23252308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252308_23252308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252308_23252308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252308_23252308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252308_23252308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252308'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252308'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252323_23252323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252323_23252323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252323_23252323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252323_23252323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252323_23252323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252323'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252359_23252359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252359_23252359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252359_23252359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252359_23252359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252359_23252359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252359'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252365_23252365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252365_23252365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252365_23252365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252365_23252365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252365_23252365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252365'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252377_23252377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252377_23252377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252377_23252377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252377_23252377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252377_23252377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252377'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252450_23252450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252450_23252450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252450_23252450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252450_23252450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252450_23252450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252450'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252459_23252459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252459_23252459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252459_23252459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252459_23252459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252459_23252459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252459'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252498_23252498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252498_23252498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252498_23252498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252498_23252498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252498_23252498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252498'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252513_23252513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252513_23252513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252513_23252513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252513_23252513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252513_23252513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252513'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252590_23252590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252590_23252590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252590_23252590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252590_23252590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252590_23252590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252590'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252599_23252599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252599_23252599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252599_23252599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252599_23252599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252599_23252599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252599'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252600_23252600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252600_23252600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252600_23252600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252600_23252600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252600_23252600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252600'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252714_23252714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252714_23252714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252714_23252714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252714_23252714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252714_23252714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252714'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252816_23252816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252816_23252816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252816_23252816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252816_23252816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252816_23252816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252816'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252819_23252819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252819_23252819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252819_23252819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252819_23252819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252819_23252819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252819'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252900_23252900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252900_23252900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252900_23252900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252900_23252900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252900_23252900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252900'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252916_23252916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252916_23252916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252916_23252916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252916_23252916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252916_23252916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252916'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252920_23252920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252920_23252920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252920_23252920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252920_23252920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252920_23252920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252920'^^xsd:integer;
  dwc:observationDate '2015-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253163_23253163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253163_23253163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253163_23253163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253163_23253163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253163_23253163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253163'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622358_23622358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622358_23622358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622358_23622358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622358_23622358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622358_23622358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622358'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686473_36686473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686473_36686473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686473_36686473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686473_36686473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686473_36686473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686473'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686488_36686488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686488_36686488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686488_36686488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686488_36686488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686488_36686488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686488'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686500_36686500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686500_36686500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686500_36686500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686500_36686500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686500_36686500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686500'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686509_36686509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686509_36686509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686509_36686509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686509_36686509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686509_36686509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686509'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687488_36687488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687488_36687488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687488_36687488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687488_36687488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687488_36687488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687488'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832298_36832298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832298_36832298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832298_36832298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36832298_36832298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36832298_36832298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832298'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686517_36686517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686517_36686517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686517_36686517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686517_36686517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686517_36686517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686517'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686517'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683547_36683547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683547_36683547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683547_36683547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683547_36683547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683547_36683547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683547'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683568_36683568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683568_36683568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683568_36683568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683568_36683568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683568_36683568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683568'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_512_1214046_capture_512_1214046_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_512_1214046_capture_512_1214046_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_512_1214046_capture_512_1214046_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_512_1214046_capture_512_1214046_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_512_1214046_capture_512_1214046_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "512_1214046_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '512_1214046_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '512_1214046_capture'^^xsd:string;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_512_1214046_release_512_1214046_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_512_1214046_release_512_1214046_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_512_1214046_release_512_1214046_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_512_1214046_release_512_1214046_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_512_1214046_release_512_1214046_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "512_1214046_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '512_1214046_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '512_1214046_release'^^xsd:string;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622394_23622394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622394_23622394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622394_23622394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622394_23622394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622394_23622394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622394'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24096780_24096780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24096780_24096780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24096780_24096780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24096780_24096780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24096780_24096780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24096780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24096780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24096780'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622500_23622500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622500_23622500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622500_23622500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622500_23622500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622500_23622500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622500'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 126 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823641_23823641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823641_23823641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823641_23823641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823641_23823641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823641_23823641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823641'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 132 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622620_23622620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622620_23622620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622620_23622620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622620_23622620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622620_23622620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622620'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622620'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618071_23618071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618071_23618071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618071_23618071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618071_23618071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618071_23618071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618071'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239645_23239645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239645_23239645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239645_23239645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239645_23239645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239645_23239645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239645'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23185797_23185797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23185797_23185797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23185797_23185797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23185797_23185797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23185797_23185797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23185797'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178096_23178096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178096_23178096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178096_23178096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178096_23178096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178096_23178096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178096'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178108_23178108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178108_23178108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178108_23178108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178108_23178108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178108_23178108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178108'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178149_23178149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178149_23178149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178149_23178149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178149_23178149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178149_23178149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178149'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178188_23178188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178188_23178188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178188_23178188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178188_23178188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178188_23178188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178188'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178249_23178249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178249_23178249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178249_23178249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178249_23178249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178249_23178249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178249'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178266_23178266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178266_23178266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178266_23178266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178266_23178266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178266_23178266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178266'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178279_23178279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178279_23178279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178279_23178279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178279_23178279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178279_23178279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178279'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178300_23178300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178300_23178300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178300_23178300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178300_23178300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178300_23178300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178300'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178300'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178337_23178337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178337_23178337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178337_23178337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178337_23178337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178337_23178337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178337'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178392_23178392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178392_23178392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178392_23178392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178392_23178392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178392_23178392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178392'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178392'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178442_23178442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178442_23178442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178442_23178442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178442_23178442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178442_23178442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178442'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178442'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178455_23178455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178455_23178455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178455_23178455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178455_23178455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178455_23178455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178455'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178473_23178473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178473_23178473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178473_23178473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178473_23178473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178473_23178473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178473'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178484_23178484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178484_23178484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178484_23178484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178484_23178484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178484_23178484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178484'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178496_23178496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178496_23178496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178496_23178496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178496_23178496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178496_23178496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178496'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178499_23178499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178499_23178499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178499_23178499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178499_23178499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178499_23178499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178499'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178535_23178535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178535_23178535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178535_23178535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178535_23178535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178535_23178535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178535'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178561_23178561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178561_23178561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178561_23178561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178561_23178561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178561_23178561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178561'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178595_23178595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178595_23178595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178595_23178595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178595_23178595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178595_23178595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178595'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178609_23178609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178609_23178609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178609_23178609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178609_23178609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178609_23178609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178609'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178638_23178638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178638_23178638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178638_23178638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178638_23178638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178638_23178638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178638'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178653_23178653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178653_23178653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178653_23178653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178653_23178653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178653_23178653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178653'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178659_23178659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178659_23178659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178659_23178659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178659_23178659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178659_23178659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178659'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178750_23178750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178750_23178750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178750_23178750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178750_23178750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178750_23178750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178750'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178819_23178819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178819_23178819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178819_23178819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178819_23178819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178819_23178819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178819'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178831_23178831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178831_23178831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178831_23178831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178831_23178831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178831_23178831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178831'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178841_23178841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178841_23178841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178841_23178841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178841_23178841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178841_23178841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178841'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178857_23178857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178857_23178857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178857_23178857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178857_23178857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178857_23178857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178857'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23178874_23178874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23178874_23178874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23178874_23178874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23178874_23178874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23178874_23178874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23178874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23178874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23178874'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179004_23179004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179004_23179004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179004_23179004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179004_23179004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179004_23179004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179004'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179016_23179016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179016_23179016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179016_23179016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179016_23179016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179016_23179016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179016'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179018_23179018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179018_23179018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179018_23179018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179018_23179018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179018_23179018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179018'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179018'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179031_23179031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179031_23179031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179031_23179031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179031_23179031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179031_23179031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179031'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175237_23175237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175237_23175237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175237_23175237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175237_23175237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175237_23175237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175237'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175250_23175250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175250_23175250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175250_23175250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175250_23175250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175250_23175250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175250'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175253_23175253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175253_23175253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175253_23175253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175253_23175253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175253_23175253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175253'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175265_23175265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175265_23175265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175265_23175265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175265_23175265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175265_23175265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175265'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175273_23175273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175273_23175273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175273_23175273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175273_23175273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175273_23175273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175273'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179842_23179842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179842_23179842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179842_23179842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179842_23179842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179842_23179842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179842'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179842'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179847_23179847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179847_23179847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179847_23179847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179847_23179847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179847_23179847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179847'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175703_23175703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175703_23175703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175703_23175703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175703_23175703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175703_23175703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175703'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175703'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179862_23179862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179862_23179862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179862_23179862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179862_23179862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179862_23179862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179862'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179873_23179873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179873_23179873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179873_23179873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179873_23179873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179873_23179873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179873'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179884_23179884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179884_23179884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179884_23179884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179884_23179884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179884_23179884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179884'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179887_23179887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179887_23179887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179887_23179887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179887_23179887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179887_23179887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179887'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179888_23179888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179888_23179888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179888_23179888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179888_23179888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179888_23179888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179888'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179888'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179904_23179904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179904_23179904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179904_23179904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179904_23179904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179904_23179904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179904'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179915_23179915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179915_23179915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179915_23179915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179915_23179915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179915_23179915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179915'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179949_23179949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179949_23179949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179949_23179949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179949_23179949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179949_23179949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179949'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179954_23179954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179954_23179954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179954_23179954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179954_23179954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179954_23179954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179954'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179961_23179961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179961_23179961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179961_23179961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179961_23179961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179961_23179961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179961'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23179965_23179965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23179965_23179965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23179965_23179965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23179965_23179965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23179965_23179965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23179965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23179965'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23179965'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180004_23180004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180004_23180004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180004_23180004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180004_23180004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180004_23180004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180004'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180019_23180019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180019_23180019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180019_23180019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180019_23180019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180019_23180019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180019'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180043_23180043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180043_23180043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180043_23180043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180043_23180043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180043_23180043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180043'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180050_23180050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180050_23180050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180050_23180050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180050_23180050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180050_23180050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180050'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180050'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180061_23180061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180061_23180061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180061_23180061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180061_23180061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180061_23180061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180061'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180074_23180074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180074_23180074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180074_23180074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180074_23180074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180074_23180074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180074'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180099_23180099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180099_23180099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180099_23180099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180099_23180099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180099_23180099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180099'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180099'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180106_23180106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180106_23180106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180106_23180106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180106_23180106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180106_23180106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180106'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180106'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180113_23180113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180113_23180113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180113_23180113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180113_23180113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180113_23180113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180113'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180115_23180115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180115_23180115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180115_23180115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180115_23180115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180115_23180115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180115'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180121_23180121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180121_23180121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180121_23180121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180121_23180121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180121_23180121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180121'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180146_23180146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180146_23180146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180146_23180146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180146_23180146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180146_23180146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180146'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180147_23180147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180147_23180147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180147_23180147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180147_23180147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180147_23180147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180147'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180163_23180163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180163_23180163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180163_23180163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180163_23180163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180163_23180163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180163'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180181_23180181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180181_23180181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180181_23180181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180181_23180181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180181_23180181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180181'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180181'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180188_23180188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180188_23180188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180188_23180188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180188_23180188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180188_23180188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180188'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180189_23180189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180189_23180189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180189_23180189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180189_23180189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180189_23180189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180189'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180189'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180198_23180198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180198_23180198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180198_23180198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180198_23180198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180198_23180198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180198'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180202_23180202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180202_23180202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180202_23180202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180202_23180202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180202_23180202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180202'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180207_23180207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180207_23180207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180207_23180207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180207_23180207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180207_23180207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180207'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180209_23180209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180209_23180209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180209_23180209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180209_23180209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180209_23180209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180209'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180221_23180221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180221_23180221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180221_23180221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180221_23180221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180221_23180221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180221'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180228_23180228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180228_23180228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180228_23180228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180228_23180228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180228_23180228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180228'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180247_23180247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180247_23180247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180247_23180247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180247_23180247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180247_23180247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180247'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180247'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180296_23180296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180296_23180296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180296_23180296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180296_23180296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180296_23180296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180296'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180348_23180348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180348_23180348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180348_23180348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180348_23180348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180348_23180348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180348'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180423_23180423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180423_23180423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180423_23180423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180423_23180423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180423_23180423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180423'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180433_23180433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180433_23180433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180433_23180433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180433_23180433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180433_23180433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180433'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180443_23180443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180443_23180443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180443_23180443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180443_23180443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180443_23180443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180443'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180444_23180444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180444_23180444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180444_23180444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180444_23180444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180444_23180444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180444'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180444'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180445_23180445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180445_23180445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180445_23180445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180445_23180445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180445_23180445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180445'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180451_23180451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180451_23180451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180451_23180451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180451_23180451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180451_23180451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180451'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180458_23180458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180458_23180458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180458_23180458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180458_23180458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180458_23180458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180458'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180459_23180459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180459_23180459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180459_23180459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180459_23180459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180459_23180459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180459'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180464_23180464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180464_23180464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180464_23180464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180464_23180464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180464_23180464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180464'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180478_23180478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180478_23180478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180478_23180478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180478_23180478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180478_23180478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180478'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180495_23180495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180495_23180495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180495_23180495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180495_23180495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180495_23180495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180495'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180497_23180497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180497_23180497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180497_23180497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180497_23180497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180497_23180497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180497'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180499_23180499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180499_23180499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180499_23180499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180499_23180499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180499_23180499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180499'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180500_23180500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180500_23180500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180500_23180500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180500_23180500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180500_23180500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180500'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180506_23180506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180506_23180506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180506_23180506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180506_23180506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180506_23180506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180506'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180517_23180517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180517_23180517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180517_23180517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180517_23180517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180517_23180517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180517'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180517'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180530_23180530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180530_23180530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180530_23180530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180530_23180530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180530_23180530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180530'^^xsd:integer;
  dwc:observationDate '2015-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180560_23180560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180560_23180560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180560_23180560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180560_23180560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180560_23180560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180560'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180564_23180564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180564_23180564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180564_23180564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180564_23180564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180564_23180564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180564'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180568_23180568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180568_23180568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180568_23180568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180568_23180568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180568_23180568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180568'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180570_23180570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180570_23180570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180570_23180570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180570_23180570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180570_23180570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180570'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180574_23180574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180574_23180574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180574_23180574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180574_23180574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180574_23180574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180574'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180593_23180593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180593_23180593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180593_23180593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180593_23180593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180593_23180593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180593'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180595_23180595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180595_23180595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180595_23180595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180595_23180595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180595_23180595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180595'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180606_23180606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180606_23180606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180606_23180606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180606_23180606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180606_23180606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180606'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180611_23180611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180611_23180611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180611_23180611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180611_23180611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180611_23180611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180611'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180618_23180618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180618_23180618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180618_23180618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180618_23180618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180618_23180618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180618'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180620_23180620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180620_23180620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180620_23180620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180620_23180620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180620_23180620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180620'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180620'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180627_23180627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180627_23180627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180627_23180627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180627_23180627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180627_23180627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180627'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180639_23180639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180639_23180639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180639_23180639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180639_23180639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180639_23180639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180639'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180639'^^xsd:integer;
  dwc:observationDate '2015-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180643_23180643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180643_23180643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180643_23180643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180643_23180643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180643_23180643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180643'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180644_23180644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180644_23180644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180644_23180644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180644_23180644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180644_23180644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180644'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180644'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180649_23180649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180649_23180649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180649_23180649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180649_23180649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180649_23180649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180649'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180649'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180656_23180656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180656_23180656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180656_23180656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180656_23180656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180656_23180656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180656'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180656'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180661_23180661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180661_23180661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180661_23180661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180661_23180661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180661_23180661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180661'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180665_23180665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180665_23180665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180665_23180665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180665_23180665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180665_23180665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180665'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180672_23180672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180672_23180672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180672_23180672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180672_23180672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180672_23180672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180672'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180672'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180676_23180676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180676_23180676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180676_23180676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180676_23180676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180676_23180676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180676'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180676'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180705_23180705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180705_23180705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180705_23180705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180705_23180705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180705_23180705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180705'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180756_23180756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180756_23180756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180756_23180756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180756_23180756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180756_23180756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180756'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180756'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180768_23180768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180768_23180768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180768_23180768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180768_23180768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180768_23180768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180768'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180778_23180778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180778_23180778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180778_23180778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180778_23180778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180778_23180778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180778'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180787_23180787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180787_23180787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180787_23180787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180787_23180787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180787_23180787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180787'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180809_23180809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180809_23180809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180809_23180809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180809_23180809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180809_23180809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180809'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180840_23180840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180840_23180840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180840_23180840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180840_23180840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180840_23180840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180840'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180853_23180853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180853_23180853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180853_23180853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180853_23180853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180853_23180853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180853'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180885_23180885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180885_23180885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180885_23180885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180885_23180885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180885_23180885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180885'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180885'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180924_23180924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180924_23180924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180924_23180924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180924_23180924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180924_23180924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180924'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180925_23180925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180925_23180925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180925_23180925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180925_23180925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180925_23180925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180925'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180931_23180931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180931_23180931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180931_23180931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180931_23180931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180931_23180931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180931'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180931'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180938_23180938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180938_23180938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180938_23180938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180938_23180938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180938_23180938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180938'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180954_23180954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180954_23180954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180954_23180954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180954_23180954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180954_23180954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180954'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23180964_23180964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23180964_23180964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23180964_23180964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23180964_23180964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23180964_23180964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23180964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23180964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23180964'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181006_23181006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181006_23181006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181006_23181006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181006_23181006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181006_23181006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181006'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181019_23181019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181019_23181019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181019_23181019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181019_23181019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181019_23181019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181019'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181063_23181063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181063_23181063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181063_23181063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181063_23181063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181063_23181063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181063'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181072_23181072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181072_23181072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181072_23181072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181072_23181072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181072_23181072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181072'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181080_23181080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181080_23181080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181080_23181080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181080_23181080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181080_23181080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181080'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181088_23181088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181088_23181088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181088_23181088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181088_23181088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181088_23181088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181088'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181123_23181123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181123_23181123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181123_23181123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181123_23181123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181123_23181123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181123'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181152_23181152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181152_23181152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181152_23181152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181152_23181152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181152_23181152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181152'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181170_23181170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181170_23181170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181170_23181170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181170_23181170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181170_23181170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181170'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181205_23181205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181205_23181205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181205_23181205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181205_23181205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181205_23181205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181205'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181227_23181227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181227_23181227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181227_23181227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181227_23181227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181227_23181227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181227'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181231_23181231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181231_23181231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181231_23181231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181231_23181231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181231_23181231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181231'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181237_23181237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181237_23181237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181237_23181237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181237_23181237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181237_23181237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181237'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181239_23181239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181239_23181239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181239_23181239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181239_23181239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181239_23181239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181239'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181241_23181241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181241_23181241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181241_23181241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181241_23181241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181241_23181241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181241'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181243_23181243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181243_23181243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181243_23181243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181243_23181243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181243_23181243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181243'^^xsd:integer;
  dwc:observationDate '2015-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181258_23181258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181258_23181258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181258_23181258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181258_23181258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181258_23181258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181258'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181267_23181267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181267_23181267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181267_23181267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181267_23181267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181267_23181267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181267'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181283_23181283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181283_23181283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181283_23181283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181283_23181283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181283_23181283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181283'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181283'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181285_23181285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181285_23181285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181285_23181285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181285_23181285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181285_23181285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181285'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181297_23181297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181297_23181297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181297_23181297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181297_23181297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181297_23181297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181297'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181302_23181302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181302_23181302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181302_23181302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181302_23181302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181302_23181302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181302'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181320_23181320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181320_23181320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181320_23181320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181320_23181320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181320_23181320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181320'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181333_23181333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181333_23181333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181333_23181333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181333_23181333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181333_23181333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181333'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181352_23181352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181352_23181352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181352_23181352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181352_23181352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181352_23181352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181352'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181362_23181362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181362_23181362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181362_23181362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181362_23181362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181362_23181362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181362'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181372_23181372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181372_23181372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181372_23181372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181372_23181372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181372_23181372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181372'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181378_23181378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181378_23181378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181378_23181378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181378_23181378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181378_23181378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181378'^^xsd:integer;
  dwc:observationDate '2015-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181388_23181388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181388_23181388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181388_23181388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181388_23181388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181388_23181388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181388'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181403_23181403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181403_23181403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181403_23181403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181403_23181403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181403_23181403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181403'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181416_23181416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181416_23181416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181416_23181416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181416_23181416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181416_23181416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181416'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181422_23181422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181422_23181422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181422_23181422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181422_23181422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181422_23181422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181422'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181444_23181444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181444_23181444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181444_23181444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181444_23181444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181444_23181444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181444'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181444'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181652_23181652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181652_23181652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181652_23181652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181652_23181652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181652_23181652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181652'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181706_23181706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181706_23181706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181706_23181706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181706_23181706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181706_23181706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181706'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23181722_23181722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23181722_23181722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23181722_23181722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23181722_23181722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23181722_23181722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23181722'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182101_23182101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182101_23182101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182101_23182101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182101_23182101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182101_23182101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182101'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182159_23182159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182159_23182159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182159_23182159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182159_23182159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182159_23182159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182159'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182268_23182268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182268_23182268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182268_23182268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182268_23182268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182268_23182268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182268'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182511_23182511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182511_23182511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182511_23182511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182511_23182511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182511_23182511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182511'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182511'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182638_23182638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182638_23182638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182638_23182638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182638_23182638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182638_23182638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182638'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23182720_23182720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23182720_23182720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23182720_23182720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23182720_23182720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23182720_23182720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23182720'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183004_23183004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183004_23183004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183004_23183004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183004_23183004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183004_23183004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183004'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183034_23183034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183034_23183034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183034_23183034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183034_23183034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183034_23183034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183034'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183198_23183198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183198_23183198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183198_23183198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183198_23183198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183198_23183198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183198'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183631_23183631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183631_23183631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183631_23183631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183631_23183631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183631_23183631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183631'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183643_23183643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183643_23183643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183643_23183643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183643_23183643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183643_23183643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183643'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183657_23183657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183657_23183657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183657_23183657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183657_23183657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183657_23183657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183657'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183684_23183684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183684_23183684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183684_23183684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183684_23183684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183684_23183684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183684'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183701_23183701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183701_23183701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183701_23183701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183701_23183701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183701_23183701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183701'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183718_23183718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183718_23183718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183718_23183718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183718_23183718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183718_23183718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183718'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183718'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183719_23183719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183719_23183719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183719_23183719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183719_23183719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183719_23183719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183719'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183741_23183741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183741_23183741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183741_23183741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183741_23183741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183741_23183741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183741'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183745_23183745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183745_23183745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183745_23183745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183745_23183745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183745_23183745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183745'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183761_23183761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183761_23183761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183761_23183761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183761_23183761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183761_23183761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183761'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175827_23175827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175827_23175827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175827_23175827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175827_23175827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175827_23175827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175827'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183782_23183782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183782_23183782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183782_23183782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183782_23183782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183782_23183782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183782'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183789_23183789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183789_23183789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183789_23183789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183789_23183789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183789_23183789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183789'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183789'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183797_23183797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183797_23183797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183797_23183797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183797_23183797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183797_23183797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183797'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183804_23183804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183804_23183804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183804_23183804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183804_23183804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183804_23183804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183804'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183818_23183818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183818_23183818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183818_23183818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183818_23183818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183818_23183818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183818'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183826_23183826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183826_23183826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183826_23183826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183826_23183826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183826_23183826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183826'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183859_23183859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183859_23183859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183859_23183859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183859_23183859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183859_23183859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183859'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183866_23183866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183866_23183866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183866_23183866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183866_23183866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183866_23183866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183866'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183867_23183867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183867_23183867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183867_23183867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183867_23183867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183867_23183867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183867'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183868_23183868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183868_23183868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183868_23183868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183868_23183868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183868_23183868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183868'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183868'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183881_23183881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183881_23183881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183881_23183881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183881_23183881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183881_23183881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183881'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183881'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23175829_23175829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23175829_23175829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23175829_23175829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23175829_23175829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23175829_23175829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23175829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23175829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23175829'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183889_23183889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183889_23183889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183889_23183889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183889_23183889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183889_23183889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183889'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183918_23183918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183918_23183918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183918_23183918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183918_23183918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183918_23183918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183918'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183918'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183924_23183924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183924_23183924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183924_23183924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183924_23183924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183924_23183924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183924'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183934_23183934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183934_23183934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183934_23183934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183934_23183934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183934_23183934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183934'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183937_23183937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183937_23183937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183937_23183937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183937_23183937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183937_23183937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183937'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183964_23183964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183964_23183964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183964_23183964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183964_23183964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183964_23183964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183964'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183975_23183975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183975_23183975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183975_23183975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183975_23183975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183975_23183975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183975'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183975'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183978_23183978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183978_23183978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183978_23183978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183978_23183978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183978_23183978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183978'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183980_23183980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183980_23183980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183980_23183980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183980_23183980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183980_23183980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183980'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23183981_23183981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23183981_23183981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23183981_23183981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23183981_23183981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23183981_23183981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23183981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23183981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23183981'^^xsd:integer;
  dwc:observationDate '2015-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184000_23184000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184000_23184000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184000_23184000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184000_23184000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184000_23184000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184000'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184005_23184005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184005_23184005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184005_23184005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184005_23184005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184005_23184005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184005'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184021_23184021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184021_23184021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184021_23184021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184021_23184021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184021_23184021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184021'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184029_23184029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184029_23184029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184029_23184029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184029_23184029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184029_23184029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184029'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184034_23184034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184034_23184034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184034_23184034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184034_23184034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184034_23184034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184034'^^xsd:integer;
  dwc:observationDate '2015-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184045_23184045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184045_23184045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184045_23184045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184045_23184045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184045_23184045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184045'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184052_23184052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184052_23184052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184052_23184052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184052_23184052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184052_23184052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184052'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184061_23184061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184061_23184061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184061_23184061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184061_23184061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184061_23184061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184061'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184064_23184064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184064_23184064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184064_23184064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184064_23184064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184064_23184064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184064'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184066_23184066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184066_23184066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184066_23184066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184066_23184066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184066_23184066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184066'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184067_23184067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184067_23184067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184067_23184067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184067_23184067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184067_23184067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184067'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184068_23184068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184068_23184068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184068_23184068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184068_23184068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184068_23184068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184068'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184081_23184081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184081_23184081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184081_23184081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184081_23184081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184081_23184081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184081'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184081'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184090_23184090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184090_23184090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184090_23184090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184090_23184090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184090_23184090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184090'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184094_23184094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184094_23184094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184094_23184094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184094_23184094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184094_23184094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184094'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184096_23184096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184096_23184096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184096_23184096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184096_23184096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184096_23184096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184096'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184102_23184102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184102_23184102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184102_23184102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184102_23184102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184102_23184102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184102'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23184108_23184108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23184108_23184108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23184108_23184108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23184108_23184108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23184108_23184108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23184108'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383536_24383536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383536_24383536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383536_24383536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383536_24383536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383536_24383536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383536'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383543_24383543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383543_24383543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383543_24383543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383543_24383543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383543_24383543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383543'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383559_24383559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383559_24383559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383559_24383559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383559_24383559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383559_24383559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383559'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383562_24383562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383562_24383562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383562_24383562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383562_24383562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383562_24383562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383562'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383562'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383564_24383564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383564_24383564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383564_24383564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383564_24383564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383564_24383564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383564'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383567_24383567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383567_24383567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383567_24383567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383567_24383567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383567_24383567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383567'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383569_24383569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383569_24383569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383569_24383569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383569_24383569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383569_24383569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383569'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383570_24383570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383570_24383570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383570_24383570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383570_24383570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383570_24383570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383570'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383576_24383576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383576_24383576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383576_24383576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383576_24383576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383576_24383576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383576'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383590_24383590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383590_24383590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383590_24383590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383590_24383590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383590_24383590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383590'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383592_24383592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383592_24383592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383592_24383592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383592_24383592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383592_24383592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383592'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383594_24383594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383594_24383594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383594_24383594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383594_24383594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383594_24383594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383594'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24382994_24382994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24382994_24382994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24382994_24382994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24382994_24382994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24382994_24382994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382994'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383009_24383009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383009_24383009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383009_24383009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383009_24383009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383009_24383009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383009'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383010_24383010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383010_24383010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383010_24383010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383010_24383010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383010_24383010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383010'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383606_24383606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383606_24383606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383606_24383606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383606_24383606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383606_24383606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383606'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383624_24383624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383624_24383624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383624_24383624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383624_24383624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383624_24383624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383624'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383624'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383627_24383627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383627_24383627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383627_24383627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383627_24383627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383627_24383627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383627'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383632_24383632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383632_24383632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383632_24383632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383632_24383632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383632_24383632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383632'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383660_24383660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383660_24383660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383660_24383660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383660_24383660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383660_24383660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383660'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383669_24383669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383669_24383669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383669_24383669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383669_24383669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383669_24383669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383669'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383670_24383670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383670_24383670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383670_24383670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383670_24383670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383670_24383670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383670'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383671_24383671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383671_24383671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383671_24383671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383671_24383671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383671_24383671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383671'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383681_24383681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383681_24383681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383681_24383681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383681_24383681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383681_24383681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383681'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383682_24383682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383682_24383682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383682_24383682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383682_24383682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383682_24383682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383682'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383682'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383694_24383694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383694_24383694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383694_24383694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383694_24383694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383694_24383694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383694'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383698_24383698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383698_24383698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383698_24383698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383698_24383698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383698_24383698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383698'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383761_24383761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383761_24383761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383761_24383761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383761_24383761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383761_24383761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383761'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383788_24383788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383788_24383788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383788_24383788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383788_24383788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383788_24383788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383788'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383791_24383791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383791_24383791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383791_24383791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383791_24383791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383791_24383791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383791'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383792_24383792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383792_24383792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383792_24383792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383792_24383792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383792_24383792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383792'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383805_24383805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383805_24383805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383805_24383805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383805_24383805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383805_24383805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383805'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383809_24383809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383809_24383809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383809_24383809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383809_24383809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383809_24383809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383809'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383818_24383818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383818_24383818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383818_24383818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383818_24383818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383818_24383818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383818'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383823_24383823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383823_24383823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383823_24383823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383823_24383823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383823_24383823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383823'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383839_24383839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383839_24383839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383839_24383839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383839_24383839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383839_24383839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383839'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383849_24383849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383849_24383849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383849_24383849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383849_24383849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383849_24383849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383849'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383858_24383858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383858_24383858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383858_24383858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383858_24383858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383858_24383858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383858'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383865_24383865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383865_24383865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383865_24383865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383865_24383865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383865_24383865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383865'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383877_24383877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383877_24383877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383877_24383877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383877_24383877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383877_24383877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383877'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383893_24383893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383893_24383893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383893_24383893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383893_24383893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383893_24383893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383893'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383040_24383040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383040_24383040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383040_24383040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383040_24383040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383040_24383040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383040'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383903_24383903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383903_24383903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383903_24383903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383903_24383903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383903_24383903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383903'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383909_24383909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383909_24383909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383909_24383909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383909_24383909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383909_24383909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383909'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383909'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383912_24383912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383912_24383912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383912_24383912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383912_24383912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383912_24383912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383912'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383063_24383063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383063_24383063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383063_24383063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383063_24383063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383063_24383063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383063'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383069_24383069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383069_24383069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383069_24383069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383069_24383069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383069_24383069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383069'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383077_24383077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383077_24383077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383077_24383077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383077_24383077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383077_24383077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383077'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383082_24383082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383082_24383082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383082_24383082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383082_24383082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383082_24383082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383082'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383090_24383090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383090_24383090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383090_24383090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383090_24383090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383090_24383090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383090'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383103_24383103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383103_24383103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383103_24383103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383103_24383103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383103_24383103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383103'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383105_24383105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383105_24383105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383105_24383105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383105_24383105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383105_24383105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383105'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383112_24383112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383112_24383112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383112_24383112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383112_24383112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383112_24383112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383112'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383117_24383117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383117_24383117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383117_24383117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383117_24383117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383117_24383117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383117'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383117'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383123_24383123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383123_24383123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383123_24383123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383123_24383123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383123_24383123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383123'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383139_24383139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383139_24383139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383139_24383139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383139_24383139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383139_24383139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383139'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383143_24383143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383143_24383143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383143_24383143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383143_24383143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383143_24383143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383143'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383150_24383150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383150_24383150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383150_24383150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383150_24383150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383150_24383150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383150'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383161_24383161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383161_24383161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383161_24383161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383161_24383161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383161_24383161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383161'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383162_24383162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383162_24383162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383162_24383162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383162_24383162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383162_24383162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383162'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383167_24383167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383167_24383167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383167_24383167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383167_24383167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383167_24383167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383167'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383168_24383168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383168_24383168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383168_24383168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383168_24383168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383168_24383168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383168'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383171_24383171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383171_24383171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383171_24383171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383171_24383171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383171_24383171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383171'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383177_24383177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383177_24383177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383177_24383177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383177_24383177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383177_24383177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383177'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383188_24383188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383188_24383188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383188_24383188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383188_24383188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383188_24383188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383188'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383196_24383196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383196_24383196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383196_24383196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383196_24383196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383196_24383196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383196'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383202_24383202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383202_24383202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383202_24383202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383202_24383202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383202_24383202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383202'^^xsd:integer;
  dwc:observationDate '2015-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384481_24384481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384481_24384481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384481_24384481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384481_24384481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384481_24384481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384481'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384483_24384483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384483_24384483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384483_24384483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384483_24384483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384483_24384483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384483'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384484_24384484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384484_24384484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384484_24384484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384484_24384484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384484_24384484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384484'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384485_24384485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384485_24384485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384485_24384485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384485_24384485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384485_24384485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384485'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384485'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384486_24384486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384486_24384486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384486_24384486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384486_24384486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384486_24384486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384486'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384488_24384488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384488_24384488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384488_24384488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384488_24384488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384488_24384488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384488'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384494_24384494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384494_24384494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384494_24384494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384494_24384494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384494_24384494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384494'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384496_24384496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384496_24384496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384496_24384496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384496_24384496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384496_24384496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384496'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384497_24384497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384497_24384497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384497_24384497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384497_24384497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384497_24384497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384497'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384498_24384498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384498_24384498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384498_24384498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384498_24384498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384498_24384498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384498'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384500_24384500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384500_24384500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384500_24384500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384500_24384500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384500_24384500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384500'^^xsd:integer;
  dwc:observationDate '2015-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384501_24384501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384501_24384501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384501_24384501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384501_24384501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384501_24384501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384501'^^xsd:integer;
  dwc:observationDate '2015-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384503_24384503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384503_24384503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384503_24384503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384503_24384503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384503_24384503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384503'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384503'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384504_24384504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384504_24384504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384504_24384504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384504_24384504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384504_24384504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384504'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384506_24384506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384506_24384506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384506_24384506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384506_24384506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384506_24384506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384506'^^xsd:integer;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384507_24384507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384507_24384507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384507_24384507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384507_24384507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384507_24384507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384507'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384508_24384508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384508_24384508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384508_24384508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384508_24384508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384508_24384508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384508'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384509_24384509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384509_24384509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384509_24384509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384509_24384509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384509_24384509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384509'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386815_24386815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386815_24386815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386815_24386815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386815_24386815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386815_24386815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386815'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386819_24386819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386819_24386819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386819_24386819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386819_24386819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386819_24386819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386819'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384511_24384511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384511_24384511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384511_24384511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384511_24384511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384511_24384511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384511'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384511'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384514_24384514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384514_24384514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384514_24384514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384514_24384514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384514_24384514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384514'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386822_24386822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386822_24386822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386822_24386822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386822_24386822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386822_24386822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386822'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386824_24386824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386824_24386824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386824_24386824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386824_24386824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386824_24386824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386824'^^xsd:integer;
  dwc:observationDate '2015-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384515_24384515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384515_24384515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384515_24384515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384515_24384515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384515_24384515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384515'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384515'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384516_24384516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384516_24384516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384516_24384516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384516_24384516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384516_24384516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384516'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384518_24384518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384518_24384518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384518_24384518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384518_24384518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384518_24384518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384518'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384519_24384519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384519_24384519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384519_24384519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384519_24384519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384519_24384519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384519'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384522_24384522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384522_24384522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384522_24384522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384522_24384522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384522_24384522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384522'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384524_24384524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384524_24384524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384524_24384524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384524_24384524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384524_24384524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384524'^^xsd:integer;
  dwc:observationDate '2015-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384526_24384526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384526_24384526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384526_24384526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384526_24384526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384526_24384526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384526'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384528_24384528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384528_24384528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384528_24384528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384528_24384528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384528_24384528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384528'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384530_24384530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384530_24384530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384530_24384530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384530_24384530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384530_24384530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384530'^^xsd:integer;
  dwc:observationDate '2015-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384531_24384531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384531_24384531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384531_24384531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384531_24384531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384531_24384531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384531'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384532_24384532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384532_24384532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384532_24384532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384532_24384532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384532_24384532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384532'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384534_24384534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384534_24384534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384534_24384534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384534_24384534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384534_24384534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384534'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384536_24384536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384536_24384536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384536_24384536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384536_24384536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384536_24384536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384536'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384541_24384541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384541_24384541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384541_24384541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384541_24384541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384541_24384541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384541'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384542_24384542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384542_24384542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384542_24384542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384542_24384542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384542_24384542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384542'^^xsd:integer;
  dwc:observationDate '2015-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384544_24384544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384544_24384544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384544_24384544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384544_24384544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384544_24384544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384544'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384546_24384546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384546_24384546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384546_24384546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384546_24384546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384546_24384546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384546'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384566_24384566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384566_24384566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384566_24384566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384566_24384566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384566_24384566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384566'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384566'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384575_24384575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384575_24384575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384575_24384575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384575_24384575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384575_24384575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384575'^^xsd:integer;
  dwc:observationDate '2015-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384578_24384578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384578_24384578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384578_24384578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384578_24384578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384578_24384578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384578'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384579_24384579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384579_24384579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384579_24384579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384579_24384579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384579_24384579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384579'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384584_24384584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384584_24384584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384584_24384584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384584_24384584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384584_24384584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384584'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384607_24384607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384607_24384607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384607_24384607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384607_24384607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384607_24384607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384607'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384607'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384632_24384632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384632_24384632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384632_24384632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384632_24384632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384632_24384632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384632'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384636_24384636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384636_24384636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384636_24384636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384636_24384636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384636_24384636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384636'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384646_24384646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384646_24384646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384646_24384646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384646_24384646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384646_24384646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384646'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384646'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384648_24384648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384648_24384648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384648_24384648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384648_24384648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384648_24384648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384648'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384655_24384655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384655_24384655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384655_24384655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384655_24384655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384655_24384655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384655'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384658_24384658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384658_24384658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384658_24384658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384658_24384658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384658_24384658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384658'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384659_24384659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384659_24384659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384659_24384659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384659_24384659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384659_24384659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384659'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384671_24384671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384671_24384671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384671_24384671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384671_24384671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384671_24384671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384671'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386847_24386847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386847_24386847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386847_24386847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386847_24386847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386847_24386847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386847'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386856_24386856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386856_24386856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386856_24386856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386856_24386856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386856_24386856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386856'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384673_24384673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384673_24384673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384673_24384673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384673_24384673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384673_24384673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384673'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384674_24384674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384674_24384674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384674_24384674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384674_24384674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384674_24384674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384674'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384679_24384679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384679_24384679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384679_24384679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384679_24384679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384679_24384679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384679'^^xsd:integer;
  dwc:observationDate '2015-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384680_24384680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384680_24384680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384680_24384680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384680_24384680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384680_24384680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384680'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384681_24384681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384681_24384681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384681_24384681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384681_24384681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384681_24384681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384681'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384690_24384690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384690_24384690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384690_24384690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384690_24384690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384690_24384690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384690'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384690'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384694_24384694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384694_24384694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384694_24384694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384694_24384694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384694_24384694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384694'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384696_24384696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384696_24384696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384696_24384696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384696_24384696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384696_24384696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384696'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384708_24384708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384708_24384708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384708_24384708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384708_24384708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384708_24384708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384708'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384744_24384744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384744_24384744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384744_24384744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384744_24384744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384744_24384744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384744'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384752_24384752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384752_24384752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384752_24384752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384752_24384752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384752_24384752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384752'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384774_24384774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384774_24384774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384774_24384774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384774_24384774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384774_24384774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384774'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384775_24384775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384775_24384775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384775_24384775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384775_24384775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384775_24384775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384775'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384780_24384780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384780_24384780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384780_24384780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384780_24384780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384780_24384780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384780'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384788_24384788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384788_24384788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384788_24384788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384788_24384788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384788_24384788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384788'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384792_24384792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384792_24384792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384792_24384792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384792_24384792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384792_24384792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384792'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384796_24384796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384796_24384796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384796_24384796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384796_24384796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384796_24384796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384796'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384802_24384802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384802_24384802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384802_24384802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384802_24384802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384802_24384802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384802'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384827_24384827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384827_24384827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384827_24384827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384827_24384827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384827_24384827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384827'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384865_24384865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384865_24384865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384865_24384865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384865_24384865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384865_24384865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384865'^^xsd:integer;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384874_24384874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384874_24384874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384874_24384874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384874_24384874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384874_24384874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384874'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384879_24384879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384879_24384879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384879_24384879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384879_24384879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384879_24384879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384879'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384886_24384886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384886_24384886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384886_24384886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384886_24384886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384886_24384886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384886'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384895_24384895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384895_24384895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384895_24384895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384895_24384895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384895_24384895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384895'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384899_24384899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384899_24384899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384899_24384899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384899_24384899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384899_24384899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384899'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384904_24384904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384904_24384904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384904_24384904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384904_24384904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384904_24384904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384904'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384907_24384907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384907_24384907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384907_24384907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384907_24384907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384907_24384907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384907'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384908_24384908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384908_24384908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384908_24384908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384908_24384908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384908_24384908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384908'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384909_24384909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384909_24384909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384909_24384909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384909_24384909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384909_24384909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384909'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384909'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384916_24384916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384916_24384916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384916_24384916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384916_24384916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384916_24384916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384916'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384917_24384917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384917_24384917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384917_24384917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384917_24384917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384917_24384917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384917'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384922_24384922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384922_24384922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384922_24384922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384922_24384922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384922_24384922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384922'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384924_24384924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384924_24384924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384924_24384924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384924_24384924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384924_24384924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384924'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384932_24384932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384932_24384932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384932_24384932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384932_24384932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384932_24384932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384932'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384942_24384942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384942_24384942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384942_24384942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384942_24384942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384942_24384942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384942'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384960_24384960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384960_24384960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384960_24384960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384960_24384960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384960_24384960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384960'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384972_24384972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384972_24384972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384972_24384972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384972_24384972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384972_24384972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384972'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384973_24384973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384973_24384973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384973_24384973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384973_24384973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384973_24384973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384973'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384985_24384985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384985_24384985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384985_24384985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384985_24384985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384985_24384985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384985'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384985'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24384998_24384998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24384998_24384998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24384998_24384998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24384998_24384998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24384998_24384998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24384998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24384998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24384998'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385009_24385009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385009_24385009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385009_24385009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385009_24385009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385009_24385009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385009'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385031_24385031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385031_24385031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385031_24385031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385031_24385031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385031_24385031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385031'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385042_24385042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385042_24385042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385042_24385042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385042_24385042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385042_24385042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385042'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385061_24385061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385061_24385061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385061_24385061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385061_24385061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385061_24385061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385061'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385105_24385105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385105_24385105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385105_24385105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385105_24385105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385105_24385105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385105'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385157_24385157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385157_24385157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385157_24385157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385157_24385157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385157_24385157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385157'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385208_24385208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385208_24385208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385208_24385208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385208_24385208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385208_24385208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385208'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385253_24385253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385253_24385253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385253_24385253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385253_24385253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385253_24385253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385253'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385259_24385259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385259_24385259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385259_24385259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385259_24385259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385259_24385259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385259'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385266_24385266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385266_24385266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385266_24385266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385266_24385266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385266_24385266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385266'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385285_24385285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385285_24385285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385285_24385285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385285_24385285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385285_24385285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385285'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385324_24385324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385324_24385324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385324_24385324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385324_24385324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385324_24385324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385324'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385330_24385330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385330_24385330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385330_24385330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385330_24385330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385330_24385330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385330'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385344_24385344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385344_24385344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385344_24385344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385344_24385344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385344_24385344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385344'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385346_24385346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385346_24385346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385346_24385346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385346_24385346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385346_24385346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385346'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385360_24385360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385360_24385360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385360_24385360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385360_24385360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385360_24385360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385360'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385383_24385383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385383_24385383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385383_24385383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385383_24385383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385383_24385383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385383'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385389_24385389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385389_24385389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385389_24385389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385389_24385389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385389_24385389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385389'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385389'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385400_24385400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385400_24385400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385400_24385400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385400_24385400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385400_24385400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385400'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385423_24385423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385423_24385423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385423_24385423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385423_24385423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385423_24385423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385423'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385425_24385425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385425_24385425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385425_24385425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385425_24385425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385425_24385425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385425'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385433_24385433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385433_24385433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385433_24385433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385433_24385433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385433_24385433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385433'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385441_24385441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385441_24385441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385441_24385441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385441_24385441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385441_24385441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385441'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385456_24385456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385456_24385456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385456_24385456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385456_24385456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385456_24385456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385456'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385482_24385482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385482_24385482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385482_24385482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385482_24385482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385482_24385482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385482'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385482'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385490_24385490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385490_24385490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385490_24385490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385490_24385490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385490_24385490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385490'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385497_24385497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385497_24385497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385497_24385497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385497_24385497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385497_24385497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385497'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385502_24385502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385502_24385502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385502_24385502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385502_24385502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385502_24385502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385502'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385519_24385519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385519_24385519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385519_24385519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385519_24385519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385519_24385519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385519'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385535_24385535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385535_24385535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385535_24385535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385535_24385535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385535_24385535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385535'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385550_24385550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385550_24385550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385550_24385550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385550_24385550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385550_24385550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385550'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385579_24385579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385579_24385579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385579_24385579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385579_24385579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385579_24385579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385579'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385582_24385582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385582_24385582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385582_24385582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385582_24385582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385582_24385582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385582'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385586_24385586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385586_24385586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385586_24385586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385586_24385586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385586_24385586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385586'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385587_24385587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385587_24385587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385587_24385587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385587_24385587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385587_24385587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385587'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385587'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385588_24385588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385588_24385588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385588_24385588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385588_24385588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385588_24385588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385588'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385600_24385600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385600_24385600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385600_24385600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385600_24385600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385600_24385600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385600'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385602_24385602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385602_24385602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385602_24385602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385602_24385602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385602_24385602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385602'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385604_24385604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385604_24385604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385604_24385604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385604_24385604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385604_24385604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385604'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383233_24383233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383233_24383233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383233_24383233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383233_24383233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383233_24383233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383233'^^xsd:integer;
  dwc:observationDate '2015-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24383236_24383236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24383236_24383236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24383236_24383236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24383236_24383236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24383236_24383236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24383236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24383236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24383236'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385605_24385605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385605_24385605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385605_24385605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385605_24385605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385605_24385605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385605'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385616_24385616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385616_24385616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385616_24385616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385616_24385616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385616_24385616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385616'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385663_24385663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385663_24385663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385663_24385663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385663_24385663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385663_24385663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385663'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385666_24385666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385666_24385666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385666_24385666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385666_24385666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385666_24385666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385666'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385667_24385667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385667_24385667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385667_24385667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385667_24385667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385667_24385667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385667'^^xsd:integer;
  dwc:observationDate '2015-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385697_24385697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385697_24385697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385697_24385697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385697_24385697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385697_24385697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385697'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385706_24385706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385706_24385706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385706_24385706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385706_24385706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385706_24385706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385706'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385717_24385717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385717_24385717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385717_24385717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385717_24385717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385717_24385717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385717'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385734_24385734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385734_24385734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385734_24385734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385734_24385734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385734_24385734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385734'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385757_24385757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385757_24385757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385757_24385757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385757_24385757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385757_24385757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385757'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385787_24385787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385787_24385787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385787_24385787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385787_24385787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385787_24385787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385787'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385825_24385825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385825_24385825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385825_24385825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385825_24385825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385825_24385825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385825'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385833_24385833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385833_24385833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385833_24385833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385833_24385833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385833_24385833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385833'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385834_24385834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385834_24385834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385834_24385834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385834_24385834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385834_24385834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385834'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385836_24385836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385836_24385836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385836_24385836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385836_24385836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385836_24385836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385836'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385838_24385838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385838_24385838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385838_24385838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385838_24385838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385838_24385838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385838'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385840_24385840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385840_24385840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385840_24385840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385840_24385840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385840_24385840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385840'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385852_24385852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385852_24385852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385852_24385852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385852_24385852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385852_24385852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385852'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385869_24385869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385869_24385869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385869_24385869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385869_24385869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385869_24385869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385869'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385871_24385871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385871_24385871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385871_24385871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385871_24385871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385871_24385871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385871'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385872_24385872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385872_24385872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385872_24385872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385872_24385872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385872_24385872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385872'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385888_24385888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385888_24385888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385888_24385888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385888_24385888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385888_24385888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385888'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385888'^^xsd:integer;
  dwc:observationDate '2015-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385890_24385890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385890_24385890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385890_24385890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385890_24385890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385890_24385890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385890'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385892_24385892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385892_24385892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385892_24385892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385892_24385892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385892_24385892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385892'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385892'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385893_24385893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385893_24385893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385893_24385893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385893_24385893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385893_24385893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385893'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385896_24385896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385896_24385896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385896_24385896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385896_24385896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385896_24385896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385896'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385897_24385897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385897_24385897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385897_24385897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385897_24385897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385897_24385897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385897'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385897'^^xsd:integer;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385905_24385905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385905_24385905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385905_24385905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385905_24385905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385905_24385905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385905'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385906_24385906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385906_24385906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385906_24385906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385906_24385906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385906_24385906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385906'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385914_24385914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385914_24385914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385914_24385914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385914_24385914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385914_24385914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385914'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385922_24385922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385922_24385922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385922_24385922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385922_24385922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385922_24385922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385922'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385925_24385925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385925_24385925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385925_24385925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385925_24385925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385925_24385925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385925'^^xsd:integer;
  dwc:observationDate '2015-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385926_24385926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385926_24385926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385926_24385926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385926_24385926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385926_24385926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385926'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385927_24385927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385927_24385927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385927_24385927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385927_24385927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385927_24385927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385927'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385935_24385935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385935_24385935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385935_24385935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385935_24385935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385935_24385935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385935'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385939_24385939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385939_24385939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385939_24385939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385939_24385939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385939_24385939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385939'^^xsd:integer;
  dwc:observationDate '2015-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385940_24385940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385940_24385940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385940_24385940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385940_24385940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385940_24385940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385940'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385942_24385942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385942_24385942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385942_24385942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385942_24385942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385942_24385942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385942'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385947_24385947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385947_24385947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385947_24385947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385947_24385947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385947_24385947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385947'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385954_24385954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385954_24385954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385954_24385954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385954_24385954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385954_24385954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385954'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24385981_24385981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24385981_24385981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24385981_24385981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24385981_24385981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24385981_24385981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24385981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24385981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24385981'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386016_24386016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386016_24386016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386016_24386016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386016_24386016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386016_24386016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386016'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386041_24386041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386041_24386041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386041_24386041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386041_24386041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386041_24386041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386041'^^xsd:integer;
  dwc:observationDate '2015-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386052_24386052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386052_24386052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386052_24386052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386052_24386052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386052_24386052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386052'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386059_24386059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386059_24386059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386059_24386059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386059_24386059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386059_24386059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386059'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386059'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386062_24386062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386062_24386062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386062_24386062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386062_24386062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386062_24386062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386062'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386065_24386065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386065_24386065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386065_24386065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386065_24386065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386065_24386065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386065'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386068_24386068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386068_24386068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386068_24386068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386068_24386068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386068_24386068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386068'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386069_24386069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386069_24386069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386069_24386069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386069_24386069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386069_24386069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386069'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387186_24387186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387186_24387186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387186_24387186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387186_24387186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387186_24387186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387186'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387188_24387188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387188_24387188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387188_24387188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387188_24387188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387188_24387188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387188'^^xsd:integer;
  dwc:observationDate '2015-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387190_24387190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387190_24387190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387190_24387190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387190_24387190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387190_24387190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387190'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386071_24386071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386071_24386071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386071_24386071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386071_24386071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386071_24386071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386071'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386074_24386074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386074_24386074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386074_24386074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386074_24386074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386074_24386074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386074'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386084_24386084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386084_24386084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386084_24386084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386084_24386084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386084_24386084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386084'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386104_24386104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386104_24386104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386104_24386104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386104_24386104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386104_24386104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386104'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386127_24386127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386127_24386127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386127_24386127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386127_24386127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386127_24386127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386127'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386134_24386134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386134_24386134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386134_24386134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386134_24386134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386134_24386134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386134'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386135_24386135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386135_24386135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386135_24386135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386135_24386135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386135_24386135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386135'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386148_24386148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386148_24386148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386148_24386148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386148_24386148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386148_24386148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386148'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386186_24386186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386186_24386186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386186_24386186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386186_24386186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386186_24386186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386186'^^xsd:integer;
  dwc:observationDate '2015-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386187_24386187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386187_24386187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386187_24386187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386187_24386187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386187_24386187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386187'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386187'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386193_24386193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386193_24386193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386193_24386193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386193_24386193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386193_24386193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386193'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386195_24386195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386195_24386195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386195_24386195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386195_24386195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386195_24386195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386195'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386195'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386202_24386202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386202_24386202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386202_24386202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386202_24386202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386202_24386202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386202'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386210_24386210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386210_24386210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386210_24386210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386210_24386210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386210_24386210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386210'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386215_24386215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386215_24386215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386215_24386215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386215_24386215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386215_24386215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386215'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386219_24386219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386219_24386219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386219_24386219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386219_24386219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386219_24386219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386219'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386221_24386221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386221_24386221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386221_24386221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386221_24386221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386221_24386221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386221'^^xsd:integer;
  dwc:observationDate '2015-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386223_24386223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386223_24386223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386223_24386223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386223_24386223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386223_24386223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386223'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386224_24386224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386224_24386224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386224_24386224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386224_24386224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386224_24386224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386224'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386224'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386226_24386226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386226_24386226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386226_24386226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386226_24386226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386226_24386226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386226'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386227_24386227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386227_24386227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386227_24386227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386227_24386227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386227_24386227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386227'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386228_24386228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386228_24386228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386228_24386228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386228_24386228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386228_24386228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386228'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386230_24386230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386230_24386230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386230_24386230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386230_24386230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386230_24386230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386230'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386232_24386232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386232_24386232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386232_24386232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386232_24386232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386232_24386232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386232'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386237_24386237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386237_24386237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386237_24386237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386237_24386237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386237_24386237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386237'^^xsd:integer;
  dwc:observationDate '2015-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386243_24386243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386243_24386243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386243_24386243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386243_24386243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386243_24386243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386243'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386249_24386249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386249_24386249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386249_24386249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386249_24386249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386249_24386249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386249'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386251_24386251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386251_24386251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386251_24386251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386251_24386251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386251_24386251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386251'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386252_24386252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386252_24386252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386252_24386252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386252_24386252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386252_24386252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386252'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386253_24386253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386253_24386253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386253_24386253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386253_24386253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386253_24386253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386253'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386254_24386254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386254_24386254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386254_24386254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386254_24386254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386254_24386254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386254'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386255_24386255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386255_24386255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386255_24386255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386255_24386255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386255_24386255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386255'^^xsd:integer;
  dwc:observationDate '2015-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386257_24386257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386257_24386257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386257_24386257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386257_24386257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386257_24386257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386257'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386257'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386259_24386259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386259_24386259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386259_24386259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386259_24386259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386259_24386259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386259'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386262_24386262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386262_24386262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386262_24386262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386262_24386262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386262_24386262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386262'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386263_24386263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386263_24386263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386263_24386263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386263_24386263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386263_24386263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386263'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386266_24386266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386266_24386266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386266_24386266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386266_24386266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386266_24386266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386266'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386267_24386267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386267_24386267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386267_24386267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386267_24386267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386267_24386267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386267'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386271_24386271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386271_24386271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386271_24386271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386271_24386271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386271_24386271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386271'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386284_24386284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386284_24386284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386284_24386284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386284_24386284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386284_24386284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386284'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386294_24386294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386294_24386294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386294_24386294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386294_24386294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386294_24386294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386294'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386312_24386312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386312_24386312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386312_24386312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386312_24386312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386312_24386312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386312'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386360_24386360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386360_24386360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386360_24386360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386360_24386360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386360_24386360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386360'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386393_24386393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386393_24386393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386393_24386393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386393_24386393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386393_24386393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386393'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386409_24386409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386409_24386409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386409_24386409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386409_24386409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386409_24386409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386409'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386410_24386410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386410_24386410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386410_24386410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386410_24386410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386410_24386410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386410'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386412_24386412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386412_24386412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386412_24386412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386412_24386412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386412_24386412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386412'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386414_24386414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386414_24386414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386414_24386414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386414_24386414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386414_24386414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386414'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386415_24386415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386415_24386415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386415_24386415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386415_24386415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386415_24386415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386415'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386417_24386417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386417_24386417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386417_24386417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386417_24386417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386417_24386417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386417'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386418_24386418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386418_24386418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386418_24386418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386418_24386418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386418_24386418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386418'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386423_24386423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386423_24386423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386423_24386423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386423_24386423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386423_24386423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386423'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386424_24386424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386424_24386424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386424_24386424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386424_24386424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386424_24386424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386424'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386428_24386428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386428_24386428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386428_24386428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386428_24386428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386428_24386428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386428'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386440_24386440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386440_24386440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386440_24386440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386440_24386440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386440_24386440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386440'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386448_24386448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386448_24386448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386448_24386448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386448_24386448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386448_24386448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386448'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386449_24386449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386449_24386449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386449_24386449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386449_24386449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386449_24386449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386449'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386449'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24386451_24386451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24386451_24386451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24386451_24386451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24386451_24386451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24386451_24386451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24386451'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24387226_24387226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24387226_24387226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24387226_24387226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24387226_24387226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24387226_24387226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24387226'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251420_23251420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251420_23251420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251420_23251420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251420_23251420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251420_23251420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251420'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622025_23622025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622025_23622025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622025_23622025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622025_23622025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622025_23622025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622025'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733269_23733269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733269_23733269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733269_23733269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733269_23733269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733269_23733269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733269'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733297_23733297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733297_23733297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733297_23733297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733297_23733297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733297_23733297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733297'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733323_23733323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733323_23733323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733323_23733323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733323_23733323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733323_23733323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733323'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733445_23733445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733445_23733445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733445_23733445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733445_23733445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733445_23733445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733445'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173733_24173733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173733_24173733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173733_24173733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173733_24173733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173733_24173733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173733'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733509_23733509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733509_23733509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733509_23733509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733509_23733509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733509_23733509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733509'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733530_23733530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733530_23733530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733530_23733530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733530_23733530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733530_23733530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733530'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173759_24173759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173759_24173759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173759_24173759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173759_24173759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173759_24173759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173759'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173759'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173809_24173809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173809_24173809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173809_24173809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173809_24173809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173809_24173809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173809'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733758_23733758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733758_23733758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733758_23733758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733758_23733758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733758_23733758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733758'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733758'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733777_23733777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733777_23733777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733777_23733777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733777_23733777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733777_23733777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733777'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733786_23733786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733786_23733786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733786_23733786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733786_23733786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733786_23733786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733786'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24173950_24173950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24173950_24173950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24173950_24173950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24173950_24173950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24173950_24173950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24173950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24173950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24173950'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622028_23622028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622028_23622028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622028_23622028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622028_23622028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622028_23622028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622028'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622031_23622031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622031_23622031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622031_23622031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622031_23622031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622031_23622031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622031'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733840_23733840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733840_23733840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733840_23733840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733840_23733840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733840_23733840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733840'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174010_24174010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174010_24174010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174010_24174010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174010_24174010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174010_24174010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174010'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23733971_23733971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23733971_23733971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23733971_23733971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23733971_23733971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23733971_23733971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23733971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23733971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23733971'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734057_23734057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734057_23734057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734057_23734057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734057_23734057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734057_23734057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734057'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734091_23734091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734091_23734091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734091_23734091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734091_23734091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734091_23734091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734091'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734145_23734145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734145_23734145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734145_23734145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734145_23734145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734145_23734145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734145'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734208_23734208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734208_23734208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734208_23734208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734208_23734208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734208_23734208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734208'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622040_23622040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622040_23622040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622040_23622040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622040_23622040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622040_23622040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622040'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622044_23622044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622044_23622044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622044_23622044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622044_23622044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622044_23622044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622044'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734284_23734284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734284_23734284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734284_23734284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734284_23734284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734284_23734284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734284'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622063_23622063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622063_23622063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622063_23622063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622063_23622063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622063_23622063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622063'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622064_23622064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622064_23622064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622064_23622064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622064_23622064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622064_23622064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622064'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734313_23734313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734313_23734313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734313_23734313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734313_23734313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734313_23734313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734313'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734331_23734331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734331_23734331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734331_23734331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734331_23734331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734331_23734331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734331'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734413_23734413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734413_23734413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734413_23734413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734413_23734413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734413_23734413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734413'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734499_23734499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734499_23734499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734499_23734499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734499_23734499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734499_23734499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734499'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174536_24174536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174536_24174536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174536_24174536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174536_24174536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174536_24174536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174536'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734508_23734508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734508_23734508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734508_23734508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734508_23734508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734508_23734508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734508'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174541_24174541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174541_24174541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174541_24174541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174541_24174541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174541_24174541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174541'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622073_23622073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622073_23622073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622073_23622073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622073_23622073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622073_23622073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622073'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622073'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622088_23622088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622088_23622088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622088_23622088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622088_23622088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622088_23622088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622088'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734735_23734735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734735_23734735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734735_23734735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734735_23734735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734735_23734735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734735'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622095_23622095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622095_23622095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622095_23622095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622095_23622095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622095_23622095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622095'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734777_23734777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734777_23734777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734777_23734777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734777_23734777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734777_23734777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734777'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23734846_23734846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23734846_23734846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23734846_23734846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23734846_23734846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23734846_23734846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23734846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23734846'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23734846'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174874_24174874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174874_24174874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174874_24174874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174874_24174874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174874_24174874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174874'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 79 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735074_23735074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735074_23735074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735074_23735074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735074_23735074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735074_23735074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735074'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735115_23735115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735115_23735115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735115_23735115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735115_23735115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735115_23735115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735115'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175025_24175025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175025_24175025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175025_24175025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24175025_24175025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24175025_24175025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175025'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175028_24175028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175028_24175028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175028_24175028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24175028_24175028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24175028_24175028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175028'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23735213_23735213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23735213_23735213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23735213_23735213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23735213_23735213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23735213_23735213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23735213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23735213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23735213'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175042_24175042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175042_24175042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175042_24175042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24175042_24175042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24175042_24175042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175042'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175053_24175053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175053_24175053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175053_24175053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24175053_24175053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24175053_24175053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175053'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909002_23909002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909002_23909002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909002_23909002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909002_23909002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909002_23909002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909002'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958587_23958587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958587_23958587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958587_23958587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958587_23958587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958587_23958587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958587'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958587'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958623_23958623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958623_23958623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958623_23958623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958623_23958623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958623_23958623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958623'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958662_23958662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958662_23958662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958662_23958662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958662_23958662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958662_23958662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958662'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958688_23958688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958688_23958688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958688_23958688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958688_23958688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958688_23958688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958688'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958709_23958709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958709_23958709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958709_23958709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958709_23958709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958709_23958709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958709'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958719_23958719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958719_23958719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958719_23958719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958719_23958719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958719_23958719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958719'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958746_23958746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958746_23958746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958746_23958746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958746_23958746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958746_23958746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958746'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958748_23958748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958748_23958748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958748_23958748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958748_23958748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958748_23958748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958748'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909029_23909029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909029_23909029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909029_23909029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909029_23909029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909029_23909029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909029'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958774_23958774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958774_23958774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958774_23958774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958774_23958774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958774_23958774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958774'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958775_23958775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958775_23958775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958775_23958775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958775_23958775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958775_23958775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958775'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958779_23958779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958779_23958779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958779_23958779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958779_23958779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958779_23958779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958779'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958779'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958796_23958796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958796_23958796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958796_23958796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958796_23958796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958796_23958796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958796'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958827_23958827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958827_23958827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958827_23958827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958827_23958827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958827_23958827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958827'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958860_23958860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958860_23958860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958860_23958860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958860_23958860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958860_23958860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958860'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958860'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958900_23958900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958900_23958900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958900_23958900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958900_23958900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958900_23958900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958900'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958939_23958939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958939_23958939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958939_23958939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958939_23958939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958939_23958939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958939'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958968_23958968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958968_23958968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958968_23958968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958968_23958968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958968_23958968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958968'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958992_23958992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958992_23958992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958992_23958992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958992_23958992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958992_23958992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958992'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959006_23959006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959006_23959006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959006_23959006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959006_23959006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959006_23959006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959006'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959020_23959020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959020_23959020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959020_23959020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959020_23959020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959020_23959020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959020'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959033_23959033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959033_23959033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959033_23959033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959033_23959033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959033_23959033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959033'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959034_23959034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959034_23959034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959034_23959034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959034_23959034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959034_23959034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959034'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959041_23959041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959041_23959041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959041_23959041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959041_23959041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959041_23959041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959041'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959043_23959043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959043_23959043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959043_23959043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959043_23959043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959043_23959043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959043'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959045_23959045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959045_23959045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959045_23959045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959045_23959045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959045_23959045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959045'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959046_23959046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959046_23959046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959046_23959046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959046_23959046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959046_23959046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959046'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959055_23959055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959055_23959055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959055_23959055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959055_23959055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959055_23959055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959055'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959065_23959065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959065_23959065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959065_23959065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959065_23959065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959065_23959065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959065'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959083_23959083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959083_23959083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959083_23959083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959083_23959083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959083_23959083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959083'^^xsd:integer;
  dwc:observationDate '2015-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959127_23959127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959127_23959127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959127_23959127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959127_23959127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959127_23959127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959127'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959166_23959166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959166_23959166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959166_23959166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959166_23959166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959166_23959166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959166'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959182_23959182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959182_23959182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959182_23959182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959182_23959182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959182_23959182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959182'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959191_23959191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959191_23959191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959191_23959191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959191_23959191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959191_23959191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959191'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959225_23959225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959225_23959225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959225_23959225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959225_23959225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959225_23959225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959225'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959226_23959226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959226_23959226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959226_23959226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959226_23959226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959226_23959226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959226'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959230_23959230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959230_23959230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959230_23959230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959230_23959230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959230_23959230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959230'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959232_23959232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959232_23959232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959232_23959232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959232_23959232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959232_23959232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959232'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959239_23959239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959239_23959239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959239_23959239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959239_23959239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959239_23959239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959239'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959241_23959241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959241_23959241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959241_23959241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959241_23959241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959241_23959241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959241'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959246_23959246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959246_23959246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959246_23959246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959246_23959246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959246_23959246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959246'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959246'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959275_23959275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959275_23959275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959275_23959275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959275_23959275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959275_23959275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959275'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959311_23959311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959311_23959311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959311_23959311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959311_23959311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959311_23959311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959311'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959348_23959348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959348_23959348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959348_23959348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959348_23959348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959348_23959348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959348'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959378_23959378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959378_23959378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959378_23959378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959378_23959378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959378_23959378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959378'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959427_23959427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959427_23959427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959427_23959427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959427_23959427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959427_23959427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959427'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959427'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959477_23959477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959477_23959477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959477_23959477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959477_23959477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959477_23959477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959477'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959477'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959520_23959520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959520_23959520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959520_23959520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959520_23959520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959520_23959520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959520'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959544_23959544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959544_23959544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959544_23959544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959544_23959544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959544_23959544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959544'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959548_23959548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959548_23959548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959548_23959548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959548_23959548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959548_23959548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959548'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959554_23959554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959554_23959554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959554_23959554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959554_23959554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959554_23959554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959554'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959563_23959563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959563_23959563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959563_23959563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959563_23959563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959563_23959563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959563'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959582_23959582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959582_23959582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959582_23959582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959582_23959582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959582_23959582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959582'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959595_23959595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959595_23959595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959595_23959595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959595_23959595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959595_23959595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959595'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959629_23959629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959629_23959629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959629_23959629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959629_23959629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959629_23959629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959629'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959629'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959685_23959685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959685_23959685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959685_23959685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959685_23959685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959685_23959685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959685'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23830437_23830437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23830437_23830437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23830437_23830437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23830437_23830437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23830437_23830437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23830437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23830437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23830437'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959732_23959732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959732_23959732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959732_23959732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959732_23959732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959732_23959732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959732'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959766_23959766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959766_23959766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959766_23959766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959766_23959766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959766_23959766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959766'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959766'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959807_23959807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959807_23959807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959807_23959807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959807_23959807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959807_23959807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959807'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959852_23959852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959852_23959852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959852_23959852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959852_23959852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959852_23959852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959852'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959888_23959888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959888_23959888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959888_23959888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959888_23959888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959888_23959888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959888'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959888'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959922_23959922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959922_23959922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959922_23959922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959922_23959922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959922_23959922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959922'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959950_23959950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959950_23959950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959950_23959950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959950_23959950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959950_23959950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959950'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959969_23959969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959969_23959969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959969_23959969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959969_23959969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959969_23959969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959969'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960005_23960005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960005_23960005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960005_23960005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960005_23960005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960005_23960005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960005'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960049_23960049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960049_23960049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960049_23960049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960049_23960049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960049_23960049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960049'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960068_23960068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960068_23960068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960068_23960068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960068_23960068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960068_23960068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960068'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960069_23960069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960069_23960069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960069_23960069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960069_23960069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960069_23960069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960069'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960094_23960094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960094_23960094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960094_23960094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960094_23960094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960094_23960094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960094'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960113_23960113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960113_23960113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960113_23960113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960113_23960113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960113_23960113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960113'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960130_23960130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960130_23960130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960130_23960130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960130_23960130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960130_23960130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960130'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960168_23960168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960168_23960168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960168_23960168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960168_23960168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960168_23960168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960168'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960169_23960169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960169_23960169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960169_23960169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960169_23960169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960169_23960169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960169'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960210_23960210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960210_23960210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960210_23960210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960210_23960210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960210_23960210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960210'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960245_23960245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960245_23960245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960245_23960245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960245_23960245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960245_23960245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960245'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960250_23960250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960250_23960250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960250_23960250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960250_23960250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960250_23960250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960250'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960292_23960292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960292_23960292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960292_23960292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960292_23960292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960292_23960292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960292'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960296_23960296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960296_23960296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960296_23960296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960296_23960296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960296_23960296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960296'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960299_23960299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960299_23960299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960299_23960299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960299_23960299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960299_23960299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960299'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960322_23960322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960322_23960322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960322_23960322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960322_23960322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960322_23960322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960322'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960322'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960323_23960323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960323_23960323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960323_23960323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960323_23960323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960323_23960323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960323'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960324_23960324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960324_23960324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960324_23960324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960324_23960324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960324_23960324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960324'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960330_23960330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960330_23960330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960330_23960330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960330_23960330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960330_23960330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960330'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960357_23960357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960357_23960357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960357_23960357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960357_23960357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960357_23960357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960357'^^xsd:integer;
  dwc:observationDate '2015-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960384_23960384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960384_23960384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960384_23960384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960384_23960384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960384_23960384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960384'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960384'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960385_23960385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960385_23960385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960385_23960385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960385_23960385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960385_23960385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960385'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960407_23960407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960407_23960407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960407_23960407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960407_23960407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960407_23960407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960407'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960431_23960431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960431_23960431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960431_23960431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960431_23960431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960431_23960431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960431'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960476_23960476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960476_23960476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960476_23960476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960476_23960476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960476_23960476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960476'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960515_23960515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960515_23960515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960515_23960515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960515_23960515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960515_23960515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960515'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960515'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960527_23960527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960527_23960527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960527_23960527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960527_23960527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960527_23960527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960527'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960545_23960545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960545_23960545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960545_23960545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960545_23960545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960545_23960545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960545'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960555_23960555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960555_23960555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960555_23960555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960555_23960555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960555_23960555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960555'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960562_23960562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960562_23960562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960562_23960562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960562_23960562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960562_23960562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960562'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960562'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960570_23960570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960570_23960570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960570_23960570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960570_23960570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960570_23960570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960570'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960576_23960576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960576_23960576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960576_23960576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960576_23960576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960576_23960576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960576'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960579_23960579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960579_23960579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960579_23960579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960579_23960579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960579_23960579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960579'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960582_23960582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960582_23960582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960582_23960582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960582_23960582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960582_23960582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960582'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960589_23960589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960589_23960589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960589_23960589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960589_23960589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960589_23960589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960589'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960597_23960597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960597_23960597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960597_23960597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960597_23960597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960597_23960597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960597'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960598_23960598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960598_23960598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960598_23960598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960598_23960598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960598_23960598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960598'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960651_23960651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960651_23960651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960651_23960651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960651_23960651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960651_23960651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960651'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960665_23960665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960665_23960665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960665_23960665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960665_23960665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960665_23960665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960665'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960685_23960685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960685_23960685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960685_23960685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960685_23960685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960685_23960685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960685'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960699_23960699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960699_23960699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960699_23960699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960699_23960699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960699_23960699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960699'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960741_23960741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960741_23960741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960741_23960741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960741_23960741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960741_23960741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960741'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960763_23960763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960763_23960763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960763_23960763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960763_23960763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960763_23960763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960763'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960778_23960778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960778_23960778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960778_23960778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960778_23960778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960778_23960778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960778'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960784_23960784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960784_23960784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960784_23960784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960784_23960784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960784_23960784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960784'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960792_23960792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960792_23960792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960792_23960792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960792_23960792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960792_23960792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960792'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960827_23960827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960827_23960827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960827_23960827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960827_23960827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960827_23960827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960827'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960846_23960846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960846_23960846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960846_23960846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960846_23960846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960846_23960846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960846'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960846'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960848_23960848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960848_23960848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960848_23960848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960848_23960848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960848_23960848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960848'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960862_23960862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960862_23960862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960862_23960862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960862_23960862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960862_23960862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960862'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960872_23960872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960872_23960872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960872_23960872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960872_23960872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960872_23960872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960872'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960901_23960901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960901_23960901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960901_23960901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960901_23960901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960901_23960901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960901'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960901'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960919_23960919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960919_23960919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960919_23960919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960919_23960919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960919_23960919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960919'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960919'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960948_23960948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960948_23960948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960948_23960948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960948_23960948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960948_23960948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960948'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960962_23960962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960962_23960962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960962_23960962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960962_23960962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960962_23960962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960962'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960962'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960970_23960970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960970_23960970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960970_23960970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960970_23960970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960970_23960970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960970'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960970'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960973_23960973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960973_23960973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960973_23960973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960973_23960973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960973_23960973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960973'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960986_23960986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960986_23960986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960986_23960986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960986_23960986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960986_23960986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960986'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961006_23961006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961006_23961006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961006_23961006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961006_23961006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961006_23961006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961006'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961049_23961049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961049_23961049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961049_23961049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961049_23961049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961049_23961049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961049'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961055_23961055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961055_23961055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961055_23961055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961055_23961055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961055_23961055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961055'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961086_23961086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961086_23961086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961086_23961086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961086_23961086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961086_23961086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961086'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961103_23961103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961103_23961103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961103_23961103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961103_23961103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961103_23961103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961103'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961124_23961124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961124_23961124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961124_23961124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961124_23961124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961124_23961124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961124'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961158_23961158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961158_23961158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961158_23961158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961158_23961158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961158_23961158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961158'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961183_23961183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961183_23961183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961183_23961183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961183_23961183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961183_23961183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961183'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961214_23961214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961214_23961214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961214_23961214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961214_23961214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961214_23961214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961214'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961220_23961220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961220_23961220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961220_23961220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961220_23961220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961220_23961220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961220'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961220'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961226_23961226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961226_23961226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961226_23961226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961226_23961226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961226_23961226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961226'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961326_23961326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961326_23961326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961326_23961326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961326_23961326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961326_23961326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961326'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961333_23961333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961333_23961333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961333_23961333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961333_23961333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961333_23961333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961333'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961335_23961335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961335_23961335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961335_23961335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961335_23961335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961335_23961335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961335'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961342_23961342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961342_23961342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961342_23961342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961342_23961342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961342_23961342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961342'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961372_23961372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961372_23961372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961372_23961372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961372_23961372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961372_23961372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961372'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961386_23961386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961386_23961386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961386_23961386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961386_23961386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961386_23961386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961386'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961386'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961403_23961403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961403_23961403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961403_23961403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961403_23961403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961403_23961403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961403'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961427_23961427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961427_23961427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961427_23961427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961427_23961427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961427_23961427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961427'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961427'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961438_23961438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961438_23961438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961438_23961438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961438_23961438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961438_23961438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961438'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961461_23961461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961461_23961461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961461_23961461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961461_23961461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961461_23961461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961461'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961494_23961494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961494_23961494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961494_23961494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961494_23961494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961494_23961494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961494'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961547_23961547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961547_23961547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961547_23961547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961547_23961547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961547_23961547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961547'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961559_23961559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961559_23961559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961559_23961559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961559_23961559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961559_23961559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961559'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961596_23961596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961596_23961596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961596_23961596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961596_23961596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961596_23961596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961596'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961619_23961619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961619_23961619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961619_23961619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961619_23961619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961619_23961619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961619'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961619'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961667_23961667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961667_23961667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961667_23961667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961667_23961667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961667_23961667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961667'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961713_23961713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961713_23961713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961713_23961713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961713_23961713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961713_23961713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961713'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961758_23961758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961758_23961758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961758_23961758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961758_23961758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961758_23961758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961758'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961758'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961784_23961784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961784_23961784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961784_23961784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961784_23961784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961784_23961784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961784'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961805_23961805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961805_23961805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961805_23961805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961805_23961805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961805_23961805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961805'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961837_23961837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961837_23961837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961837_23961837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961837_23961837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961837_23961837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961837'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961844_23961844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961844_23961844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961844_23961844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961844_23961844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961844_23961844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961844'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961852_23961852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961852_23961852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961852_23961852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961852_23961852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961852_23961852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961852'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961893_23961893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961893_23961893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961893_23961893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961893_23961893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961893_23961893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961893'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961912_23961912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961912_23961912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961912_23961912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961912_23961912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961912_23961912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961912'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961944_23961944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961944_23961944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961944_23961944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961944_23961944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961944_23961944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961944'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961956_23961956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961956_23961956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961956_23961956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961956_23961956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961956_23961956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961956'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961976_23961976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961976_23961976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961976_23961976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961976_23961976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961976_23961976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961976'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961999_23961999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961999_23961999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961999_23961999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961999_23961999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961999_23961999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961999'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962000_23962000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962000_23962000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962000_23962000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962000_23962000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962000_23962000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962000'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962141_23962141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962141_23962141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962141_23962141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962141_23962141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962141_23962141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962141'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962148_23962148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962148_23962148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962148_23962148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962148_23962148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962148_23962148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962148'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962159_23962159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962159_23962159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962159_23962159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962159_23962159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962159_23962159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962159'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962198_23962198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962198_23962198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962198_23962198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962198_23962198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962198_23962198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962198'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962244_23962244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962244_23962244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962244_23962244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962244_23962244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962244_23962244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962244'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962276_23962276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962276_23962276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962276_23962276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962276_23962276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962276_23962276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962276'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962314_23962314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962314_23962314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962314_23962314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962314_23962314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962314_23962314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962314'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962324_23962324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962324_23962324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962324_23962324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962324_23962324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962324_23962324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962324'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962328_23962328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962328_23962328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962328_23962328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962328_23962328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962328_23962328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962328'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962328'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962366_23962366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962366_23962366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962366_23962366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962366_23962366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962366_23962366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962366'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962409_23962409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962409_23962409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962409_23962409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962409_23962409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962409_23962409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962409'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962463_23962463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962463_23962463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962463_23962463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962463_23962463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962463_23962463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962463'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962504_23962504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962504_23962504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962504_23962504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962504_23962504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962504_23962504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962504'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962526_23962526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962526_23962526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962526_23962526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962526_23962526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962526_23962526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962526'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962575_23962575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962575_23962575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962575_23962575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962575_23962575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962575_23962575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962575'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962600_23962600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962600_23962600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962600_23962600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962600_23962600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962600_23962600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962600'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962613_23962613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962613_23962613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962613_23962613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962613_23962613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962613_23962613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962613'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962616_23962616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962616_23962616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962616_23962616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962616_23962616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962616_23962616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962616'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962684_23962684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962684_23962684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962684_23962684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962684_23962684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962684_23962684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962684'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962702_23962702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962702_23962702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962702_23962702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962702_23962702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962702_23962702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962702'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962728_23962728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962728_23962728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962728_23962728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962728_23962728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962728_23962728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962728'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962729_23962729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962729_23962729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962729_23962729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962729_23962729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962729_23962729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962729'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962730_23962730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962730_23962730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962730_23962730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962730_23962730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962730_23962730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962730'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962756_23962756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962756_23962756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962756_23962756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962756_23962756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962756_23962756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962756'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962756'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962760_23962760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962760_23962760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962760_23962760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962760_23962760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962760_23962760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962760'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962768_23962768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962768_23962768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962768_23962768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962768_23962768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962768_23962768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962768'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962809_23962809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962809_23962809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962809_23962809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962809_23962809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962809_23962809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962809'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962822_23962822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962822_23962822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962822_23962822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962822_23962822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962822_23962822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962822'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962847_23962847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962847_23962847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962847_23962847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962847_23962847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962847_23962847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962847'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962875_23962875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962875_23962875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962875_23962875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962875_23962875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962875_23962875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962875'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962955_23962955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962955_23962955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962955_23962955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962955_23962955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962955_23962955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962955'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962992_23962992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962992_23962992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962992_23962992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962992_23962992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962992_23962992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962992'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963002_23963002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963002_23963002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963002_23963002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963002_23963002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963002_23963002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963002'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963009_23963009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963009_23963009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963009_23963009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963009_23963009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963009_23963009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963009'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963039_23963039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963039_23963039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963039_23963039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963039_23963039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963039_23963039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963039'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963039'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963075_23963075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963075_23963075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963075_23963075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963075_23963075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963075_23963075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963075'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963119_23963119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963119_23963119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963119_23963119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963119_23963119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963119_23963119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963119'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963156_23963156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963156_23963156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963156_23963156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963156_23963156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963156_23963156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963156'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963185_23963185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963185_23963185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963185_23963185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963185_23963185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963185_23963185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963185'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963228_23963228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963228_23963228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963228_23963228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963228_23963228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963228_23963228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963228'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963266_23963266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963266_23963266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963266_23963266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963266_23963266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963266_23963266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963266'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963299_23963299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963299_23963299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963299_23963299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963299_23963299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963299_23963299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963299'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963338_23963338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963338_23963338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963338_23963338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963338_23963338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963338_23963338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963338'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963378_23963378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963378_23963378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963378_23963378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963378_23963378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963378_23963378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963378'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963424_23963424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963424_23963424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963424_23963424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963424_23963424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963424_23963424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963424'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963514_23963514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963514_23963514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963514_23963514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963514_23963514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963514_23963514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963514'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963534_23963534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963534_23963534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963534_23963534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963534_23963534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963534_23963534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963534'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963556_23963556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963556_23963556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963556_23963556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963556_23963556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963556_23963556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963556'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963585_23963585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963585_23963585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963585_23963585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963585_23963585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963585_23963585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963585'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963614_23963614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963614_23963614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963614_23963614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963614_23963614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963614_23963614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963614'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963642_23963642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963642_23963642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963642_23963642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963642_23963642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963642_23963642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963642'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963679_23963679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963679_23963679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963679_23963679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963679_23963679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963679_23963679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963679'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963721_23963721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963721_23963721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963721_23963721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963721_23963721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963721_23963721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963721'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963745_23963745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963745_23963745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963745_23963745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963745_23963745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963745_23963745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963745'^^xsd:integer;
  dwc:observationDate '2015-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963783_23963783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963783_23963783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963783_23963783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963783_23963783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963783_23963783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963783'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963783'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963820_23963820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963820_23963820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963820_23963820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963820_23963820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963820_23963820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963820'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963849_23963849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963849_23963849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963849_23963849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963849_23963849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963849_23963849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963849'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963873_23963873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963873_23963873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963873_23963873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963873_23963873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963873_23963873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963873'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963988_23963988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963988_23963988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963988_23963988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963988_23963988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963988_23963988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963988'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964002_23964002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964002_23964002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964002_23964002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964002_23964002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964002_23964002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964002'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964047_23964047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964047_23964047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964047_23964047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964047_23964047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964047_23964047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964047'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964048_23964048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964048_23964048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964048_23964048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964048_23964048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964048_23964048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964048'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964056_23964056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964056_23964056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964056_23964056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964056_23964056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964056_23964056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964056'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964079_23964079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964079_23964079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964079_23964079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964079_23964079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964079_23964079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964079'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964079'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964088_23964088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964088_23964088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964088_23964088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964088_23964088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964088_23964088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964088'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964105_23964105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964105_23964105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964105_23964105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964105_23964105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964105_23964105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964105'^^xsd:integer;
  dwc:observationDate '2015-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964132_23964132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964132_23964132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964132_23964132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964132_23964132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964132_23964132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964132'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964139_23964139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964139_23964139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964139_23964139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964139_23964139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964139_23964139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964139'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964169_23964169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964169_23964169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964169_23964169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964169_23964169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964169_23964169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964169'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964332_23964332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964332_23964332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964332_23964332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964332_23964332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964332_23964332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964332'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964336_23964336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964336_23964336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964336_23964336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964336_23964336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964336_23964336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964336'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964391_23964391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964391_23964391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964391_23964391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964391_23964391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964391_23964391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964391'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964422_23964422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964422_23964422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964422_23964422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964422_23964422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964422_23964422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964422'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964425_23964425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964425_23964425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964425_23964425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964425_23964425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964425_23964425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964425'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964453_23964453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964453_23964453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964453_23964453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964453_23964453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964453_23964453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964453'^^xsd:integer;
  dwc:observationDate '2015-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964471_23964471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964471_23964471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964471_23964471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964471_23964471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964471_23964471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964471'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964502_23964502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964502_23964502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964502_23964502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964502_23964502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964502_23964502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964502'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964602_23964602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964602_23964602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964602_23964602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964602_23964602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964602_23964602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964602'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964618_23964618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964618_23964618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964618_23964618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964618_23964618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964618_23964618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964618'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964672_23964672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964672_23964672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964672_23964672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964672_23964672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964672_23964672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964672'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964672'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964812_23964812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964812_23964812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964812_23964812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964812_23964812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964812_23964812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964812'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964822_23964822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964822_23964822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964822_23964822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964822_23964822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964822_23964822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964822'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964860_23964860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964860_23964860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964860_23964860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964860_23964860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964860_23964860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964860'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964860'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964885_23964885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964885_23964885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964885_23964885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964885_23964885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964885_23964885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964885'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964885'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964912_23964912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964912_23964912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964912_23964912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964912_23964912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964912_23964912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964912'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964916_23964916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964916_23964916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964916_23964916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964916_23964916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964916_23964916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964916'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964922_23964922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964922_23964922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964922_23964922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964922_23964922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964922_23964922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964922'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964934_23964934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964934_23964934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964934_23964934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964934_23964934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964934_23964934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964934'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964961_23964961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964961_23964961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964961_23964961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964961_23964961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964961_23964961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964961'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964980_23964980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964980_23964980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964980_23964980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964980_23964980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964980_23964980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964980'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964996_23964996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964996_23964996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964996_23964996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964996_23964996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964996_23964996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964996'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964996'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965008_23965008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965008_23965008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965008_23965008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965008_23965008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965008_23965008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965008'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965014_23965014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965014_23965014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965014_23965014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965014_23965014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965014_23965014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965014'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965054_23965054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965054_23965054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965054_23965054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965054_23965054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965054_23965054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965054'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965216_23965216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965216_23965216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965216_23965216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965216_23965216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965216_23965216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965216'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965217_23965217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965217_23965217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965217_23965217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965217_23965217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965217_23965217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965217'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965222_23965222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965222_23965222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965222_23965222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965222_23965222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965222_23965222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965222'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965243_23965243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965243_23965243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965243_23965243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965243_23965243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965243_23965243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965243'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965320_23965320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965320_23965320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965320_23965320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965320_23965320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965320_23965320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965320'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965321_23965321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965321_23965321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965321_23965321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965321_23965321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965321_23965321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965321'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965332_23965332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965332_23965332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965332_23965332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965332_23965332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965332_23965332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965332'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965353_23965353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965353_23965353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965353_23965353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965353_23965353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965353_23965353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965353'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965377_23965377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965377_23965377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965377_23965377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965377_23965377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965377_23965377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965377'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965379_23965379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965379_23965379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965379_23965379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965379_23965379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965379_23965379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965379'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965515_23965515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965515_23965515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965515_23965515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965515_23965515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965515_23965515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965515'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965515'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965532_23965532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965532_23965532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965532_23965532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965532_23965532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965532_23965532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965532'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965534_23965534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965534_23965534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965534_23965534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965534_23965534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965534_23965534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965534'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965561_23965561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965561_23965561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965561_23965561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965561_23965561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965561_23965561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965561'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965575_23965575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965575_23965575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965575_23965575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965575_23965575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965575_23965575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965575'^^xsd:integer;
  dwc:observationDate '2015-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965580_23965580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965580_23965580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965580_23965580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965580_23965580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965580_23965580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965580'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965590_23965590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965590_23965590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965590_23965590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965590_23965590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965590_23965590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965590'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965714_23965714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965714_23965714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965714_23965714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965714_23965714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965714_23965714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965714'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965716_23965716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965716_23965716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965716_23965716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965716_23965716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965716_23965716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965716'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965743_23965743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965743_23965743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965743_23965743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965743_23965743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965743_23965743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965743'^^xsd:integer;
  dwc:observationDate '2015-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965751_23965751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965751_23965751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965751_23965751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965751_23965751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965751_23965751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965751'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965751'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965755_23965755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965755_23965755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965755_23965755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965755_23965755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965755_23965755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965755'^^xsd:integer;
  dwc:observationDate '2015-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909753_23909753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909753_23909753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909753_23909753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909753_23909753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909753_23909753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909753'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965834_23965834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965834_23965834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965834_23965834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965834_23965834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965834_23965834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965834'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965835_23965835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965835_23965835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965835_23965835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965835_23965835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965835_23965835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965835'^^xsd:integer;
  dwc:observationDate '2015-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965969_23965969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965969_23965969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965969_23965969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965969_23965969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965969_23965969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965969'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966010_23966010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966010_23966010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966010_23966010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966010_23966010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966010_23966010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966010'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966124_23966124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966124_23966124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966124_23966124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966124_23966124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966124_23966124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966124'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966142_23966142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966142_23966142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966142_23966142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966142_23966142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966142_23966142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966142'^^xsd:integer;
  dwc:observationDate '2015-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966148_23966148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966148_23966148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966148_23966148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966148_23966148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966148_23966148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966148'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966340_23966340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966340_23966340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966340_23966340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966340_23966340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966340_23966340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966340'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966390_23966390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966390_23966390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966390_23966390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966390_23966390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966390_23966390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966390'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966391_23966391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966391_23966391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966391_23966391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966391_23966391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966391_23966391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966391'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966489_23966489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966489_23966489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966489_23966489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966489_23966489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966489_23966489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966489'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966512_23966512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966512_23966512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966512_23966512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966512_23966512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966512_23966512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966512'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966512'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966542_23966542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966542_23966542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966542_23966542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966542_23966542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966542_23966542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966542'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966641_23966641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966641_23966641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966641_23966641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966641_23966641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966641_23966641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966641'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966642_23966642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966642_23966642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966642_23966642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966642_23966642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966642_23966642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966642'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966665_23966665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966665_23966665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966665_23966665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966665_23966665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966665_23966665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966665'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966704_23966704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966704_23966704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966704_23966704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966704_23966704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966704_23966704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966704'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966704'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966709_23966709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966709_23966709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966709_23966709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966709_23966709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966709_23966709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966709'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966714_23966714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966714_23966714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966714_23966714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966714_23966714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966714_23966714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966714'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966724_23966724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966724_23966724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966724_23966724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966724_23966724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966724_23966724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966724'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966744_23966744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966744_23966744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966744_23966744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966744_23966744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966744_23966744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966744'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966745_23966745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966745_23966745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966745_23966745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966745_23966745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966745_23966745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966745'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966752_23966752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966752_23966752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966752_23966752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966752_23966752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966752_23966752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966752'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966754_23966754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966754_23966754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966754_23966754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966754_23966754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966754_23966754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966754'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966763_23966763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966763_23966763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966763_23966763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966763_23966763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966763_23966763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966763'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966808_23966808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966808_23966808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966808_23966808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966808_23966808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966808_23966808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966808'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966808'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966813_23966813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966813_23966813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966813_23966813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966813_23966813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966813_23966813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966813'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966813'^^xsd:integer;
  dwc:observationDate '2015-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966926_23966926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966926_23966926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966926_23966926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966926_23966926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966926_23966926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966926'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966967_23966967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966967_23966967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966967_23966967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966967_23966967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966967_23966967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966967'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966968_23966968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966968_23966968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966968_23966968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966968_23966968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966968_23966968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966968'^^xsd:integer;
  dwc:observationDate '2015-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828677_36828677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828677_36828677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828677_36828677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828677_36828677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828677_36828677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828677'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_513_1214047_capture_513_1214047_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_513_1214047_capture_513_1214047_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_513_1214047_capture_513_1214047_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_513_1214047_capture_513_1214047_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_513_1214047_capture_513_1214047_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "513_1214047_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '513_1214047_capture'^^xsd:string;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '513_1214047_capture'^^xsd:string;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_513_1214047_release_513_1214047_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_513_1214047_release_513_1214047_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_513_1214047_release_513_1214047_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_513_1214047_release_513_1214047_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_513_1214047_release_513_1214047_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "513_1214047_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '513_1214047_release'^^xsd:string;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '513_1214047_release'^^xsd:string;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622402_23622402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622402_23622402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622402_23622402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622402_23622402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622402_23622402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622402'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622402'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622451_23622451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622451_23622451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622451_23622451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622451_23622451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622451_23622451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622451'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622451'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618028_23618028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618028_23618028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618028_23618028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618028_23618028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618028_23618028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618028'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618028'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618041_23618041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618041_23618041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618041_23618041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618041_23618041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618041_23618041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618041'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618041'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239657_23239657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239657_23239657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239657_23239657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239657_23239657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239657_23239657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239657'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239657'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239671_23239671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239671_23239671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239671_23239671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239671_23239671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239671_23239671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239671'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239671'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239897_23239897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239897_23239897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239897_23239897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239897_23239897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239897_23239897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239897'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239897'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240001_23240001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240001_23240001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240001_23240001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240001_23240001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240001_23240001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240001'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240001'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240027_23240027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240027_23240027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240027_23240027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240027_23240027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240027_23240027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240027'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240027'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240140_23240140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240140_23240140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240140_23240140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240140_23240140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240140_23240140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240140'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240140'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240185_23240185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240185_23240185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240185_23240185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240185_23240185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240185_23240185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240185'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240185'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240243_23240243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240243_23240243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240243_23240243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240243_23240243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240243_23240243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240243'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240243'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240249_23240249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240249_23240249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240249_23240249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240249_23240249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240249_23240249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240249'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240249'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240265_23240265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240265_23240265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240265_23240265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240265_23240265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240265_23240265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240265'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240265'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240279_23240279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240279_23240279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240279_23240279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240279_23240279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240279_23240279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240279'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240279'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618181_23618181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618181_23618181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618181_23618181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618181_23618181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618181_23618181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618181'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618181'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618203_23618203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618203_23618203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618203_23618203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618203_23618203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618203_23618203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618203'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618203'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240369_23240369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240369_23240369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240369_23240369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240369_23240369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240369_23240369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240369'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240369'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618215_23618215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618215_23618215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618215_23618215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618215_23618215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618215_23618215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618215'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618215'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623115_23623115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623115_23623115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623115_23623115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623115_23623115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623115_23623115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623115'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623115'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623119_23623119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623119_23623119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623119_23623119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623119_23623119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623119_23623119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623119'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623119'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823647_23823647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823647_23823647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823647_23823647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823647_23823647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823647_23823647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823647'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823647'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823662_23823662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823662_23823662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823662_23823662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823662_23823662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823662_23823662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823662'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823662'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899764_23899764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899764_23899764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899764_23899764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899764_23899764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899764_23899764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899764'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899764'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23899770_23899770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23899770_23899770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23899770_23899770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23899770_23899770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23899770_23899770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23899770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23899770'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23899770'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900086_23900086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900086_23900086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900086_23900086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900086_23900086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900086_23900086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900086'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900086'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909890_23909890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909890_23909890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909890_23909890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909890_23909890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909890_23909890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909890'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909890'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909897_23909897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909897_23909897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909897_23909897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909897_23909897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909897_23909897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909897'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909897'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823838_23823838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823838_23823838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823838_23823838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823838_23823838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823838_23823838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823838'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823838'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909924_23909924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909924_23909924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909924_23909924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909924_23909924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909924_23909924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909924'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909924'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909979_23909979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909979_23909979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909979_23909979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909979_23909979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909979_23909979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909979'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909979'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823906_23823906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823906_23823906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823906_23823906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823906_23823906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823906_23823906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823906'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823906'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823908_23823908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823908_23823908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823908_23823908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823908_23823908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823908_23823908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823908'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823908'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823918_23823918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823918_23823918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823918_23823918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823918_23823918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823918_23823918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823918'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823918'^^xsd:integer;
  dwc:observationDate '2015-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823930_23823930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823930_23823930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823930_23823930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823930_23823930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823930_23823930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823930'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823930'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823937_23823937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823937_23823937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823937_23823937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823937_23823937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823937_23823937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823937'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823937'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823972_23823972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823972_23823972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823972_23823972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823972_23823972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823972_23823972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823972'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823972'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23823994_23823994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23823994_23823994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23823994_23823994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23823994_23823994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23823994_23823994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23823994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23823994'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23823994'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824036_23824036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824036_23824036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824036_23824036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824036_23824036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824036_23824036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824036'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824036'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824037_23824037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824037_23824037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824037_23824037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824037_23824037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824037_23824037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824037'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824037'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909987_23909987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909987_23909987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909987_23909987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909987_23909987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909987_23909987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909987'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909987'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910010_23910010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910010_23910010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910010_23910010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910010_23910010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910010_23910010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910010'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910010'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910068_23910068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910068_23910068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910068_23910068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910068_23910068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910068_23910068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910068'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910068'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910077_23910077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910077_23910077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910077_23910077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910077_23910077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910077_23910077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910077'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910077'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910125_23910125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910125_23910125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910125_23910125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910125_23910125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910125_23910125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910125'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910125'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910137_23910137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910137_23910137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910137_23910137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910137_23910137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910137_23910137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910137'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910137'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900158_23900158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900158_23900158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900158_23900158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900158_23900158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900158_23900158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900158'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900158'^^xsd:integer;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900173_23900173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900173_23900173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900173_23900173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900173_23900173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900173_23900173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900173'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900173'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900187_23900187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900187_23900187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900187_23900187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900187_23900187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900187_23900187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900187'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900187'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900192_23900192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900192_23900192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900192_23900192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900192_23900192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900192_23900192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900192'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900192'^^xsd:integer;
  dwc:observationDate '2015-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900222_23900222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900222_23900222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900222_23900222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900222_23900222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900222_23900222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900222'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900222'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900228_23900228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900228_23900228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900228_23900228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900228_23900228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900228_23900228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900228'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900228'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900246_23900246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900246_23900246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900246_23900246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900246_23900246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900246_23900246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900246'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900246'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910144_23910144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910144_23910144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910144_23910144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910144_23910144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910144_23910144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910144'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910144'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910149_23910149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910149_23910149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910149_23910149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910149_23910149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910149_23910149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910149'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910149'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824232_23824232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824232_23824232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824232_23824232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824232_23824232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824232_23824232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824232'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824232'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910195_23910195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910195_23910195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910195_23910195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910195_23910195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910195_23910195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910195'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910195'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910244_23910244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910244_23910244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910244_23910244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910244_23910244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910244_23910244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910244'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910244'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910301_23910301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910301_23910301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910301_23910301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910301_23910301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910301_23910301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910301'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910301'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910327_23910327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910327_23910327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910327_23910327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910327_23910327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910327_23910327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910327'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910327'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910366_23910366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910366_23910366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910366_23910366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910366_23910366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910366_23910366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910366'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910366'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910395_23910395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910395_23910395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910395_23910395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910395_23910395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910395_23910395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910395'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910395'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910445_23910445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910445_23910445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910445_23910445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910445_23910445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910445_23910445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910445'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910445'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23910494_23910494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23910494_23910494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23910494_23910494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23910494_23910494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23910494_23910494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23910494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23910494'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23910494'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824281_23824281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824281_23824281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824281_23824281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824281_23824281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824281_23824281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824281'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824281'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900277_23900277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900277_23900277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900277_23900277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900277_23900277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900277_23900277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900277'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900277'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900285_23900285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900285_23900285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900285_23900285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900285_23900285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900285_23900285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900285'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900285'^^xsd:integer;
  dwc:observationDate '2015-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900331_23900331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900331_23900331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900331_23900331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900331_23900331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900331_23900331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900331'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900331'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911493_23911493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911493_23911493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911493_23911493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911493_23911493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911493_23911493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911493'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911493'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826252_23826252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826252_23826252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826252_23826252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826252_23826252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826252_23826252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826252'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826252'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826253_23826253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826253_23826253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826253_23826253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826253_23826253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826253_23826253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826253'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826253'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900342_23900342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900342_23900342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900342_23900342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900342_23900342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900342_23900342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900342'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900342'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900367_23900367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900367_23900367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900367_23900367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900367_23900367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900367_23900367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900367'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900367'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900381_23900381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900381_23900381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900381_23900381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900381_23900381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900381_23900381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900381'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900381'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911785_23911785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911785_23911785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911785_23911785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911785_23911785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911785_23911785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911785'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911785'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827100_23827100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827100_23827100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827100_23827100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827100_23827100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827100_23827100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827100'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827100'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900387_23900387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900387_23900387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900387_23900387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900387_23900387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900387_23900387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900387'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900387'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900393_23900393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900393_23900393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900393_23900393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900393_23900393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900393_23900393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900393'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900393'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911794_23911794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911794_23911794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911794_23911794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911794_23911794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911794_23911794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911794'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911794'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827149_23827149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827149_23827149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827149_23827149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827149_23827149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827149_23827149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827149'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827149'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911802_23911802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911802_23911802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911802_23911802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911802_23911802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911802_23911802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911802'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911802'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900398_23900398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900398_23900398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900398_23900398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900398_23900398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900398_23900398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900398'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900398'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900478_23900478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900478_23900478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900478_23900478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900478_23900478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900478_23900478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900478'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900478'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912179_23912179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912179_23912179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912179_23912179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912179_23912179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912179_23912179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912179'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912179'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827568_23827568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827568_23827568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827568_23827568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827568_23827568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827568_23827568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827568'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827568'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912355_23912355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912355_23912355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912355_23912355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912355_23912355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912355_23912355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912355'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912355'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827793_23827793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827793_23827793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827793_23827793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827793_23827793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827793_23827793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827793'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827793'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912406_23912406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912406_23912406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912406_23912406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912406_23912406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912406_23912406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912406'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912406'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912483_23912483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912483_23912483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912483_23912483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912483_23912483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912483_23912483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912483'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912483'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827821_23827821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827821_23827821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827821_23827821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827821_23827821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827821_23827821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827821'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827821'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827863_23827863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827863_23827863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827863_23827863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827863_23827863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827863_23827863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827863'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827863'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912614_23912614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912614_23912614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912614_23912614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912614_23912614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912614_23912614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912614'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912614'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912671_23912671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912671_23912671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912671_23912671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912671_23912671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912671_23912671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912671'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912671'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901103_23901103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901103_23901103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901103_23901103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901103_23901103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901103_23901103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901103'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901103'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901107_23901107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901107_23901107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901107_23901107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901107_23901107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901107_23901107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901107'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901107'^^xsd:integer;
  dwc:observationDate '2015-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901873_23901873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901873_23901873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901873_23901873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901873_23901873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901873_23901873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901873'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901873'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913154_23913154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913154_23913154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913154_23913154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913154_23913154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913154_23913154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913154'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913154'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828850_23828850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828850_23828850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828850_23828850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828850_23828850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828850_23828850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828850'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828850'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714880_45714880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714880_45714880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714880_45714880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714880_45714880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714880_45714880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714880'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714880'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 111 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828952_23828952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828952_23828952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828952_23828952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828952_23828952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828952_23828952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828952'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828952'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913300_23913300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913300_23913300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913300_23913300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913300_23913300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913300_23913300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913300'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913300'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901960_23901960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901960_23901960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901960_23901960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901960_23901960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901960_23901960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901960'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901960'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902487_23902487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902487_23902487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902487_23902487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902487_23902487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902487_23902487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902487'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902487'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23914516_23914516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23914516_23914516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23914516_23914516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23914516_23914516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23914516_23914516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23914516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23914516'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23914516'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23829397_23829397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23829397_23829397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23829397_23829397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23829397_23829397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23829397_23829397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23829397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23829397'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23829397'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902497_23902497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902497_23902497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902497_23902497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902497_23902497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902497_23902497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902497'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902497'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902504_23902504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902504_23902504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902504_23902504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902504_23902504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902504_23902504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902504'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902504'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904552_23904552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904552_23904552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904552_23904552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904552_23904552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904552_23904552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904552'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904552'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919484_23919484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919484_23919484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919484_23919484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919484_23919484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919484_23919484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919484'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919484'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919547_23919547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919547_23919547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919547_23919547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919547_23919547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919547_23919547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919547'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919547'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904561_23904561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904561_23904561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904561_23904561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904561_23904561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904561_23904561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904561'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904561'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904731_23904731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904731_23904731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904731_23904731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904731_23904731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904731_23904731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904731'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904731'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919815_23919815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919815_23919815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919815_23919815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919815_23919815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919815_23919815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919815'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919815'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919888_23919888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919888_23919888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919888_23919888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919888_23919888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919888_23919888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919888'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919888'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919897_23919897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919897_23919897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919897_23919897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919897_23919897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919897_23919897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919897'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919897'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919950_23919950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919950_23919950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919950_23919950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919950_23919950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919950_23919950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919950'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919950'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23919973_23919973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23919973_23919973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23919973_23919973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23919973_23919973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23919973_23919973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23919973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23919973'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23919973'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904742_23904742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904742_23904742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904742_23904742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904742_23904742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904742_23904742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904742'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904742'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905363_23905363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905363_23905363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905363_23905363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905363_23905363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905363_23905363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905363'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905363'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23923103_23923103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23923103_23923103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23923103_23923103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23923103_23923103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23923103_23923103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23923103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23923103'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23923103'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23923213_23923213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23923213_23923213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23923213_23923213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23923213_23923213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23923213_23923213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23923213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23923213'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23923213'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905375_23905375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905375_23905375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905375_23905375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905375_23905375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905375_23905375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905375'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905375'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905387_23905387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905387_23905387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905387_23905387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905387_23905387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905387_23905387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905387'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905387'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905390_23905390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905390_23905390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905390_23905390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905390_23905390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905390_23905390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905390'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905390'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23923388_23923388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23923388_23923388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23923388_23923388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23923388_23923388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23923388_23923388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23923388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23923388'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23923388'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23923478_23923478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23923478_23923478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23923478_23923478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23923478_23923478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23923478_23923478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23923478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23923478'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23923478'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23923479_23923479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23923479_23923479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23923479_23923479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23923479_23923479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23923479_23923479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23923479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23923479'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23923479'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905463_23905463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905463_23905463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905463_23905463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905463_23905463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905463_23905463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905463'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905463'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905730_23905730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905730_23905730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905730_23905730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905730_23905730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905730_23905730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905730'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905730'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905770_23905770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905770_23905770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905770_23905770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905770_23905770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905770_23905770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905770'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905770'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905822_23905822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905822_23905822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905822_23905822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905822_23905822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905822_23905822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905822'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905822'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905967_23905967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905967_23905967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905967_23905967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905967_23905967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905967_23905967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905967'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905967'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905969_23905969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905969_23905969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905969_23905969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905969_23905969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905969_23905969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905969'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905969'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23928559_23928559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23928559_23928559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23928559_23928559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23928559_23928559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23928559_23928559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23928559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23928559'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23928559'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23928906_23928906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23928906_23928906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23928906_23928906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23928906_23928906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23928906_23928906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23928906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23928906'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23928906'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23928986_23928986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23928986_23928986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23928986_23928986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23928986_23928986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23928986_23928986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23928986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23928986'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23928986'^^xsd:integer;
  dwc:observationDate '2015-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905982_23905982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905982_23905982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905982_23905982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905982_23905982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905982_23905982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905982'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905982'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905996_23905996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905996_23905996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905996_23905996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905996_23905996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905996_23905996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905996'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905996'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905997_23905997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905997_23905997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905997_23905997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905997_23905997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905997_23905997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905997'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905997'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906006_23906006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906006_23906006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906006_23906006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906006_23906006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906006_23906006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906006'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906006'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906011_23906011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906011_23906011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906011_23906011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906011_23906011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906011_23906011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906011'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906011'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906046_23906046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906046_23906046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906046_23906046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906046_23906046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906046_23906046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906046'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906046'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23931199_23931199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23931199_23931199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23931199_23931199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23931199_23931199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23931199_23931199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23931199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23931199'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23931199'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23931243_23931243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23931243_23931243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23931243_23931243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23931243_23931243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23931243_23931243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23931243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23931243'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23931243'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906121_23906121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906121_23906121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906121_23906121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906121_23906121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906121_23906121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906121'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906121'^^xsd:integer;
  dwc:observationDate '2015-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906223_23906223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906223_23906223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906223_23906223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906223_23906223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906223_23906223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906223'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906223'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933099_23933099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933099_23933099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933099_23933099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933099_23933099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933099_23933099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933099'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933099'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933138_23933138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933138_23933138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933138_23933138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933138_23933138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933138_23933138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933138'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933138'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933243_23933243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933243_23933243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933243_23933243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933243_23933243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933243_23933243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933243'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933243'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906265_23906265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906265_23906265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906265_23906265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906265_23906265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906265_23906265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906265'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906265'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933250_23933250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933250_23933250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933250_23933250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933250_23933250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933250_23933250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933250'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933250'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933273_23933273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933273_23933273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933273_23933273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933273_23933273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933273_23933273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933273'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933273'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906301_23906301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906301_23906301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906301_23906301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906301_23906301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906301_23906301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906301'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906301'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906322_23906322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906322_23906322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906322_23906322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906322_23906322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906322_23906322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906322'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906322'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906901_23906901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906901_23906901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906901_23906901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906901_23906901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906901_23906901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906901'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906901'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906913_23906913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906913_23906913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906913_23906913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906913_23906913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906913_23906913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906913'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906913'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934288_23934288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934288_23934288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934288_23934288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934288_23934288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934288_23934288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934288'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934288'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934330_23934330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934330_23934330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934330_23934330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934330_23934330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934330_23934330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934330'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934330'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934365_23934365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934365_23934365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934365_23934365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934365_23934365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934365_23934365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934365'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934365'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906979_23906979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906979_23906979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906979_23906979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906979_23906979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906979_23906979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906979'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906979'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906998_23906998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906998_23906998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906998_23906998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906998_23906998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906998_23906998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906998'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906998'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934382_23934382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934382_23934382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934382_23934382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934382_23934382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934382_23934382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934382'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934382'^^xsd:integer;
  dwc:observationDate '2015-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934413_23934413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934413_23934413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934413_23934413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934413_23934413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934413_23934413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934413'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934413'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907024_23907024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907024_23907024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907024_23907024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907024_23907024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907024_23907024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907024'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907024'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907055_23907055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907055_23907055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907055_23907055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907055_23907055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907055_23907055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907055'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907055'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907093_23907093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907093_23907093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907093_23907093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907093_23907093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907093_23907093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907093'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907093'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934442_23934442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934442_23934442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934442_23934442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934442_23934442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934442_23934442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934442'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934442'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934494_23934494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934494_23934494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934494_23934494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934494_23934494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934494_23934494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934494'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934494'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934552_23934552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934552_23934552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934552_23934552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934552_23934552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934552_23934552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934552'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934552'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934556_23934556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934556_23934556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934556_23934556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934556_23934556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934556_23934556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934556'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934556'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934610_23934610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934610_23934610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934610_23934610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934610_23934610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934610_23934610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934610'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934610'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23934611_23934611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23934611_23934611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23934611_23934611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23934611_23934611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23934611_23934611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23934611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23934611'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23934611'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907163_23907163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907163_23907163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907163_23907163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907163_23907163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907163_23907163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907163'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907163'^^xsd:integer;
  dwc:observationDate '2015-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907524_23907524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907524_23907524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907524_23907524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907524_23907524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907524_23907524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907524'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907524'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935080_23935080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935080_23935080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935080_23935080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935080_23935080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935080_23935080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935080'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935080'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935094_23935094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935094_23935094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935094_23935094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935094_23935094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935094_23935094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935094'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935094'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935103_23935103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935103_23935103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935103_23935103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935103_23935103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935103_23935103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935103'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935103'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907531_23907531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907531_23907531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907531_23907531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907531_23907531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907531_23907531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907531'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907531'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907554_23907554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907554_23907554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907554_23907554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907554_23907554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907554_23907554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907554'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907554'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935138_23935138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935138_23935138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935138_23935138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935138_23935138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935138_23935138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935138'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935138'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935146_23935146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935146_23935146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935146_23935146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935146_23935146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935146_23935146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935146'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935146'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935213_23935213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935213_23935213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935213_23935213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935213_23935213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935213_23935213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935213'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935213'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907596_23907596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907596_23907596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907596_23907596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907596_23907596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907596_23907596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907596'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907596'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907876_23907876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907876_23907876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907876_23907876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907876_23907876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907876_23907876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907876'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907876'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23937389_23937389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23937389_23937389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23937389_23937389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23937389_23937389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23937389_23937389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23937389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23937389'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23937389'^^xsd:integer;
  dwc:observationDate '2015-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23938342_23938342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23938342_23938342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23938342_23938342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23938342_23938342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23938342_23938342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23938342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23938342'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23938342'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907993_23907993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907993_23907993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907993_23907993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907993_23907993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907993_23907993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907993'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907993'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907997_23907997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907997_23907997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907997_23907997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907997_23907997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907997_23907997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907997'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907997'^^xsd:integer;
  dwc:observationDate '2015-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908108_23908108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908108_23908108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908108_23908108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908108_23908108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908108_23908108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908108'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908108'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23941497_23941497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23941497_23941497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23941497_23941497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23941497_23941497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23941497_23941497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23941497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23941497'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23941497'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23942237_23942237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23942237_23942237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23942237_23942237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23942237_23942237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23942237_23942237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23942237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23942237'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23942237'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23942284_23942284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23942284_23942284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23942284_23942284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23942284_23942284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23942284_23942284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23942284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23942284'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23942284'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23942370_23942370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23942370_23942370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23942370_23942370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23942370_23942370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23942370_23942370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23942370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23942370'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23942370'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908119_23908119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908119_23908119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908119_23908119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908119_23908119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908119_23908119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908119'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908119'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908151_23908151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908151_23908151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908151_23908151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908151_23908151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908151_23908151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908151'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908151'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23946777_23946777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23946777_23946777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23946777_23946777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23946777_23946777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23946777_23946777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23946777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23946777'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23946777'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947041_23947041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947041_23947041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947041_23947041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947041_23947041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947041_23947041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947041'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947041'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947075_23947075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947075_23947075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947075_23947075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947075_23947075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947075_23947075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947075'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947075'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947414_23947414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947414_23947414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947414_23947414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947414_23947414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947414_23947414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947414'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947414'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947514_23947514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947514_23947514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947514_23947514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947514_23947514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947514_23947514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947514'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947514'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947515_23947515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947515_23947515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947515_23947515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947515_23947515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947515_23947515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947515'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947515'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947654_23947654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947654_23947654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947654_23947654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947654_23947654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947654_23947654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947654'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947654'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23947658_23947658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23947658_23947658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23947658_23947658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23947658_23947658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23947658_23947658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23947658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23947658'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23947658'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908156_23908156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908156_23908156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908156_23908156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908156_23908156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908156_23908156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908156'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908156'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908164_23908164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908164_23908164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908164_23908164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908164_23908164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908164_23908164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908164'^^xsd:integer;
  dwc:scientificName 'Cyprinus carpio'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154582'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908164'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_514_1214048_capture_514_1214048_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_514_1214048_capture_514_1214048_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_514_1214048_capture_514_1214048_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_514_1214048_capture_514_1214048_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_514_1214048_capture_514_1214048_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "514_1214048_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '514_1214048_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '514_1214048_capture'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_514_1214048_release_514_1214048_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_514_1214048_release_514_1214048_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_514_1214048_release_514_1214048_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_514_1214048_release_514_1214048_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_514_1214048_release_514_1214048_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "514_1214048_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '514_1214048_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '514_1214048_release'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V7-4x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622772_23622772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622772_23622772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622772_23622772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622772_23622772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622772_23622772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622772'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622807_23622807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622807_23622807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622807_23622807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622807_23622807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622807_23622807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622807'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 113 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622873_23622873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622873_23622873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622873_23622873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622873_23622873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622873_23622873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622873'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622930_23622930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622930_23622930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622930_23622930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622930_23622930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622930_23622930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622930'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622939_23622939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622939_23622939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622939_23622939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622939_23622939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622939_23622939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622939'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622943_23622943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622943_23622943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622943_23622943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622943_23622943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622943_23622943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622943'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097184_24097184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097184_24097184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097184_24097184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097184_24097184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097184_24097184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097184'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 115 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623029_23623029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623029_23623029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623029_23623029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623029_23623029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623029_23623029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623029'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623075_23623075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623075_23623075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623075_23623075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623075_23623075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623075_23623075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623075'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623077_23623077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623077_23623077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623077_23623077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623077_23623077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623077_23623077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623077'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623083_23623083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623083_23623083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623083_23623083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623083_23623083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623083_23623083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623083'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23623108_23623108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23623108_23623108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23623108_23623108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23623108_23623108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23623108_23623108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23623108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23623108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23623108'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618130_23618130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618130_23618130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618130_23618130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618130_23618130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618130_23618130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618130'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618177_23618177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618177_23618177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618177_23618177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618177_23618177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618177_23618177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618177'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239972_23239972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239972_23239972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239972_23239972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239972_23239972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239972_23239972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239972'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239976_23239976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239976_23239976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239976_23239976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239976_23239976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239976_23239976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239976'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240040_23240040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240040_23240040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240040_23240040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240040_23240040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240040_23240040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240040'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240082_23240082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240082_23240082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240082_23240082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240082_23240082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240082_23240082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240082'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240131_23240131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240131_23240131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240131_23240131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240131_23240131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240131_23240131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240131'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240186_23240186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240186_23240186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240186_23240186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240186_23240186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240186_23240186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240186'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240234_23240234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240234_23240234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240234_23240234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240234_23240234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240234_23240234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240234'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240234'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240269_23240269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240269_23240269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240269_23240269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240269_23240269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240269_23240269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240269'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240281_23240281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240281_23240281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240281_23240281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240281_23240281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240281_23240281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240281'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240289_23240289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240289_23240289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240289_23240289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240289_23240289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240289_23240289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240289'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240302_23240302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240302_23240302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240302_23240302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240302_23240302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240302_23240302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240302'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240352_23240352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240352_23240352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240352_23240352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240352_23240352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240352_23240352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240352'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244606_23244606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244606_23244606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244606_23244606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244606_23244606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244606_23244606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244606'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244609_23244609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244609_23244609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244609_23244609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244609_23244609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244609_23244609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244609'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619913_23619913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619913_23619913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619913_23619913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619913_23619913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619913_23619913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619913'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619936_23619936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619936_23619936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619936_23619936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619936_23619936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619936_23619936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619936'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244673_23244673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244673_23244673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244673_23244673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244673_23244673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244673_23244673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244673'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245240_23245240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245240_23245240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245240_23245240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245240_23245240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245240_23245240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245240'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245242_23245242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245242_23245242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245242_23245242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245242_23245242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245242_23245242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245242'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245242'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620378_23620378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620378_23620378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620378_23620378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620378_23620378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620378_23620378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620378'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620393_23620393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620393_23620393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620393_23620393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620393_23620393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620393_23620393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620393'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620418_23620418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620418_23620418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620418_23620418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620418_23620418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620418_23620418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620418'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620444_23620444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620444_23620444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620444_23620444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620444_23620444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620444_23620444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620444'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620444'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620538_23620538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620538_23620538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620538_23620538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620538_23620538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620538_23620538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620538'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620540_23620540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620540_23620540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620540_23620540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620540_23620540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620540_23620540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620540'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648551_23648551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648551_23648551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648551_23648551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648551_23648551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648551_23648551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648551'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916870_23916870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916870_23916870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916870_23916870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916870_23916870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916870_23916870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916870'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904298_23904298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904298_23904298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904298_23904298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904298_23904298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904298_23904298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904298'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904299_23904299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904299_23904299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904299_23904299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904299_23904299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904299_23904299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904299'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904320_23904320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904320_23904320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904320_23904320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904320_23904320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904320_23904320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904320'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904337_23904337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904337_23904337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904337_23904337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904337_23904337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904337_23904337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904337'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904410_23904410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904410_23904410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904410_23904410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904410_23904410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904410_23904410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904410'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904441_23904441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904441_23904441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904441_23904441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904441_23904441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904441_23904441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904441'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904486_23904486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904486_23904486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904486_23904486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904486_23904486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904486_23904486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904486'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904513_23904513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904513_23904513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904513_23904513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904513_23904513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904513_23904513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904513'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904530_23904530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904530_23904530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904530_23904530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904530_23904530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904530_23904530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904530'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904534_23904534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904534_23904534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904534_23904534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904534_23904534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904534_23904534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904534'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904536_23904536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904536_23904536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904536_23904536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904536_23904536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904536_23904536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904536'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904540_23904540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904540_23904540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904540_23904540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904540_23904540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904540_23904540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904540'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904542_23904542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904542_23904542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904542_23904542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904542_23904542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904542_23904542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904542'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904543_23904543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904543_23904543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904543_23904543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904543_23904543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904543_23904543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904543'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904752_23904752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904752_23904752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904752_23904752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904752_23904752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904752_23904752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904752'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904754_23904754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904754_23904754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904754_23904754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904754_23904754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904754_23904754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904754'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904769_23904769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904769_23904769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904769_23904769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904769_23904769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904769_23904769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904769'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904896_23904896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904896_23904896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904896_23904896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904896_23904896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904896_23904896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904896'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904899_23904899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904899_23904899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904899_23904899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904899_23904899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904899_23904899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904899'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904915_23904915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904915_23904915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904915_23904915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904915_23904915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904915_23904915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904915'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904952_23904952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904952_23904952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904952_23904952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904952_23904952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904952_23904952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904952'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904967_23904967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904967_23904967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904967_23904967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904967_23904967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904967_23904967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904967'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904970_23904970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904970_23904970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904970_23904970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904970_23904970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904970_23904970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904970'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904970'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905006_23905006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905006_23905006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905006_23905006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905006_23905006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905006_23905006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905006'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905024_23905024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905024_23905024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905024_23905024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905024_23905024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905024_23905024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905024'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905056_23905056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905056_23905056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905056_23905056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905056_23905056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905056_23905056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905056'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905130_23905130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905130_23905130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905130_23905130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905130_23905130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905130_23905130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905130'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905159_23905159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905159_23905159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905159_23905159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905159_23905159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905159_23905159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905159'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905183_23905183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905183_23905183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905183_23905183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905183_23905183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905183_23905183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905183'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905240_23905240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905240_23905240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905240_23905240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905240_23905240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905240_23905240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905240'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 55 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905295_23905295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905295_23905295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905295_23905295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905295_23905295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905295_23905295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905295'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905315_23905315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905315_23905315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905315_23905315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905315_23905315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905315_23905315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905315'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905324_23905324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905324_23905324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905324_23905324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905324_23905324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905324_23905324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905324'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905585_23905585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905585_23905585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905585_23905585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905585_23905585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905585_23905585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905585'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905616_23905616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905616_23905616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905616_23905616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905616_23905616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905616_23905616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905616'^^xsd:integer;
  dwc:observationDate '2015-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905628_23905628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905628_23905628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905628_23905628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905628_23905628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905628_23905628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905628'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905628'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905633_23905633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905633_23905633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905633_23905633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905633_23905633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905633_23905633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905633'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905645_23905645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905645_23905645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905645_23905645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905645_23905645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905645_23905645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905645'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905698_23905698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905698_23905698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905698_23905698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905698_23905698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905698_23905698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905698'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905709_23905709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905709_23905709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905709_23905709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905709_23905709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905709_23905709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905709'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905838_23905838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905838_23905838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905838_23905838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905838_23905838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905838_23905838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905838'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905839_23905839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905839_23905839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905839_23905839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905839_23905839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905839_23905839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905839'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23905878_23905878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23905878_23905878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23905878_23905878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23905878_23905878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23905878_23905878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23905878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23905878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23905878'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906150_23906150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906150_23906150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906150_23906150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906150_23906150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906150_23906150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906150'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906277_23906277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906277_23906277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906277_23906277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906277_23906277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906277_23906277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906277'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907600_23907600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907600_23907600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907600_23907600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907600_23907600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907600_23907600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907600'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907627_23907627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907627_23907627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907627_23907627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907627_23907627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907627_23907627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907627'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621970_23621970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621970_23621970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621970_23621970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621970_23621970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621970_23621970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621970'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621970'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_641_1214057_capture_641_1214057_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_641_1214057_capture_641_1214057_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_641_1214057_capture_641_1214057_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_641_1214057_capture_641_1214057_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_641_1214057_capture_641_1214057_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "641_1214057_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '641_1214057_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '641_1214057_capture'^^xsd:string;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_641_1214057_release_641_1214057_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_641_1214057_release_641_1214057_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_641_1214057_release_641_1214057_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_641_1214057_release_641_1214057_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_641_1214057_release_641_1214057_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "641_1214057_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '641_1214057_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '641_1214057_release'^^xsd:string;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V13-1x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618014_23618014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618014_23618014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618014_23618014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618014_23618014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618014_23618014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618014'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618022_23618022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618022_23618022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618022_23618022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618022_23618022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618022_23618022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618022'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618064_23618064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618064_23618064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618064_23618064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618064_23618064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618064_23618064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618064'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618072_23618072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618072_23618072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618072_23618072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618072_23618072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618072_23618072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618072'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239652_23239652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239652_23239652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239652_23239652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239652_23239652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239652_23239652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239652'^^xsd:integer;
  dwc:observationDate '2015-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242467_23242467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242467_23242467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242467_23242467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242467_23242467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242467_23242467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242467'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618464_23618464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618464_23618464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618464_23618464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618464_23618464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618464_23618464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618464'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23629815_23629815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23629815_23629815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23629815_23629815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23629815_23629815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23629815_23629815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629815'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900299_23900299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900299_23900299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900299_23900299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900299_23900299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900299_23900299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900299'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900307_23900307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900307_23900307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900307_23900307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900307_23900307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900307_23900307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900307'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900311_23900311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900311_23900311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900311_23900311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900311_23900311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900311_23900311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900311'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900316_23900316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900316_23900316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900316_23900316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900316_23900316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900316_23900316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900316'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900327_23900327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900327_23900327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900327_23900327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900327_23900327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900327_23900327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900327'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911415_23911415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911415_23911415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911415_23911415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911415_23911415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911415_23911415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911415'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630131_23630131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630131_23630131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630131_23630131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630131_23630131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630131_23630131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630131'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618474_23618474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618474_23618474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618474_23618474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618474_23618474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618474_23618474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618474'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618481_23618481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618481_23618481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618481_23618481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618481_23618481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618481_23618481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618481'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242599_23242599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242599_23242599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242599_23242599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242599_23242599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242599_23242599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242599'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242853_23242853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242853_23242853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242853_23242853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242853_23242853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242853_23242853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242853'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242857_23242857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242857_23242857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242857_23242857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242857_23242857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242857_23242857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242857'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242914_23242914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242914_23242914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242914_23242914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242914_23242914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242914_23242914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242914'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23242972_23242972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23242972_23242972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23242972_23242972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23242972_23242972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23242972_23242972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23242972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23242972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23242972'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243005_23243005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243005_23243005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243005_23243005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243005_23243005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243005_23243005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243005'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243014_23243014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243014_23243014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243014_23243014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243014_23243014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243014_23243014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243014'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243037_23243037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243037_23243037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243037_23243037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243037_23243037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243037_23243037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243037'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243066_23243066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243066_23243066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243066_23243066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243066_23243066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243066_23243066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243066'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243700_23243700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243700_23243700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243700_23243700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243700_23243700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243700_23243700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243700'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243711_23243711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243711_23243711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243711_23243711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243711_23243711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243711_23243711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243711'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243711'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618488_23618488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618488_23618488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618488_23618488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618488_23618488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618488_23618488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618488'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630817_23630817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630817_23630817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630817_23630817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630817_23630817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630817_23630817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630817'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630827_23630827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630827_23630827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630827_23630827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630827_23630827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630827_23630827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630827'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23630836_23630836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23630836_23630836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23630836_23630836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23630836_23630836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23630836_23630836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630836'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618518_23618518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618518_23618518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618518_23618518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618518_23618518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618518_23618518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618518'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243731_23243731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243731_23243731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243731_23243731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243731_23243731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243731_23243731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243731'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243968_23243968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243968_23243968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243968_23243968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243968_23243968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243968_23243968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243968'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243971_23243971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243971_23243971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243971_23243971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243971_23243971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243971_23243971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243971'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618681_23618681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618681_23618681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618681_23618681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618681_23618681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618681_23618681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618681'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618683_23618683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618683_23618683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618683_23618683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618683_23618683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618683_23618683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618683'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618683'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24103800_24103800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24103800_24103800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24103800_24103800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24103800_24103800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24103800_24103800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24103800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24103800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24103800'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631216_23631216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631216_23631216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631216_23631216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631216_23631216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631216_23631216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631216'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631230_23631230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631230_23631230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631230_23631230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631230_23631230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631230_23631230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631230'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900404_23900404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900404_23900404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900404_23900404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900404_23900404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900404_23900404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900404'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900409_23900409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900409_23900409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900409_23900409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900409_23900409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900409_23900409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900409'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912037_23912037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912037_23912037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912037_23912037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912037_23912037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912037_23912037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912037'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912044_23912044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912044_23912044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912044_23912044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912044_23912044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912044_23912044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912044'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900421_23900421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900421_23900421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900421_23900421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900421_23900421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900421_23900421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900421'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827379_23827379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827379_23827379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827379_23827379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827379_23827379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827379_23827379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827379'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912057_23912057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912057_23912057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912057_23912057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912057_23912057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912057_23912057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912057'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900555_23900555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900555_23900555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900555_23900555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900555_23900555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900555_23900555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900555'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900613_23900613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900613_23900613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900613_23900613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900613_23900613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900613_23900613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900613'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900614_23900614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900614_23900614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900614_23900614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900614_23900614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900614_23900614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900614'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900653_23900653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900653_23900653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900653_23900653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900653_23900653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900653_23900653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900653'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827478_23827478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827478_23827478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827478_23827478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827478_23827478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827478_23827478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827478'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912229_23912229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912229_23912229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912229_23912229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912229_23912229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912229_23912229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912229'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912255_23912255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912255_23912255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912255_23912255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912255_23912255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912255_23912255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912255'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912270_23912270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912270_23912270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912270_23912270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912270_23912270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912270_23912270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912270'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827551_23827551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827551_23827551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827551_23827551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827551_23827551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827551_23827551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827551'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912296_23912296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912296_23912296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912296_23912296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912296_23912296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912296_23912296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912296'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827585_23827585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827585_23827585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827585_23827585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827585_23827585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827585_23827585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827585'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827601_23827601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827601_23827601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827601_23827601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827601_23827601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827601_23827601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827601'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912352_23912352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912352_23912352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912352_23912352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912352_23912352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912352_23912352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912352'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827638_23827638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827638_23827638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827638_23827638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827638_23827638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827638_23827638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827638'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23827692_23827692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23827692_23827692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23827692_23827692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23827692_23827692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23827692_23827692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23827692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23827692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23827692'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618765_23618765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618765_23618765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618765_23618765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618765_23618765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618765_23618765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618765'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244102_23244102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244102_23244102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244102_23244102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244102_23244102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244102_23244102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244102'^^xsd:integer;
  dwc:observationDate '2015-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244492_23244492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244492_23244492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244492_23244492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244492_23244492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244492_23244492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244492'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244508_23244508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244508_23244508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244508_23244508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244508_23244508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244508_23244508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244508'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244529_23244529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244529_23244529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244529_23244529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244529_23244529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244529_23244529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244529'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244529'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244648_23244648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244648_23244648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244648_23244648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244648_23244648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244648_23244648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244648'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244661_23244661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244661_23244661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244661_23244661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244661_23244661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244661_23244661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244661'^^xsd:integer;
  dwc:observationDate '2015-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244755_23244755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244755_23244755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244755_23244755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244755_23244755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244755_23244755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244755'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244759_23244759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244759_23244759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244759_23244759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244759_23244759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244759_23244759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244759'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244759'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244791_23244791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244791_23244791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244791_23244791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244791_23244791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244791_23244791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244791'^^xsd:integer;
  dwc:observationDate '2015-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244950_23244950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244950_23244950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244950_23244950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244950_23244950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244950_23244950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244950'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244954_23244954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244954_23244954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244954_23244954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244954_23244954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244954_23244954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244954'^^xsd:integer;
  dwc:observationDate '2015-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244989_23244989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244989_23244989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244989_23244989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244989_23244989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244989_23244989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244989'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244990_23244990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244990_23244990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244990_23244990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244990_23244990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244990_23244990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244990'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620264_23620264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620264_23620264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620264_23620264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620264_23620264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620264_23620264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620264'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647206_23647206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647206_23647206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647206_23647206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647206_23647206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647206_23647206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647206'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620270_23620270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620270_23620270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620270_23620270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620270_23620270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620270_23620270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620270'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620349_23620349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620349_23620349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620349_23620349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620349_23620349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620349_23620349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620349'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620366_23620366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620366_23620366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620366_23620366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620366_23620366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620366_23620366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620366'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647878_23647878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647878_23647878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647878_23647878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647878_23647878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647878_23647878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647878'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620388_23620388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620388_23620388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620388_23620388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620388_23620388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620388_23620388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620388'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245248_23245248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245248_23245248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245248_23245248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245248_23245248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245248_23245248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245248'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245272_23245272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245272_23245272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245272_23245272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245272_23245272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245272_23245272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245272'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620662_23620662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620662_23620662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620662_23620662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620662_23620662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620662_23620662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620662'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648916_23648916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648916_23648916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648916_23648916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648916_23648916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648916_23648916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648916'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648917_23648917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648917_23648917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648917_23648917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648917_23648917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648917_23648917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648917'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648938_23648938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648938_23648938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648938_23648938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648938_23648938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648938_23648938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648938'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917112_23917112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917112_23917112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917112_23917112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917112_23917112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917112_23917112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917112'^^xsd:integer;
  dwc:observationDate '2015-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904460_23904460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904460_23904460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904460_23904460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904460_23904460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904460_23904460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904460'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917422_23917422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917422_23917422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917422_23917422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917422_23917422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917422_23917422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917422'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917433_23917433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917433_23917433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917433_23917433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917433_23917433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917433_23917433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917433'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904466_23904466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904466_23904466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904466_23904466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904466_23904466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904466_23904466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904466'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904476_23904476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904476_23904476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904476_23904476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904476_23904476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904476_23904476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904476'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917470_23917470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917470_23917470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917470_23917470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917470_23917470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917470_23917470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917470'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917470'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917487_23917487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917487_23917487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917487_23917487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917487_23917487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917487_23917487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917487'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904482_23904482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904482_23904482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904482_23904482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904482_23904482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904482_23904482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904482'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904482'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917551_23917551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917551_23917551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917551_23917551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917551_23917551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917551_23917551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917551'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23917560_23917560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23917560_23917560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23917560_23917560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23917560_23917560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23917560_23917560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23917560'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620696_23620696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620696_23620696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620696_23620696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620696_23620696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620696_23620696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620696'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245334_23245334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245334_23245334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245334_23245334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245334_23245334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245334_23245334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245334'^^xsd:integer;
  dwc:observationDate '2015-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245338_23245338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245338_23245338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245338_23245338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245338_23245338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245338_23245338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245338'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245341_23245341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245341_23245341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245341_23245341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245341_23245341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245341_23245341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245341'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245341'^^xsd:integer;
  dwc:observationDate '2015-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245346_23245346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245346_23245346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245346_23245346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245346_23245346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245346_23245346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245346'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245348_23245348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245348_23245348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245348_23245348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245348_23245348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245348_23245348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245348'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245353_23245353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245353_23245353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245353_23245353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245353_23245353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245353_23245353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245353'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245368_23245368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245368_23245368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245368_23245368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245368_23245368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245368_23245368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245368'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245371_23245371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245371_23245371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245371_23245371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245371_23245371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245371_23245371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245371'^^xsd:integer;
  dwc:observationDate '2015-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245378_23245378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245378_23245378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245378_23245378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245378_23245378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245378_23245378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245378'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245379_23245379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245379_23245379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245379_23245379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245379_23245379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245379_23245379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245379'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245382_23245382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245382_23245382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245382_23245382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245382_23245382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245382_23245382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245382'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245382'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245404_23245404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245404_23245404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245404_23245404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245404_23245404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245404_23245404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245404'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245416_23245416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245416_23245416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245416_23245416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245416_23245416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245416_23245416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245416'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245420_23245420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245420_23245420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245420_23245420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245420_23245420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245420_23245420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245420'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245429_23245429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245429_23245429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245429_23245429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245429_23245429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245429_23245429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245429'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245434_23245434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245434_23245434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245434_23245434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245434_23245434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245434_23245434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245434'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245440_23245440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245440_23245440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245440_23245440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245440_23245440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245440_23245440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245440'^^xsd:integer;
  dwc:observationDate '2015-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245456_23245456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245456_23245456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245456_23245456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245456_23245456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245456_23245456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245456'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245473_23245473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245473_23245473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245473_23245473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245473_23245473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245473_23245473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245473'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245481_23245481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245481_23245481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245481_23245481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245481_23245481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245481_23245481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245481'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245484_23245484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245484_23245484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245484_23245484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245484_23245484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245484_23245484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245484'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245494_23245494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245494_23245494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245494_23245494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245494_23245494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245494_23245494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245494'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245499_23245499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245499_23245499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245499_23245499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245499_23245499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245499_23245499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245499'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245502_23245502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245502_23245502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245502_23245502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245502_23245502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245502_23245502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245502'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245507_23245507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245507_23245507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245507_23245507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245507_23245507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245507_23245507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245507'^^xsd:integer;
  dwc:observationDate '2015-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245509_23245509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245509_23245509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245509_23245509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245509_23245509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245509_23245509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245509'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245521_23245521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245521_23245521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245521_23245521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245521_23245521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245521_23245521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245521'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245522_23245522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245522_23245522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245522_23245522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245522_23245522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245522_23245522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245522'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245528_23245528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245528_23245528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245528_23245528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245528_23245528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245528_23245528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245528'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245544_23245544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245544_23245544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245544_23245544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245544_23245544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245544_23245544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245544'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245546_23245546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245546_23245546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245546_23245546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245546_23245546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245546_23245546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245546'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245556_23245556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245556_23245556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245556_23245556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245556_23245556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245556_23245556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245556'^^xsd:integer;
  dwc:observationDate '2015-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245588_23245588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245588_23245588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245588_23245588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245588_23245588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245588_23245588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245588'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245591_23245591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245591_23245591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245591_23245591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245591_23245591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245591_23245591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245591'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245593_23245593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245593_23245593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245593_23245593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245593_23245593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245593_23245593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245593'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245610_23245610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245610_23245610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245610_23245610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245610_23245610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245610_23245610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245610'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245610'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245614_23245614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245614_23245614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245614_23245614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245614_23245614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245614_23245614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245614'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245616_23245616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245616_23245616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245616_23245616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245616_23245616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245616_23245616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245616'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245621_23245621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245621_23245621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245621_23245621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245621_23245621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245621_23245621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245621'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245641_23245641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245641_23245641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245641_23245641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245641_23245641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245641_23245641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245641'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245653_23245653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245653_23245653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245653_23245653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245653_23245653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245653_23245653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245653'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245679_23245679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245679_23245679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245679_23245679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245679_23245679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245679_23245679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245679'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245705_23245705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245705_23245705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245705_23245705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245705_23245705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245705_23245705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245705'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245765_23245765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245765_23245765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245765_23245765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245765_23245765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245765_23245765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245765'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245819_23245819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245819_23245819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245819_23245819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245819_23245819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245819_23245819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245819'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245871_23245871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245871_23245871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245871_23245871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245871_23245871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245871_23245871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245871'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245898_23245898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245898_23245898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245898_23245898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245898_23245898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245898_23245898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245898'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245898'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245904_23245904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245904_23245904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245904_23245904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245904_23245904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245904_23245904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245904'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245939_23245939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245939_23245939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245939_23245939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245939_23245939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245939_23245939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245939'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245946_23245946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245946_23245946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245946_23245946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245946_23245946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245946_23245946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245946'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245969_23245969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245969_23245969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245969_23245969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245969_23245969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245969_23245969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245969'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245980_23245980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245980_23245980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245980_23245980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245980_23245980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245980_23245980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245980'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245983_23245983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245983_23245983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245983_23245983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245983_23245983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245983_23245983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245983'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246057_23246057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246057_23246057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246057_23246057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246057_23246057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246057_23246057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246057'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246193_23246193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246193_23246193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246193_23246193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246193_23246193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246193_23246193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246193'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246213_23246213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246213_23246213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246213_23246213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246213_23246213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246213_23246213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246213'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247063_23247063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247063_23247063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247063_23247063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247063_23247063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247063_23247063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247063'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247070_23247070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247070_23247070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247070_23247070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247070_23247070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247070_23247070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247070'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247074_23247074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247074_23247074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247074_23247074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247074_23247074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247074_23247074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247074'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247097_23247097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247097_23247097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247097_23247097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247097_23247097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247097_23247097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247097'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247097'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247119_23247119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247119_23247119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247119_23247119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247119_23247119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247119_23247119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247119'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247148_23247148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247148_23247148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247148_23247148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247148_23247148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247148_23247148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247148'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247678_23247678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247678_23247678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247678_23247678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247678_23247678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247678_23247678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247678'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247678'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247685_23247685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247685_23247685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247685_23247685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247685_23247685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247685_23247685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247685'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247690_23247690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247690_23247690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247690_23247690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247690_23247690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247690_23247690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247690'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247690'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247702_23247702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247702_23247702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247702_23247702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247702_23247702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247702_23247702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247702'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247706_23247706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247706_23247706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247706_23247706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247706_23247706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247706_23247706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247706'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247714_23247714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247714_23247714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247714_23247714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247714_23247714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247714_23247714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247714'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247720_23247720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247720_23247720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247720_23247720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247720_23247720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247720_23247720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247720'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247729_23247729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247729_23247729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247729_23247729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247729_23247729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247729_23247729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247729'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247737_23247737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247737_23247737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247737_23247737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247737_23247737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247737_23247737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247737'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247749_23247749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247749_23247749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247749_23247749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247749_23247749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247749_23247749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247749'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247767_23247767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247767_23247767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247767_23247767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247767_23247767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247767_23247767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247767'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247796_23247796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247796_23247796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247796_23247796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247796_23247796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247796_23247796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247796'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247799_23247799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247799_23247799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247799_23247799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247799_23247799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247799_23247799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247799'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247799'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247816_23247816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247816_23247816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247816_23247816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247816_23247816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247816_23247816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247816'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247824_23247824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247824_23247824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247824_23247824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247824_23247824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247824_23247824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247824'^^xsd:integer;
  dwc:observationDate '2015-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247842_23247842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247842_23247842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247842_23247842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247842_23247842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247842_23247842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247842'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247842'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247852_23247852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247852_23247852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247852_23247852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247852_23247852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247852_23247852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247852'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621894_23621894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621894_23621894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621894_23621894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621894_23621894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621894_23621894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621894'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621894'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621895_23621895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621895_23621895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621895_23621895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621895_23621895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621895_23621895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621895'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621916_23621916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621916_23621916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621916_23621916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621916_23621916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621916_23621916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621916'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663090_23663090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663090_23663090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663090_23663090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663090_23663090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663090_23663090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663090'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621923_23621923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621923_23621923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621923_23621923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621923_23621923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621923_23621923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621923'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621928_23621928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621928_23621928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621928_23621928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621928_23621928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621928_23621928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621928'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621928'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247991_23247991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247991_23247991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247991_23247991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247991_23247991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247991_23247991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247991'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247996_23247996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247996_23247996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247996_23247996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247996_23247996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247996_23247996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247996'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247996'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621930_23621930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621930_23621930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621930_23621930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621930_23621930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621930_23621930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621930'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23663365_23663365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23663365_23663365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23663365_23663365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23663365_23663365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23663365_23663365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23663365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23663365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23663365'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621936_23621936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621936_23621936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621936_23621936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621936_23621936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621936_23621936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621936'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249325_23249325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249325_23249325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249325_23249325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249325_23249325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249325_23249325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249325'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249350_23249350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249350_23249350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249350_23249350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249350_23249350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249350_23249350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249350'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249355_23249355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249355_23249355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249355_23249355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249355_23249355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249355_23249355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249355'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249356_23249356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249356_23249356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249356_23249356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249356_23249356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249356_23249356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249356'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249356'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249357_23249357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249357_23249357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249357_23249357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249357_23249357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249357_23249357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249357'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249358_23249358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249358_23249358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249358_23249358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249358_23249358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249358_23249358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249358'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249359_23249359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249359_23249359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249359_23249359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249359_23249359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249359_23249359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249359'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249373_23249373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249373_23249373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249373_23249373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249373_23249373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249373_23249373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249373'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250393_23250393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250393_23250393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250393_23250393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250393_23250393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250393_23250393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250393'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250409_23250409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250409_23250409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250409_23250409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250409_23250409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250409_23250409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250409'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250413_23250413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250413_23250413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250413_23250413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250413_23250413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250413_23250413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250413'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250424_23250424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250424_23250424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250424_23250424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250424_23250424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250424_23250424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250424'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634699_28634699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634699_28634699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634699_28634699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634699_28634699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634699_28634699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634699'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640460_28640460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640460_28640460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640460_28640460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640460_28640460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640460_28640460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640460'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640461_28640461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640461_28640461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640461_28640461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640461_28640461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640461_28640461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640461'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640472_28640472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640472_28640472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640472_28640472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640472_28640472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640472_28640472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640472'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640483_28640483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640483_28640483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640483_28640483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640483_28640483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640483_28640483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640483'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640504_28640504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640504_28640504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640504_28640504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640504_28640504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640504_28640504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640504'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640532_28640532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640532_28640532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640532_28640532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640532_28640532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640532_28640532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640532'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640563_28640563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640563_28640563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640563_28640563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640563_28640563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640563_28640563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640563'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640585_28640585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640585_28640585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640585_28640585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640585_28640585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640585_28640585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640585'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640608_28640608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640608_28640608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640608_28640608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640608_28640608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640608_28640608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640608'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640635_28640635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640635_28640635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640635_28640635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640635_28640635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640635_28640635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640635'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640635'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640671_28640671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640671_28640671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640671_28640671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640671_28640671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640671_28640671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640671'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640700_28640700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640700_28640700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640700_28640700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640700_28640700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640700_28640700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640700'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640730_28640730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640730_28640730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640730_28640730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640730_28640730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640730_28640730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640730'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640757_28640757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640757_28640757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640757_28640757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640757_28640757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640757_28640757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640757'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683658_36683658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683658_36683658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683658_36683658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683658_36683658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683658_36683658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683658'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686568_36686568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686568_36686568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686568_36686568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686568_36686568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686568_36686568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686568'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36720850_36720850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36720850_36720850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36720850_36720850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36720850_36720850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36720850_36720850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36720850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36720850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36720850'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36720857_36720857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36720857_36720857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36720857_36720857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36720857_36720857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36720857_36720857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36720857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36720857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36720857'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36720910_36720910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36720910_36720910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36720910_36720910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36720910_36720910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36720910_36720910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36720910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36720910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36720910'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805087_36805087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805087_36805087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805087_36805087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805087_36805087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805087_36805087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805087'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828060_36828060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828060_36828060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828060_36828060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828060_36828060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828060_36828060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828060'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828177_36828177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828177_36828177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828177_36828177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828177_36828177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828177_36828177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828177'^^xsd:integer;
  dwc:observationDate '2016-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805573_36805573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805573_36805573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805573_36805573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805573_36805573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805573_36805573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805573'^^xsd:integer;
  dwc:observationDate '2016-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828180_36828180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828180_36828180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828180_36828180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828180_36828180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828180_36828180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828180'^^xsd:integer;
  dwc:observationDate '2016-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828188_36828188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828188_36828188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828188_36828188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828188_36828188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828188_36828188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828188'^^xsd:integer;
  dwc:observationDate '2016-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805584_36805584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805584_36805584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805584_36805584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805584_36805584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805584_36805584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805584'^^xsd:integer;
  dwc:observationDate '2016-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686573_36686573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686573_36686573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686573_36686573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686573_36686573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686573_36686573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686573'^^xsd:integer;
  dwc:observationDate '2016-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683659_36683659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683659_36683659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683659_36683659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683659_36683659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683659_36683659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683659'^^xsd:integer;
  dwc:observationDate '2016-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721209_55721209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721209_55721209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721209_55721209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721209_55721209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721209_55721209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721209'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721218_55721218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721218_55721218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721218_55721218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721218_55721218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721218_55721218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721218'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721218'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683863_36683863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683863_36683863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683863_36683863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683863_36683863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683863_36683863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683863'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686589_36686589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686589_36686589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686589_36686589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686589_36686589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686589_36686589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686589'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36723297_36723297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36723297_36723297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36723297_36723297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36723297_36723297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36723297_36723297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36723297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36723297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36723297'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805895_36805895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805895_36805895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805895_36805895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805895_36805895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805895_36805895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805895'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828330_36828330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828330_36828330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828330_36828330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828330_36828330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828330_36828330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828330'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721229_55721229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721229_55721229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721229_55721229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721229_55721229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721229_55721229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721229'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828416_36828416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828416_36828416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828416_36828416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828416_36828416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828416_36828416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828416'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806241_36806241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806241_36806241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806241_36806241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806241_36806241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806241_36806241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806241'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686618_36686618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686618_36686618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686618_36686618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686618_36686618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686618_36686618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686618'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684015_36684015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684015_36684015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684015_36684015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684015_36684015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684015_36684015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684015'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640763_28640763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640763_28640763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640763_28640763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640763_28640763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640763_28640763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640763'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721231_55721231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721231_55721231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721231_55721231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721231_55721231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721231_55721231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721231'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721241_55721241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721241_55721241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721241_55721241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721241_55721241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721241_55721241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721241'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721269_55721269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721269_55721269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721269_55721269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721269_55721269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721269_55721269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721269'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634708_28634708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634708_28634708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634708_28634708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634708_28634708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634708_28634708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634708'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634710_28634710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634710_28634710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634710_28634710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634710_28634710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634710_28634710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634710'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634720_28634720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634720_28634720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634720_28634720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634720_28634720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634720_28634720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634720'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634748_28634748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634748_28634748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634748_28634748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634748_28634748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634748_28634748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634748'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634778_28634778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634778_28634778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634778_28634778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634778_28634778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634778_28634778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634778'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634795_28634795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634795_28634795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634795_28634795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634795_28634795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634795_28634795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634795'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634823_28634823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634823_28634823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634823_28634823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634823_28634823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634823_28634823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634823'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634849_28634849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634849_28634849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634849_28634849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634849_28634849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634849_28634849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634849'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634863_28634863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634863_28634863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634863_28634863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634863_28634863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634863_28634863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634863'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634878_28634878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634878_28634878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634878_28634878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634878_28634878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634878_28634878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634878'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634907_28634907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634907_28634907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634907_28634907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634907_28634907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634907_28634907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634907'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634937_28634937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634937_28634937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634937_28634937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634937_28634937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634937_28634937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634937'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634967_28634967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634967_28634967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634967_28634967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634967_28634967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634967_28634967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634967'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28634994_28634994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28634994_28634994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28634994_28634994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28634994_28634994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28634994_28634994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28634994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28634994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28634994'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635025_28635025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635025_28635025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635025_28635025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635025_28635025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635025_28635025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635025'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635045_28635045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635045_28635045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635045_28635045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635045_28635045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635045_28635045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635045'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635051_28635051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635051_28635051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635051_28635051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635051_28635051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635051_28635051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635051'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635066_28635066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635066_28635066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635066_28635066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635066_28635066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635066_28635066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635066'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635073_28635073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635073_28635073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635073_28635073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635073_28635073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635073_28635073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635073'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635073'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635081_28635081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635081_28635081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635081_28635081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635081_28635081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635081_28635081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635081'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635081'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635109_28635109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635109_28635109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635109_28635109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635109_28635109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635109_28635109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635109'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635137_28635137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635137_28635137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635137_28635137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635137_28635137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635137_28635137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635137'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635165_28635165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635165_28635165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635165_28635165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635165_28635165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635165_28635165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635165'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635192_28635192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635192_28635192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635192_28635192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635192_28635192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635192_28635192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635192'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635220_28635220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635220_28635220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635220_28635220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635220_28635220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635220_28635220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635220'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635220'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635247_28635247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635247_28635247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635247_28635247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635247_28635247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635247_28635247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635247'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635247'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635259_28635259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635259_28635259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635259_28635259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635259_28635259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635259_28635259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635259'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635274_28635274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635274_28635274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635274_28635274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635274_28635274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635274_28635274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635274'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635302_28635302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635302_28635302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635302_28635302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635302_28635302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635302_28635302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635302'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635333_28635333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635333_28635333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635333_28635333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635333_28635333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635333_28635333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635333'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635363_28635363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635363_28635363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635363_28635363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635363_28635363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635363_28635363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635363'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635395_28635395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635395_28635395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635395_28635395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635395_28635395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635395_28635395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635395'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635424_28635424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635424_28635424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635424_28635424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635424_28635424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635424_28635424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635424'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635454_28635454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635454_28635454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635454_28635454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635454_28635454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635454_28635454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635454'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635454'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640769_28640769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640769_28640769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640769_28640769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640769_28640769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640769_28640769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640769'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640773_28640773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640773_28640773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640773_28640773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640773_28640773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640773_28640773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640773'^^xsd:integer;
  dwc:observationDate '2016-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635459_28635459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635459_28635459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635459_28635459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635459_28635459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635459_28635459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635459'^^xsd:integer;
  dwc:observationDate '2016-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635466_28635466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635466_28635466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635466_28635466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635466_28635466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635466_28635466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635466'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635476_28635476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635476_28635476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635476_28635476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635476_28635476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635476_28635476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635476'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635505_28635505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635505_28635505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635505_28635505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635505_28635505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635505_28635505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635505'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635505'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635534_28635534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635534_28635534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635534_28635534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635534_28635534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635534_28635534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635534'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635545_28635545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635545_28635545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635545_28635545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635545_28635545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635545_28635545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635545'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640778_28640778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640778_28640778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640778_28640778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640778_28640778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640778_28640778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640778'^^xsd:integer;
  dwc:observationDate '2016-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640780_28640780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640780_28640780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640780_28640780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640780_28640780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640780_28640780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640780'^^xsd:integer;
  dwc:observationDate '2016-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684702_36684702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684702_36684702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684702_36684702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684702_36684702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684702_36684702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684702'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684716_36684716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684716_36684716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684716_36684716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684716_36684716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684716_36684716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684716'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684737_36684737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684737_36684737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684737_36684737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684737_36684737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684737_36684737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684737'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684762_36684762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684762_36684762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684762_36684762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684762_36684762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684762_36684762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684762'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684762'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684785_36684785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684785_36684785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684785_36684785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684785_36684785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684785_36684785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684785'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684792_36684792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684792_36684792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684792_36684792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684792_36684792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684792_36684792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684792'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684798_36684798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684798_36684798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684798_36684798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684798_36684798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684798_36684798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684798'^^xsd:integer;
  dwc:observationDate '2016-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684823_36684823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684823_36684823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684823_36684823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684823_36684823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684823_36684823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684823'^^xsd:integer;
  dwc:observationDate '2016-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684850_36684850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684850_36684850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684850_36684850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684850_36684850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684850_36684850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684850'^^xsd:integer;
  dwc:observationDate '2016-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684880_36684880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684880_36684880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684880_36684880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684880_36684880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684880_36684880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684880'^^xsd:integer;
  dwc:observationDate '2016-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684890_36684890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684890_36684890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684890_36684890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684890_36684890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684890_36684890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684890'^^xsd:integer;
  dwc:observationDate '2016-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684907_36684907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684907_36684907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684907_36684907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684907_36684907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684907_36684907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684907'^^xsd:integer;
  dwc:observationDate '2016-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684911_36684911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684911_36684911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684911_36684911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684911_36684911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684911_36684911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684911'^^xsd:integer;
  dwc:observationDate '2016-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684940_36684940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684940_36684940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684940_36684940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684940_36684940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684940_36684940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684940'^^xsd:integer;
  dwc:observationDate '2016-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640791_28640791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640791_28640791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640791_28640791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640791_28640791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640791_28640791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640791'^^xsd:integer;
  dwc:observationDate '2016-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640792_28640792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640792_28640792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640792_28640792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640792_28640792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640792_28640792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640792'^^xsd:integer;
  dwc:observationDate '2016-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635552_28635552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635552_28635552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635552_28635552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635552_28635552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635552_28635552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635552'^^xsd:integer;
  dwc:observationDate '2016-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635557_28635557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635557_28635557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635557_28635557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635557_28635557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635557_28635557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635557'^^xsd:integer;
  dwc:observationDate '2016-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635565_28635565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635565_28635565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635565_28635565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635565_28635565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635565_28635565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635565'^^xsd:integer;
  dwc:observationDate '2016-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635572_28635572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635572_28635572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635572_28635572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635572_28635572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635572_28635572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635572'^^xsd:integer;
  dwc:observationDate '2016-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635574_28635574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635574_28635574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635574_28635574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635574_28635574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635574_28635574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635574'^^xsd:integer;
  dwc:observationDate '2016-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721284_55721284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721284_55721284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721284_55721284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721284_55721284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721284_55721284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721284'^^xsd:integer;
  dwc:observationDate '2016-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635575_28635575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635575_28635575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635575_28635575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635575_28635575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635575_28635575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635575'^^xsd:integer;
  dwc:observationDate '2016-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635583_28635583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635583_28635583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635583_28635583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635583_28635583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635583_28635583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635583'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635583'^^xsd:integer;
  dwc:observationDate '2016-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635611_28635611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635611_28635611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635611_28635611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635611_28635611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635611_28635611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635611'^^xsd:integer;
  dwc:observationDate '2016-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721286_55721286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721286_55721286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721286_55721286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721286_55721286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721286_55721286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721286'^^xsd:integer;
  dwc:observationDate '2016-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635622_28635622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635622_28635622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635622_28635622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635622_28635622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635622_28635622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635622'^^xsd:integer;
  dwc:observationDate '2016-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640861_28640861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640861_28640861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640861_28640861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640861_28640861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640861_28640861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640861'^^xsd:integer;
  dwc:observationDate '2016-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635630_28635630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635630_28635630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635630_28635630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635630_28635630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635630_28635630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635630'^^xsd:integer;
  dwc:observationDate '2016-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635638_28635638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635638_28635638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635638_28635638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635638_28635638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635638_28635638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635638'^^xsd:integer;
  dwc:observationDate '2016-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635642_28635642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635642_28635642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635642_28635642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635642_28635642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635642_28635642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635642'^^xsd:integer;
  dwc:observationDate '2016-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635756_28635756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635756_28635756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635756_28635756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635756_28635756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635756_28635756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635756'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635756'^^xsd:integer;
  dwc:observationDate '2016-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635758_28635758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635758_28635758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635758_28635758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635758_28635758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635758_28635758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635758'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635758'^^xsd:integer;
  dwc:observationDate '2016-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635780_28635780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635780_28635780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635780_28635780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635780_28635780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635780_28635780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635780'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635782_28635782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635782_28635782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635782_28635782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635782_28635782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635782_28635782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635782'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635788_28635788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635788_28635788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635788_28635788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635788_28635788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635788_28635788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635788'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635802_28635802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635802_28635802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635802_28635802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635802_28635802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635802_28635802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635802'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640878_28640878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640878_28640878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640878_28640878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640878_28640878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640878_28640878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640878'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640882_28640882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640882_28640882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640882_28640882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640882_28640882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640882_28640882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640882'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640882'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640887_28640887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640887_28640887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640887_28640887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640887_28640887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640887_28640887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640887'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640891_28640891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640891_28640891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640891_28640891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640891_28640891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640891_28640891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640891'^^xsd:integer;
  dwc:observationDate '2016-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640894_28640894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640894_28640894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640894_28640894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640894_28640894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640894_28640894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640894'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640894'^^xsd:integer;
  dwc:observationDate '2016-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640896_28640896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640896_28640896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640896_28640896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640896_28640896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640896_28640896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640896'^^xsd:integer;
  dwc:observationDate '2016-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640898_28640898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640898_28640898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640898_28640898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640898_28640898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640898_28640898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640898'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640898'^^xsd:integer;
  dwc:observationDate '2016-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635804_28635804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635804_28635804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635804_28635804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635804_28635804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635804_28635804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635804'^^xsd:integer;
  dwc:observationDate '2016-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635813_28635813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635813_28635813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635813_28635813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635813_28635813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635813_28635813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635813'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635813'^^xsd:integer;
  dwc:observationDate '2016-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640902_28640902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640902_28640902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640902_28640902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640902_28640902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640902_28640902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640902'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640902'^^xsd:integer;
  dwc:observationDate '2016-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640904_28640904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640904_28640904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640904_28640904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640904_28640904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640904_28640904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640904'^^xsd:integer;
  dwc:observationDate '2016-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635815_28635815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635815_28635815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635815_28635815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635815_28635815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635815_28635815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635815'^^xsd:integer;
  dwc:observationDate '2016-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635825_28635825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635825_28635825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635825_28635825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635825_28635825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635825_28635825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635825'^^xsd:integer;
  dwc:observationDate '2016-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635826_28635826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635826_28635826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635826_28635826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635826_28635826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635826_28635826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635826'^^xsd:integer;
  dwc:observationDate '2016-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640906_28640906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640906_28640906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640906_28640906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640906_28640906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640906_28640906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640906'^^xsd:integer;
  dwc:observationDate '2016-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640913_28640913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640913_28640913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640913_28640913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640913_28640913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640913_28640913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640913'^^xsd:integer;
  dwc:observationDate '2016-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640916_28640916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640916_28640916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640916_28640916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640916_28640916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640916_28640916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640916'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640919_28640919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640919_28640919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640919_28640919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640919_28640919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640919_28640919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640919'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640919'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640810_28640810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640810_28640810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640810_28640810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640810_28640810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640810_28640810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640810'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640815_28640815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640815_28640815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640815_28640815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640815_28640815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640815_28640815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640815'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640929_28640929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640929_28640929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640929_28640929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640929_28640929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640929_28640929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640929'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640937_28640937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640937_28640937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640937_28640937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640937_28640937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640937_28640937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640937'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640938_28640938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640938_28640938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640938_28640938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640938_28640938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640938_28640938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640938'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635835_28635835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635835_28635835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635835_28635835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635835_28635835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635835_28635835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635835'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635840_28635840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635840_28635840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635840_28635840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635840_28635840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635840_28635840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635840'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640817_28640817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640817_28640817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640817_28640817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640817_28640817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640817_28640817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640817'^^xsd:integer;
  dwc:observationDate '2016-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640819_28640819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640819_28640819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640819_28640819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640819_28640819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640819_28640819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640819'^^xsd:integer;
  dwc:observationDate '2016-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640825_28640825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640825_28640825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640825_28640825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640825_28640825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640825_28640825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640825'^^xsd:integer;
  dwc:observationDate '2016-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684945_36684945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684945_36684945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684945_36684945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684945_36684945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684945_36684945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684945'^^xsd:integer;
  dwc:observationDate '2016-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36730472_36730472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36730472_36730472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36730472_36730472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36730472_36730472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36730472_36730472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730472'^^xsd:integer;
  dwc:observationDate '2016-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36808791_36808791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36808791_36808791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36808791_36808791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36808791_36808791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36808791_36808791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36808791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36808791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36808791'^^xsd:integer;
  dwc:observationDate '2016-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828465_36828465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828465_36828465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828465_36828465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828465_36828465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828465_36828465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828465'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828465'^^xsd:integer;
  dwc:observationDate '2016-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828469_36828469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828469_36828469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828469_36828469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828469_36828469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828469_36828469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828469'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830311_36830311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830311_36830311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830311_36830311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830311_36830311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830311_36830311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830311'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36808796_36808796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36808796_36808796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36808796_36808796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36808796_36808796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36808796_36808796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36808796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36808796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36808796'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36730645_36730645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36730645_36730645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36730645_36730645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36730645_36730645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36730645_36730645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730645'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686805_36686805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686805_36686805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686805_36686805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686805_36686805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686805_36686805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686805'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684947_36684947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684947_36684947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684947_36684947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684947_36684947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684947_36684947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684947'^^xsd:integer;
  dwc:observationDate '2016-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721288_55721288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721288_55721288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721288_55721288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721288_55721288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721288_55721288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721288'^^xsd:integer;
  dwc:observationDate '2016-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684948_36684948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684948_36684948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684948_36684948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684948_36684948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684948_36684948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684948'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686823_36686823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686823_36686823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686823_36686823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686823_36686823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686823_36686823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686823'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721289_55721289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721289_55721289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721289_55721289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721289_55721289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721289_55721289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721289'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36730776_36730776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36730776_36730776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36730776_36730776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36730776_36730776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36730776_36730776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730776'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830317_36830317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830317_36830317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830317_36830317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830317_36830317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830317_36830317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830317'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828472_36828472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828472_36828472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828472_36828472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828472_36828472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828472_36828472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828472'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36808921_36808921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36808921_36808921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36808921_36808921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36808921_36808921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36808921_36808921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36808921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36808921'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36808921'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686824_36686824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686824_36686824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686824_36686824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686824_36686824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686824_36686824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686824'^^xsd:integer;
  dwc:observationDate '2016-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640826_28640826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640826_28640826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640826_28640826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640826_28640826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640826_28640826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640826'^^xsd:integer;
  dwc:observationDate '2016-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640940_28640940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640940_28640940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640940_28640940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640940_28640940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640940_28640940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640940'^^xsd:integer;
  dwc:observationDate '2016-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640944_28640944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640944_28640944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640944_28640944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640944_28640944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640944_28640944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640944'^^xsd:integer;
  dwc:observationDate '2016-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640945_28640945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640945_28640945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640945_28640945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640945_28640945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640945_28640945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640945'^^xsd:integer;
  dwc:observationDate '2016-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635858_28635858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635858_28635858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635858_28635858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635858_28635858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635858_28635858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635858'^^xsd:integer;
  dwc:observationDate '2016-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635865_28635865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635865_28635865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635865_28635865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635865_28635865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635865_28635865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635865'^^xsd:integer;
  dwc:observationDate '2016-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640948_28640948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640948_28640948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640948_28640948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640948_28640948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640948_28640948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640948'^^xsd:integer;
  dwc:observationDate '2016-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640960_28640960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640960_28640960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640960_28640960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640960_28640960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640960_28640960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640960'^^xsd:integer;
  dwc:observationDate '2016-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640963_28640963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640963_28640963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640963_28640963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640963_28640963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640963_28640963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640963'^^xsd:integer;
  dwc:observationDate '2016-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640969_28640969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640969_28640969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640969_28640969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640969_28640969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640969_28640969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640969'^^xsd:integer;
  dwc:observationDate '2016-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640832_28640832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640832_28640832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640832_28640832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640832_28640832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640832_28640832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640832'^^xsd:integer;
  dwc:observationDate '2016-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640834_28640834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640834_28640834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640834_28640834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640834_28640834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640834_28640834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640834'^^xsd:integer;
  dwc:observationDate '2016-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640971_28640971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640971_28640971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640971_28640971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640971_28640971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640971_28640971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640971'^^xsd:integer;
  dwc:observationDate '2016-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640976_28640976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640976_28640976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640976_28640976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640976_28640976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640976_28640976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640976'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640977_28640977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640977_28640977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640977_28640977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640977_28640977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640977_28640977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640977'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640980_28640980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640980_28640980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640980_28640980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640980_28640980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640980_28640980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640980'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640986_28640986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640986_28640986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640986_28640986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640986_28640986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640986_28640986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640986'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640836_28640836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640836_28640836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640836_28640836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640836_28640836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640836_28640836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640836'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640837_28640837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640837_28640837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640837_28640837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640837_28640837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640837_28640837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640837'^^xsd:integer;
  dwc:observationDate '2016-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640991_28640991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640991_28640991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640991_28640991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640991_28640991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640991_28640991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640991'^^xsd:integer;
  dwc:observationDate '2016-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640998_28640998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640998_28640998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640998_28640998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640998_28640998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640998_28640998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640998'^^xsd:integer;
  dwc:observationDate '2016-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640842_28640842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640842_28640842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640842_28640842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640842_28640842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640842_28640842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640842'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640842'^^xsd:integer;
  dwc:observationDate '2016-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640844_28640844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640844_28640844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640844_28640844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640844_28640844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640844_28640844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640844'^^xsd:integer;
  dwc:observationDate '2016-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641003_28641003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641003_28641003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641003_28641003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641003_28641003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641003_28641003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641003'^^xsd:integer;
  dwc:observationDate '2016-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641014_28641014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641014_28641014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641014_28641014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641014_28641014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641014_28641014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641014'^^xsd:integer;
  dwc:observationDate '2016-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641017_28641017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641017_28641017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641017_28641017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641017_28641017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641017_28641017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641017'^^xsd:integer;
  dwc:observationDate '2016-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641021_28641021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641021_28641021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641021_28641021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641021_28641021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641021_28641021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641021'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641026_28641026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641026_28641026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641026_28641026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641026_28641026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641026_28641026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641026'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641026'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641039_28641039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641039_28641039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641039_28641039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641039_28641039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641039_28641039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641039'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641039'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641042_28641042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641042_28641042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641042_28641042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641042_28641042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641042_28641042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641042'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641049_28641049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641049_28641049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641049_28641049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641049_28641049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641049_28641049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641049'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641062_28641062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641062_28641062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641062_28641062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641062_28641062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641062_28641062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641062'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641068_28641068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641068_28641068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641068_28641068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641068_28641068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641068_28641068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641068'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641069_28641069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641069_28641069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641069_28641069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641069_28641069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641069_28641069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641069'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641091_28641091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641091_28641091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641091_28641091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641091_28641091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641091_28641091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641091'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635869_28635869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635869_28635869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635869_28635869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635869_28635869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635869_28635869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635869'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635873_28635873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635873_28635873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635873_28635873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635873_28635873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635873_28635873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635873'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635896_28635896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635896_28635896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635896_28635896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635896_28635896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635896_28635896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635896'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635924_28635924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635924_28635924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635924_28635924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635924_28635924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635924_28635924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635924'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641104_28641104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641104_28641104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641104_28641104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641104_28641104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641104_28641104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641104'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641110_28641110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641110_28641110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641110_28641110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641110_28641110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641110_28641110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641110'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641129_28641129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641129_28641129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641129_28641129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641129_28641129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641129_28641129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641129'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641136_28641136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641136_28641136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641136_28641136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641136_28641136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641136_28641136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641136'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641136'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641146_28641146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641146_28641146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641146_28641146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641146_28641146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641146_28641146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641146'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641151_28641151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641151_28641151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641151_28641151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641151_28641151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641151_28641151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641151'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635933_28635933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635933_28635933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635933_28635933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635933_28635933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635933_28635933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635933'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635933'^^xsd:integer;
  dwc:observationDate '2016-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635934_28635934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635934_28635934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635934_28635934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635934_28635934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635934_28635934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635934'^^xsd:integer;
  dwc:observationDate '2016-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635941_28635941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635941_28635941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635941_28635941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635941_28635941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635941_28635941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635941'^^xsd:integer;
  dwc:observationDate '2016-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635955_28635955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635955_28635955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635955_28635955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635955_28635955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635955_28635955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635955'^^xsd:integer;
  dwc:observationDate '2016-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28635957_28635957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28635957_28635957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28635957_28635957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28635957_28635957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28635957_28635957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635957'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28635957'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641158_28641158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641158_28641158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641158_28641158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641158_28641158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641158_28641158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641158'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641166_28641166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641166_28641166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641166_28641166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641166_28641166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641166_28641166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641166'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641171_28641171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641171_28641171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641171_28641171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641171_28641171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641171_28641171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641171'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641176_28641176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641176_28641176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641176_28641176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641176_28641176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641176_28641176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641176'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641185_28641185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641185_28641185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641185_28641185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641185_28641185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641185_28641185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641185'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641186_28641186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641186_28641186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641186_28641186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641186_28641186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641186_28641186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641186'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641194_28641194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641194_28641194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641194_28641194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641194_28641194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641194_28641194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641194'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640850_28640850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640850_28640850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640850_28640850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640850_28640850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640850_28640850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640850'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685125_36685125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685125_36685125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685125_36685125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685125_36685125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685125_36685125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685125'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685131_36685131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685131_36685131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685131_36685131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685131_36685131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685131_36685131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685131'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687009_36687009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687009_36687009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687009_36687009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687009_36687009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687009_36687009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687009'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36730955_36730955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36730955_36730955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36730955_36730955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36730955_36730955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36730955_36730955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730955'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828482_36828482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828482_36828482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828482_36828482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828482_36828482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828482_36828482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828482'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828482'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830429_36830429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830429_36830429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830429_36830429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830429_36830429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830429_36830429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830429'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687011_36687011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687011_36687011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687011_36687011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687011_36687011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687011_36687011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687011'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640852_28640852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640852_28640852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640852_28640852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640852_28640852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640852_28640852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640852'^^xsd:integer;
  dwc:observationDate '2016-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641204_28641204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641204_28641204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641204_28641204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641204_28641204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641204_28641204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641204'^^xsd:integer;
  dwc:observationDate '2016-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641208_28641208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641208_28641208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641208_28641208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641208_28641208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641208_28641208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641208'^^xsd:integer;
  dwc:observationDate '2016-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641212_28641212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641212_28641212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641212_28641212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641212_28641212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641212_28641212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641212'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641215_28641215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641215_28641215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641215_28641215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641215_28641215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641215_28641215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641215'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641231_28641231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641231_28641231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641231_28641231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641231_28641231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641231_28641231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641231'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641233_28641233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641233_28641233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641233_28641233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641233_28641233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641233_28641233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641233'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641243_28641243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641243_28641243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641243_28641243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641243_28641243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641243_28641243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641243'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641272_28641272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641272_28641272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641272_28641272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641272_28641272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641272_28641272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641272'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641282_28641282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641282_28641282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641282_28641282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641282_28641282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641282_28641282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641282'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641295_28641295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641295_28641295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641295_28641295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641295_28641295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641295_28641295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641295'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641299_28641299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641299_28641299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641299_28641299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641299_28641299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641299_28641299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641299'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28641303_28641303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28641303_28641303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28641303_28641303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28641303_28641303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28641303_28641303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28641303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28641303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28641303'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_28640859_28640859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_28640859_28640859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_28640859_28640859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_28640859_28640859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_28640859_28640859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28640859'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685530_36685530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685530_36685530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685530_36685530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685530_36685530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685530_36685530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685530'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685531_36685531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685531_36685531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685531_36685531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685531_36685531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685531_36685531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685531'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685564_36685564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685564_36685564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685564_36685564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685564_36685564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685564_36685564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685564'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685566_36685566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685566_36685566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685566_36685566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685566_36685566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685566_36685566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685566'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685566'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685595_36685595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685595_36685595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685595_36685595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685595_36685595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685595_36685595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685595'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685623_36685623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685623_36685623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685623_36685623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685623_36685623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685623_36685623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685623'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685655_36685655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685655_36685655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685655_36685655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685655_36685655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685655_36685655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685655'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685663_36685663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685663_36685663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685663_36685663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685663_36685663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685663_36685663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685663'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685673_36685673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685673_36685673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685673_36685673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685673_36685673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685673_36685673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685673'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685678_36685678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685678_36685678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685678_36685678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685678_36685678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685678_36685678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685678'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685678'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685679_36685679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685679_36685679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685679_36685679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685679_36685679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685679_36685679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685679'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685699_36685699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685699_36685699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685699_36685699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685699_36685699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685699_36685699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685699'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685716_36685716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685716_36685716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685716_36685716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685716_36685716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685716_36685716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685716'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721313_55721313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721313_55721313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721313_55721313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721313_55721313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721313_55721313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721313'^^xsd:integer;
  dwc:observationDate '2016-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721317_55721317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721317_55721317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721317_55721317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721317_55721317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721317_55721317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721317'^^xsd:integer;
  dwc:observationDate '2016-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721324_55721324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721324_55721324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721324_55721324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721324_55721324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721324_55721324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721324'^^xsd:integer;
  dwc:observationDate '2016-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_55721325_55721325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_55721325_55721325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_55721325_55721325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_55721325_55721325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_55721325_55721325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '55721325'^^xsd:integer;
  dwc:observationDate '2016-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36857417_36857417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36857417_36857417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36857417_36857417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36857417_36857417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36857417_36857417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36857417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36857417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36857417'^^xsd:integer;
  dwc:observationDate '2016-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36857427_36857427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36857427_36857427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36857427_36857427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36857427_36857427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36857427_36857427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36857427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36857427'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36857427'^^xsd:integer;
  dwc:observationDate '2016-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36858136_36858136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36858136_36858136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36858136_36858136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36858136_36858136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36858136_36858136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36858136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36858136'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36858136'^^xsd:integer;
  dwc:observationDate '2016-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36857403_36857403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36857403_36857403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36857403_36857403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36857403_36857403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36857403_36857403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36857403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36857403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36857403'^^xsd:integer;
  dwc:observationDate '2016-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36857406_36857406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36857406_36857406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36857406_36857406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36857406_36857406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36857406_36857406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36857406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36857406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36857406'^^xsd:integer;
  dwc:observationDate '2017-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36858138_36858138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36858138_36858138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36858138_36858138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36858138_36858138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36858138_36858138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36858138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36858138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36858138'^^xsd:integer;
  dwc:observationDate '2017-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36858142_36858142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36858142_36858142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36858142_36858142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36858142_36858142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36858142_36858142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36858142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36858142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36858142'^^xsd:integer;
  dwc:observationDate '2017-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36858146_36858146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36858146_36858146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36858146_36858146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36858146_36858146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36858146_36858146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36858146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36858146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36858146'^^xsd:integer;
  dwc:observationDate '2017-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36857432_36857432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36857432_36857432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36857432_36857432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36857432_36857432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36857432_36857432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36857432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36857432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36857432'^^xsd:integer;
  dwc:observationDate '2017-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523932_60523932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523932_60523932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523932_60523932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523932_60523932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523932_60523932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523932'^^xsd:integer;
  dwc:observationDate '2017-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201608_52201608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201608_52201608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201608_52201608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.082219"^^xsd:decimal ;
  dwc:decimalLongitude "4.366229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201608_52201608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  geo-pos:lat "51.082219"^^xsd:decimal ;
  geo-pos:long "4.366229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201608_52201608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.366229'^^xsd:double;
  dwc:latitude '51.082219'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201608'^^xsd:integer;
  dwc:observationDate '2017-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52227414_52227414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52227414_52227414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52227414_52227414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52227414_52227414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52227414_52227414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52227414'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52965524_52965524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52965524_52965524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52965524_52965524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52965524_52965524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52965524_52965524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52965524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52965524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52965524'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52217833_52217833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52217833_52217833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52217833_52217833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52217833_52217833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52217833_52217833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217833'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52217837_52217837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52217837_52217837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52217837_52217837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09258"^^xsd:decimal ;
  dwc:decimalLongitude "4.17083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52217837_52217837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09258 4.17083)"^^geo:wktLiteral ;
  geo-pos:lat "51.09258"^^xsd:decimal ;
  geo-pos:long "4.17083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52217837_52217837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.17083'^^xsd:double;
  dwc:latitude '51.09258'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217837'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273841_52273841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273841_52273841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273841_52273841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273841_52273841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273841_52273841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273841'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273845_52273845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273845_52273845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273845_52273845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273845_52273845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273845_52273845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273845'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273862_52273862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273862_52273862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273862_52273862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273862_52273862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273862_52273862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273862'^^xsd:integer;
  dwc:observationDate '2017-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273890_52273890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273890_52273890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273890_52273890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273890_52273890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273890_52273890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273890'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273916_52273916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273916_52273916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273916_52273916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273916_52273916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273916_52273916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273916'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273946_52273946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273946_52273946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273946_52273946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273946_52273946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273946_52273946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273946'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273964_52273964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273964_52273964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273964_52273964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273964_52273964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273964_52273964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273964'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273976_52273976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273976_52273976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273976_52273976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273976_52273976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273976_52273976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273976'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52273983_52273983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52273983_52273983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52273983_52273983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52273983_52273983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52273983_52273983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52273983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52273983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52273983'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274006_52274006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274006_52274006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274006_52274006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274006_52274006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274006_52274006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274006'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274009_52274009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274009_52274009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274009_52274009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274009_52274009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274009_52274009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274009'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52276668_52276668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52276668_52276668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52276668_52276668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52276668_52276668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52276668_52276668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52276668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52276668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52276668'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52276669_52276669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52276669_52276669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52276669_52276669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52276669_52276669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52276669_52276669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52276669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52276669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52276669'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52275884_52275884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52275884_52275884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52275884_52275884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52275884_52275884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52275884_52275884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52275884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52275884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52275884'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52275886_52275886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52275886_52275886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52275886_52275886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52275886_52275886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52275886_52275886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52275886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52275886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52275886'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52275900_52275900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52275900_52275900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52275900_52275900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03203"^^xsd:decimal ;
  dwc:decimalLongitude "4.18166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52275900_52275900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03203 4.18166)"^^geo:wktLiteral ;
  geo-pos:lat "51.03203"^^xsd:decimal ;
  geo-pos:long "4.18166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52275900_52275900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52275900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52275900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.18166'^^xsd:double;
  dwc:latitude '51.03203'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52275900'^^xsd:integer;
  dwc:observationDate '2017-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52276687_52276687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52276687_52276687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52276687_52276687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52276687_52276687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52276687_52276687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52276687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52276687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52276687'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52276689_52276689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52276689_52276689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52276689_52276689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52276689_52276689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52276689_52276689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52276689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52276689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52276689'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52276706_52276706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52276706_52276706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52276706_52276706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05593"^^xsd:decimal ;
  dwc:decimalLongitude "4.20024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52276706_52276706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05593 4.20024)"^^geo:wktLiteral ;
  geo-pos:lat "51.05593"^^xsd:decimal ;
  geo-pos:long "4.20024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52276706_52276706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52276706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52276706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.20024'^^xsd:double;
  dwc:latitude '51.05593'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52276706'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274010_52274010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274010_52274010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274010_52274010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274010_52274010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274010_52274010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274010'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274020_52274020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274020_52274020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274020_52274020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274020_52274020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274020_52274020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274020'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274021_52274021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274021_52274021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274021_52274021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274021_52274021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274021_52274021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274021'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274029_52274029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274029_52274029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274029_52274029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274029_52274029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274029_52274029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274029'^^xsd:integer;
  dwc:observationDate '2017-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274030_52274030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274030_52274030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274030_52274030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274030_52274030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274030_52274030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274030'^^xsd:integer;
  dwc:observationDate '2017-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274034_52274034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274034_52274034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274034_52274034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274034_52274034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274034_52274034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274034'^^xsd:integer;
  dwc:observationDate '2017-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274039_52274039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274039_52274039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274039_52274039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274039_52274039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274039_52274039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274039'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274039'^^xsd:integer;
  dwc:observationDate '2017-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274041_52274041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274041_52274041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274041_52274041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274041_52274041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274041_52274041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274041'^^xsd:integer;
  dwc:observationDate '2017-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274043_52274043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274043_52274043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274043_52274043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274043_52274043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274043_52274043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274043'^^xsd:integer;
  dwc:observationDate '2017-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274048_52274048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274048_52274048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274048_52274048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274048_52274048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274048_52274048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274048'^^xsd:integer;
  dwc:observationDate '2017-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274055_52274055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274055_52274055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274055_52274055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274055_52274055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274055_52274055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274055'^^xsd:integer;
  dwc:observationDate '2017-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52274058_52274058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52274058_52274058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52274058_52274058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07363"^^xsd:decimal ;
  dwc:decimalLongitude "4.19007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52274058_52274058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07363 4.19007)"^^geo:wktLiteral ;
  geo-pos:lat "51.07363"^^xsd:decimal ;
  geo-pos:long "4.19007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52274058_52274058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.19007'^^xsd:double;
  dwc:latitude '51.07363'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52274058'^^xsd:integer;
  dwc:observationDate '2017-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52965582_52965582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52965582_52965582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52965582_52965582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52965582_52965582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52965582_52965582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52965582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52965582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52965582'^^xsd:integer;
  dwc:observationDate '2017-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52227474_52227474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52227474_52227474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52227474_52227474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52227474_52227474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52227474_52227474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52227474'^^xsd:integer;
  dwc:observationDate '2017-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52227496_52227496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52227496_52227496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52227496_52227496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52227496_52227496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52227496_52227496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52227496'^^xsd:integer;
  dwc:observationDate '2017-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52227509_52227509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52227509_52227509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52227509_52227509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52227509_52227509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52227509_52227509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52227509'^^xsd:integer;
  dwc:observationDate '2017-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201613_52201613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201613_52201613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201613_52201613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.082219"^^xsd:decimal ;
  dwc:decimalLongitude "4.366229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201613_52201613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  geo-pos:lat "51.082219"^^xsd:decimal ;
  geo-pos:long "4.366229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201613_52201613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.366229'^^xsd:double;
  dwc:latitude '51.082219'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201613'^^xsd:integer;
  dwc:observationDate '2017-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201615_52201615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201615_52201615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201615_52201615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.082219"^^xsd:decimal ;
  dwc:decimalLongitude "4.366229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201615_52201615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  geo-pos:lat "51.082219"^^xsd:decimal ;
  geo-pos:long "4.366229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201615_52201615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.366229'^^xsd:double;
  dwc:latitude '51.082219'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201615'^^xsd:integer;
  dwc:observationDate '2017-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211461_52211461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211461_52211461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211461_52211461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211461_52211461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211461_52211461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211461'^^xsd:integer;
  dwc:observationDate '2017-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211470_52211470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211470_52211470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211470_52211470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211470_52211470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211470_52211470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211470'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211470'^^xsd:integer;
  dwc:observationDate '2017-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523939_60523939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523939_60523939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523939_60523939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523939_60523939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523939_60523939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523939'^^xsd:integer;
  dwc:observationDate '2017-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524174_60524174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524174_60524174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524174_60524174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524174_60524174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524174_60524174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524174'^^xsd:integer;
  dwc:observationDate '2017-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524178_60524178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524178_60524178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524178_60524178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524178_60524178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524178_60524178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524178'^^xsd:integer;
  dwc:observationDate '2017-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60526286_60526286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60526286_60526286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60526286_60526286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60526286_60526286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60526286_60526286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60526286'^^xsd:integer;
  dwc:observationDate '2017-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524276_60524276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524276_60524276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524276_60524276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524276_60524276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524276_60524276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524276'^^xsd:integer;
  dwc:observationDate '2017-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524279_60524279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524279_60524279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524279_60524279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524279_60524279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524279_60524279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524279'^^xsd:integer;
  dwc:observationDate '2017-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60526314_60526314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60526314_60526314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60526314_60526314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60526314_60526314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60526314_60526314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60526314'^^xsd:integer;
  dwc:observationDate '2017-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523944_60523944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523944_60523944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523944_60523944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523944_60523944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523944_60523944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523944'^^xsd:integer;
  dwc:observationDate '2017-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201948_52201948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201948_52201948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201948_52201948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.082219"^^xsd:decimal ;
  dwc:decimalLongitude "4.366229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201948_52201948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  geo-pos:lat "51.082219"^^xsd:decimal ;
  geo-pos:long "4.366229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201948_52201948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.366229'^^xsd:double;
  dwc:latitude '51.082219'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201948'^^xsd:integer;
  dwc:observationDate '2017-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201950_52201950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201950_52201950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201950_52201950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.082219"^^xsd:decimal ;
  dwc:decimalLongitude "4.366229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201950_52201950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082219 4.366229)"^^geo:wktLiteral ;
  geo-pos:lat "51.082219"^^xsd:decimal ;
  geo-pos:long "4.366229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201950_52201950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.366229'^^xsd:double;
  dwc:latitude '51.082219'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201950'^^xsd:integer;
  dwc:observationDate '2017-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211481_52211481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211481_52211481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211481_52211481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211481_52211481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211481_52211481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211481'^^xsd:integer;
  dwc:observationDate '2017-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211483_52211483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211483_52211483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211483_52211483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211483_52211483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211483_52211483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211483'^^xsd:integer;
  dwc:observationDate '2017-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211493_52211493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211493_52211493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211493_52211493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211493_52211493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211493_52211493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211493'^^xsd:integer;
  dwc:observationDate '2017-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211521_52211521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211521_52211521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211521_52211521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211521_52211521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211521_52211521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211521'^^xsd:integer;
  dwc:observationDate '2017-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202209_52202209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202209_52202209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202209_52202209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202209_52202209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202209_52202209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202209'^^xsd:integer;
  dwc:observationDate '2017-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202242_52202242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202242_52202242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202242_52202242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202242_52202242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202242_52202242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202242'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202242'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202245_52202245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202245_52202245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202245_52202245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202245_52202245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202245_52202245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202245'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202253_52202253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202253_52202253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202253_52202253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202253_52202253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202253_52202253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202253'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202258_52202258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202258_52202258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202258_52202258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202258_52202258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202258_52202258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202258'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202266_52202266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202266_52202266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202266_52202266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202266_52202266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202266_52202266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202266'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202275_52202275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202275_52202275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202275_52202275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202275_52202275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202275_52202275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202275'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202279_52202279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202279_52202279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202279_52202279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202279_52202279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202279_52202279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202279'^^xsd:integer;
  dwc:observationDate '2017-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202282_52202282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202282_52202282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202282_52202282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202282_52202282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202282_52202282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202282'^^xsd:integer;
  dwc:observationDate '2017-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202286_52202286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202286_52202286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202286_52202286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202286_52202286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202286_52202286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202286'^^xsd:integer;
  dwc:observationDate '2017-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202307_52202307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202307_52202307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202307_52202307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202307_52202307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202307_52202307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202307'^^xsd:integer;
  dwc:observationDate '2017-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202330_52202330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202330_52202330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202330_52202330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202330_52202330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202330_52202330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202330'^^xsd:integer;
  dwc:observationDate '2017-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202331_52202331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202331_52202331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202331_52202331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202331_52202331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202331_52202331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202331'^^xsd:integer;
  dwc:observationDate '2017-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202335_52202335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202335_52202335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202335_52202335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202335_52202335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202335_52202335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202335'^^xsd:integer;
  dwc:observationDate '2017-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202337_52202337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202337_52202337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202337_52202337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202337_52202337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202337_52202337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202337'^^xsd:integer;
  dwc:observationDate '2017-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202338_52202338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202338_52202338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202338_52202338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202338_52202338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202338_52202338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202338'^^xsd:integer;
  dwc:observationDate '2017-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202344_52202344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202344_52202344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202344_52202344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202344_52202344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202344_52202344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202344'^^xsd:integer;
  dwc:observationDate '2017-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202360_52202360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202360_52202360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202360_52202360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202360_52202360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202360_52202360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202360'^^xsd:integer;
  dwc:observationDate '2017-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202361_52202361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202361_52202361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202361_52202361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202361_52202361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202361_52202361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202361'^^xsd:integer;
  dwc:observationDate '2017-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202364_52202364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202364_52202364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202364_52202364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202364_52202364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202364_52202364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202364'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202368_52202368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202368_52202368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202368_52202368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202368_52202368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202368_52202368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202368'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202370_52202370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202370_52202370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202370_52202370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202370_52202370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202370_52202370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202370'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202377_52202377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202377_52202377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202377_52202377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202377_52202377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202377_52202377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202377'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202410_52202410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202410_52202410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202410_52202410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202410_52202410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202410_52202410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202410'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202437_52202437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202437_52202437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202437_52202437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202437_52202437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202437_52202437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202437'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202456_52202456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202456_52202456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202456_52202456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202456_52202456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202456_52202456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202456'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202479_52202479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202479_52202479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202479_52202479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202479_52202479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202479_52202479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202479'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202493_52202493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202493_52202493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202493_52202493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202493_52202493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202493_52202493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202493'^^xsd:integer;
  dwc:observationDate '2017-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202495_52202495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202495_52202495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202495_52202495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202495_52202495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202495_52202495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202495'^^xsd:integer;
  dwc:observationDate '2017-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202497_52202497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202497_52202497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202497_52202497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202497_52202497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202497_52202497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202497'^^xsd:integer;
  dwc:observationDate '2017-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202504_52202504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202504_52202504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202504_52202504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202504_52202504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202504_52202504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202504'^^xsd:integer;
  dwc:observationDate '2017-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202514_52202514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202514_52202514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202514_52202514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202514_52202514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202514_52202514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202514'^^xsd:integer;
  dwc:observationDate '2017-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202519_52202519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202519_52202519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202519_52202519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202519_52202519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202519_52202519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202519'^^xsd:integer;
  dwc:observationDate '2017-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202520_52202520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202520_52202520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202520_52202520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202520_52202520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202520_52202520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202520'^^xsd:integer;
  dwc:observationDate '2017-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202522_52202522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202522_52202522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202522_52202522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202522_52202522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202522_52202522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202522'^^xsd:integer;
  dwc:observationDate '2017-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202528_52202528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202528_52202528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202528_52202528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202528_52202528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202528_52202528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202528'^^xsd:integer;
  dwc:observationDate '2017-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202535_52202535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202535_52202535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202535_52202535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202535_52202535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202535_52202535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202535'^^xsd:integer;
  dwc:observationDate '2017-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201560_52201560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201560_52201560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201560_52201560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201560_52201560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201560_52201560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201560'^^xsd:integer;
  dwc:observationDate '2017-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201577_52201577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201577_52201577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201577_52201577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201577_52201577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201577_52201577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201577'^^xsd:integer;
  dwc:observationDate '2017-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202538_52202538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202538_52202538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202538_52202538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202538_52202538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202538_52202538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202538'^^xsd:integer;
  dwc:observationDate '2017-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202545_52202545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202545_52202545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202545_52202545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202545_52202545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202545_52202545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202545'^^xsd:integer;
  dwc:observationDate '2017-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202547_52202547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202547_52202547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202547_52202547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202547_52202547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202547_52202547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202547'^^xsd:integer;
  dwc:observationDate '2017-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202555_52202555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202555_52202555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202555_52202555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202555_52202555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202555_52202555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202555'^^xsd:integer;
  dwc:observationDate '2017-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202556_52202556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202556_52202556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202556_52202556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202556_52202556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202556_52202556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202556'^^xsd:integer;
  dwc:observationDate '2017-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202557_52202557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202557_52202557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202557_52202557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202557_52202557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202557_52202557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202557'^^xsd:integer;
  dwc:observationDate '2017-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202560_52202560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202560_52202560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202560_52202560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202560_52202560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202560_52202560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202560'^^xsd:integer;
  dwc:observationDate '2017-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201585_52201585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201585_52201585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201585_52201585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201585_52201585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201585_52201585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201585'^^xsd:integer;
  dwc:observationDate '2017-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202563_52202563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202563_52202563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202563_52202563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202563_52202563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202563_52202563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202563'^^xsd:integer;
  dwc:observationDate '2017-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202567_52202567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202567_52202567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202567_52202567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202567_52202567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202567_52202567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202567'^^xsd:integer;
  dwc:observationDate '2017-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202569_52202569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202569_52202569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202569_52202569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202569_52202569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202569_52202569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202569'^^xsd:integer;
  dwc:observationDate '2017-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202574_52202574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202574_52202574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202574_52202574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202574_52202574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202574_52202574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202574'^^xsd:integer;
  dwc:observationDate '2017-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202576_52202576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202576_52202576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202576_52202576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202576_52202576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202576_52202576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202576'^^xsd:integer;
  dwc:observationDate '2017-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202580_52202580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202580_52202580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202580_52202580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13594"^^xsd:decimal ;
  dwc:decimalLongitude "4.59381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202580_52202580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13594 4.59381)"^^geo:wktLiteral ;
  geo-pos:lat "51.13594"^^xsd:decimal ;
  geo-pos:long "4.59381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202580_52202580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.59381'^^xsd:double;
  dwc:latitude '51.13594'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202580'^^xsd:integer;
  dwc:observationDate '2017-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122357'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202212_52202212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202212_52202212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202212_52202212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202212_52202212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202212_52202212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202212'^^xsd:integer;
  dwc:observationDate '2017-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211536_52211536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211536_52211536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211536_52211536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211536_52211536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211536_52211536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211536'^^xsd:integer;
  dwc:observationDate '2017-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523957_60523957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523957_60523957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523957_60523957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523957_60523957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523957_60523957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523957'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523957'^^xsd:integer;
  dwc:observationDate '2017-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523961_60523961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523961_60523961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523961_60523961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523961_60523961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523961_60523961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523961'^^xsd:integer;
  dwc:observationDate '2017-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211538_52211538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211538_52211538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211538_52211538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211538_52211538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211538_52211538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211538'^^xsd:integer;
  dwc:observationDate '2017-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202219_52202219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202219_52202219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202219_52202219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202219_52202219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202219_52202219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202219'^^xsd:integer;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202224_52202224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202224_52202224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202224_52202224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202224_52202224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202224_52202224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202224'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202224'^^xsd:integer;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523963_60523963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523963_60523963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523963_60523963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523963_60523963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523963_60523963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523963'^^xsd:integer;
  dwc:observationDate '2017-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523980_60523980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523980_60523980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523980_60523980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523980_60523980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523980_60523980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523980'^^xsd:integer;
  dwc:observationDate '2017-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523981_60523981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523981_60523981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523981_60523981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523981_60523981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523981_60523981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523981'^^xsd:integer;
  dwc:observationDate '2017-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523985_60523985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523985_60523985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523985_60523985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523985_60523985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523985_60523985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523985'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523985'^^xsd:integer;
  dwc:observationDate '2017-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523992_60523992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523992_60523992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523992_60523992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523992_60523992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523992_60523992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523992'^^xsd:integer;
  dwc:observationDate '2017-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60523995_60523995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60523995_60523995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60523995_60523995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60523995_60523995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60523995_60523995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523995'^^xsd:integer;
  dwc:observationDate '2017-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524007_60524007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524007_60524007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524007_60524007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524007_60524007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524007_60524007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524007'^^xsd:integer;
  dwc:observationDate '2017-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524029_60524029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524029_60524029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524029_60524029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524029_60524029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524029_60524029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524029'^^xsd:integer;
  dwc:observationDate '2017-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524036_60524036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524036_60524036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524036_60524036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524036_60524036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524036_60524036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524036'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524036'^^xsd:integer;
  dwc:observationDate '2017-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524037_60524037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524037_60524037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524037_60524037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524037_60524037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524037_60524037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524037'^^xsd:integer;
  dwc:observationDate '2017-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211540_52211540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211540_52211540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211540_52211540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211540_52211540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211540_52211540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211540'^^xsd:integer;
  dwc:observationDate '2017-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202230_52202230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202230_52202230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202230_52202230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202230_52202230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202230_52202230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202230'^^xsd:integer;
  dwc:observationDate '2017-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202236_52202236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202236_52202236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202236_52202236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202236_52202236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202236_52202236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202236'^^xsd:integer;
  dwc:observationDate '2017-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211541_52211541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211541_52211541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211541_52211541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211541_52211541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211541_52211541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211541'^^xsd:integer;
  dwc:observationDate '2017-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524041_60524041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524041_60524041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524041_60524041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524041_60524041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524041_60524041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524041'^^xsd:integer;
  dwc:observationDate '2017-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524042_60524042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524042_60524042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524042_60524042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524042_60524042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524042_60524042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524042'^^xsd:integer;
  dwc:observationDate '2017-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524052_60524052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524052_60524052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524052_60524052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524052_60524052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524052_60524052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524052'^^xsd:integer;
  dwc:observationDate '2017-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524060_60524060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524060_60524060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524060_60524060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524060_60524060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524060_60524060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524060'^^xsd:integer;
  dwc:observationDate '2017-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_60524093_60524093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_60524093_60524093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_60524093_60524093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_60524093_60524093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_60524093_60524093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524093'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524093'^^xsd:integer;
  dwc:observationDate '2017-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211565_52211565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211565_52211565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211565_52211565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211565_52211565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211565_52211565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211565'^^xsd:integer;
  dwc:observationDate '2017-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211569_52211569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211569_52211569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211569_52211569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211569_52211569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211569_52211569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211569'^^xsd:integer;
  dwc:observationDate '2017-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211576_52211576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211576_52211576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211576_52211576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211576_52211576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211576_52211576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211576'^^xsd:integer;
  dwc:observationDate '2017-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52211577_52211577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52211577_52211577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52211577_52211577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07183"^^xsd:decimal ;
  dwc:decimalLongitude "4.45474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52211577_52211577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07183 4.45474)"^^geo:wktLiteral ;
  geo-pos:lat "51.07183"^^xsd:decimal ;
  geo-pos:long "4.45474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52211577_52211577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.45474'^^xsd:double;
  dwc:latitude '51.07183'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52211577'^^xsd:integer;
  dwc:observationDate '2017-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52202238_52202238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52202238_52202238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52202238_52202238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11731"^^xsd:decimal ;
  dwc:decimalLongitude "4.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52202238_52202238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11731 4.54958)"^^geo:wktLiteral ;
  geo-pos:lat "51.11731"^^xsd:decimal ;
  geo-pos:long "4.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52202238_52202238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52202238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52202238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.54958'^^xsd:double;
  dwc:latitude '51.11731'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52202238'^^xsd:integer;
  dwc:observationDate '2017-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201598_52201598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201598_52201598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201598_52201598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201598_52201598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201598_52201598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201598'^^xsd:integer;
  dwc:observationDate '2017-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_52201603_52201603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_52201603_52201603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_52201603_52201603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14993"^^xsd:decimal ;
  dwc:decimalLongitude "4.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_52201603_52201603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14993 4.58453)"^^geo:wktLiteral ;
  geo-pos:lat "51.14993"^^xsd:decimal ;
  geo-pos:long "4.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_52201603_52201603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.58453'^^xsd:double;
  dwc:latitude '51.14993'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52201603'^^xsd:integer;
  dwc:observationDate '2017-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_645_1214062_capture_645_1214062_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_645_1214062_capture_645_1214062_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_645_1214062_capture_645_1214062_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_645_1214062_capture_645_1214062_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_645_1214062_capture_645_1214062_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "645_1214062_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '645_1214062_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '645_1214062_capture'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_645_1214062_release_645_1214062_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_645_1214062_release_645_1214062_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_645_1214062_release_645_1214062_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_645_1214062_release_645_1214062_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_645_1214062_release_645_1214062_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "645_1214062_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '645_1214062_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '645_1214062_release'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V13-1x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622774_23622774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622774_23622774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622774_23622774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622774_23622774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622774_23622774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622774'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622844_23622844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622844_23622844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622844_23622844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622844_23622844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622844_23622844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622844'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622875_23622875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622875_23622875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622875_23622875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622875_23622875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622875_23622875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622875'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618092_23618092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618092_23618092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618092_23618092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618092_23618092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618092_23618092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618092'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239680_23239680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239680_23239680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239680_23239680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239680_23239680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239680_23239680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239680'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239751_23239751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239751_23239751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239751_23239751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239751_23239751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239751_23239751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239751'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239751'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239754_23239754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239754_23239754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239754_23239754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239754_23239754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239754_23239754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239754'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239783_23239783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239783_23239783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239783_23239783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239783_23239783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239783_23239783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239783'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239783'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239810_23239810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239810_23239810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239810_23239810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239810_23239810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239810_23239810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239810'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239838_23239838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239838_23239838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239838_23239838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239838_23239838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239838_23239838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239838'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239869_23239869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239869_23239869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239869_23239869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239869_23239869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239869_23239869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239869'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239883_23239883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239883_23239883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239883_23239883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239883_23239883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239883_23239883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239883'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239889_23239889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239889_23239889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239889_23239889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239889_23239889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239889_23239889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239889'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239896_23239896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239896_23239896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239896_23239896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239896_23239896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239896_23239896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239896'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239936_23239936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239936_23239936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239936_23239936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239936_23239936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239936_23239936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239936'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239947_23239947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239947_23239947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239947_23239947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239947_23239947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239947_23239947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239947'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239961_23239961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239961_23239961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239961_23239961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239961_23239961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239961_23239961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239961'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239993_23239993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239993_23239993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239993_23239993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239993_23239993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239993_23239993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239993'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239993'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240029_23240029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240029_23240029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240029_23240029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240029_23240029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240029_23240029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240029'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240083_23240083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240083_23240083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240083_23240083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240083_23240083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240083_23240083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240083'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240132_23240132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240132_23240132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240132_23240132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240132_23240132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240132_23240132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240132'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240256_23240256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240256_23240256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240256_23240256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240256_23240256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240256_23240256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240256'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240257_23240257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240257_23240257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240257_23240257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240257_23240257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240257_23240257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240257'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240257'^^xsd:integer;
  dwc:observationDate '2015-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240371_23240371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240371_23240371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240371_23240371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240371_23240371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240371_23240371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240371'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240378_23240378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240378_23240378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240378_23240378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240378_23240378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240378_23240378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240378'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240410_23240410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240410_23240410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240410_23240410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240410_23240410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240410_23240410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240410'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240418_23240418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240418_23240418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240418_23240418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240418_23240418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240418_23240418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240418'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240419_23240419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240419_23240419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240419_23240419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240419_23240419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240419_23240419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240419'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240425_23240425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240425_23240425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240425_23240425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240425_23240425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240425_23240425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240425'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240426_23240426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240426_23240426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240426_23240426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240426_23240426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240426_23240426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240426'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240430_23240430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240430_23240430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240430_23240430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240430_23240430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240430_23240430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240430'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240443_23240443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240443_23240443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240443_23240443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240443_23240443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240443_23240443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240443'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240445_23240445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240445_23240445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240445_23240445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240445_23240445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240445_23240445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240445'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240452_23240452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240452_23240452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240452_23240452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240452_23240452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240452_23240452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240452'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240464_23240464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240464_23240464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240464_23240464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240464_23240464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240464_23240464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240464'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240469_23240469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240469_23240469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240469_23240469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240469_23240469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240469_23240469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240469'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240481_23240481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240481_23240481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240481_23240481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240481_23240481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240481_23240481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240481'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240510_23240510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240510_23240510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240510_23240510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240510_23240510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240510_23240510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240510'^^xsd:integer;
  dwc:observationDate '2015-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240513_23240513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240513_23240513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240513_23240513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240513_23240513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240513_23240513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240513'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240523_23240523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240523_23240523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240523_23240523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240523_23240523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240523_23240523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240523'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240523'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240550_23240550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240550_23240550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240550_23240550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240550_23240550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240550_23240550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240550'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240578_23240578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240578_23240578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240578_23240578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240578_23240578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240578_23240578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240578'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240584_23240584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240584_23240584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240584_23240584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240584_23240584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240584_23240584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240584'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240592_23240592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240592_23240592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240592_23240592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240592_23240592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240592_23240592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240592'^^xsd:integer;
  dwc:observationDate '2015-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240600_23240600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240600_23240600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240600_23240600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240600_23240600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240600_23240600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240600'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240611_23240611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240611_23240611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240611_23240611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240611_23240611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240611_23240611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240611'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240613_23240613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240613_23240613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240613_23240613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240613_23240613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240613_23240613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240613'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240624_23240624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240624_23240624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240624_23240624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240624_23240624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240624_23240624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240624'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240624'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240636_23240636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240636_23240636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240636_23240636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240636_23240636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240636_23240636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240636'^^xsd:integer;
  dwc:observationDate '2015-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241857_23241857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241857_23241857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241857_23241857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241857_23241857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241857_23241857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241857'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241879_23241879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241879_23241879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241879_23241879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241879_23241879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241879_23241879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241879'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241901_23241901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241901_23241901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241901_23241901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241901_23241901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241901_23241901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241901'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241901'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241912_23241912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241912_23241912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241912_23241912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241912_23241912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241912_23241912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241912'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241922_23241922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241922_23241922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241922_23241922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241922_23241922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241922_23241922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241922'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241952_23241952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241952_23241952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241952_23241952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241952_23241952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241952_23241952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241952'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241979_23241979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241979_23241979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241979_23241979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241979_23241979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241979_23241979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241979'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241979'^^xsd:integer;
  dwc:observationDate '2015-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618427_23618427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618427_23618427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618427_23618427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618427_23618427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618427_23618427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618427'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618427'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618440_23618440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618440_23618440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618440_23618440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618440_23618440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618440_23618440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618440'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618446_23618446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618446_23618446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618446_23618446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618446_23618446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618446_23618446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618446'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23628699_23628699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23628699_23628699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23628699_23628699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23628699_23628699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23628699_23628699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23628699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23628699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23628699'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23824568_23824568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23824568_23824568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23824568_23824568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23824568_23824568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23824568_23824568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23824568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23824568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23824568'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900291_23900291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900291_23900291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900291_23900291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900291_23900291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900291_23900291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900291'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900368_23900368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900368_23900368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900368_23900368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900368_23900368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900368_23900368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900368'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900372_23900372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900372_23900372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900372_23900372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900372_23900372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900372_23900372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900372'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23911709_23911709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23911709_23911709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23911709_23911709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23911709_23911709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23911709_23911709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23911709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23911709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23911709'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23826574_23826574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23826574_23826574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23826574_23826574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23826574_23826574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23826574_23826574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23826574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23826574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23826574'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618483_23618483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618483_23618483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618483_23618483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618483_23618483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618483_23618483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618483'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243315_23243315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243315_23243315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243315_23243315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243315_23243315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243315_23243315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243315'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243332_23243332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243332_23243332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243332_23243332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243332_23243332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243332_23243332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243332'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243383_23243383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243383_23243383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243383_23243383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243383_23243383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243383_23243383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243383'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243466_23243466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243466_23243466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243466_23243466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243466_23243466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243466_23243466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243466'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243540_23243540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243540_23243540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243540_23243540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243540_23243540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243540_23243540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243540'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243602_23243602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243602_23243602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243602_23243602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243602_23243602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243602_23243602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243602'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243735_23243735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243735_23243735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243735_23243735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243735_23243735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243735_23243735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243735'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243757_23243757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243757_23243757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243757_23243757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243757_23243757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243757_23243757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243757'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243774_23243774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243774_23243774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243774_23243774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243774_23243774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243774_23243774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243774'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243797_23243797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243797_23243797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243797_23243797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243797_23243797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243797_23243797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243797'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243826_23243826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243826_23243826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243826_23243826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243826_23243826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243826_23243826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243826'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243856_23243856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243856_23243856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243856_23243856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243856_23243856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243856_23243856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243856'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243863_23243863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243863_23243863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243863_23243863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243863_23243863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243863_23243863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243863'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243870_23243870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243870_23243870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243870_23243870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243870_23243870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243870_23243870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243870'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243887_23243887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243887_23243887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243887_23243887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243887_23243887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243887_23243887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243887'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243915_23243915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243915_23243915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243915_23243915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243915_23243915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243915_23243915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243915'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243949_23243949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243949_23243949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243949_23243949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243949_23243949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243949_23243949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243949'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243977_23243977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243977_23243977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243977_23243977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243977_23243977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243977_23243977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243977'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243982_23243982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243982_23243982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243982_23243982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243982_23243982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243982_23243982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243982'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23243994_23243994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23243994_23243994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23243994_23243994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23243994_23243994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23243994_23243994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23243994'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244020_23244020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244020_23244020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244020_23244020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244020_23244020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244020_23244020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244020'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244048_23244048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244048_23244048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244048_23244048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244048_23244048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244048_23244048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244048'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244060_23244060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244060_23244060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244060_23244060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244060_23244060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244060_23244060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244060'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244062_23244062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244062_23244062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244062_23244062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244062_23244062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244062_23244062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244062'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244066_23244066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244066_23244066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244066_23244066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244066_23244066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244066_23244066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244066'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618716_23618716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618716_23618716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618716_23618716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618716_23618716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618716_23618716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618716'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23631496_23631496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23631496_23631496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23631496_23631496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23631496_23631496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23631496_23631496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631496'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23900413_23900413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23900413_23900413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23900413_23900413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23900413_23900413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23900413_23900413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23900413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23900413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23900413'^^xsd:integer;
  dwc:observationDate '2015-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23901753_23901753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23901753_23901753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23901753_23901753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23901753_23901753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23901753_23901753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23901753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23901753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23901753'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912935_23912935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912935_23912935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912935_23912935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912935_23912935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912935_23912935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912935'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912942_23912942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912942_23912942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912942_23912942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912942_23912942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912942_23912942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912942'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828414_23828414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828414_23828414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828414_23828414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828414_23828414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828414_23828414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828414'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714435_45714435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714435_45714435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714435_45714435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714435_45714435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714435_45714435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714435'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714435'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23828469_23828469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23828469_23828469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23828469_23828469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23828469_23828469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23828469_23828469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23828469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23828469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23828469'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_45714494_45714494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_45714494_45714494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_45714494_45714494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_45714494_45714494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_45714494_45714494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45714494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45714494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45714494'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23912952_23912952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23912952_23912952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23912952_23912952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23912952_23912952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23912952_23912952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23912952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23912952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23912952'^^xsd:integer;
  dwc:observationDate '2015-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913287_23913287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913287_23913287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913287_23913287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913287_23913287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913287_23913287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913287'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913287'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23913291_23913291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23913291_23913291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23913291_23913291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23913291_23913291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23913291_23913291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23913291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23913291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23913291'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618955_23618955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618955_23618955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618955_23618955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618955_23618955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618955_23618955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618955'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618961_23618961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618961_23618961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618961_23618961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618961_23618961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618961_23618961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618961'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244107_23244107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244107_23244107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244107_23244107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244107_23244107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244107_23244107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244107'^^xsd:integer;
  dwc:observationDate '2015-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244112_23244112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244112_23244112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244112_23244112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244112_23244112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244112_23244112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244112'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244121_23244121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244121_23244121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244121_23244121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244121_23244121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244121_23244121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244121'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244148_23244148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244148_23244148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244148_23244148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244148_23244148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244148_23244148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244148'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244153_23244153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244153_23244153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244153_23244153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244153_23244153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244153_23244153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244153'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244153'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244172_23244172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244172_23244172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244172_23244172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244172_23244172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244172_23244172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244172'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244199_23244199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244199_23244199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244199_23244199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244199_23244199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244199_23244199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244199'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244230_23244230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244230_23244230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244230_23244230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244230_23244230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244230_23244230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244230'^^xsd:integer;
  dwc:observationDate '2015-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244231_23244231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244231_23244231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244231_23244231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244231_23244231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244231_23244231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244231'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244256_23244256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244256_23244256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244256_23244256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244256_23244256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244256_23244256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244256'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244281_23244281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244281_23244281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244281_23244281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244281_23244281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244281_23244281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244281'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244282_23244282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244282_23244282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244282_23244282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244282_23244282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244282_23244282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244282'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244302_23244302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244302_23244302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244302_23244302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244302_23244302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244302_23244302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244302'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244316_23244316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244316_23244316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244316_23244316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244316_23244316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244316_23244316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244316'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244328_23244328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244328_23244328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244328_23244328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244328_23244328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244328_23244328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244328'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244328'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244352_23244352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244352_23244352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244352_23244352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244352_23244352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244352_23244352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244352'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244378_23244378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244378_23244378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244378_23244378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244378_23244378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244378_23244378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244378'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244401_23244401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244401_23244401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244401_23244401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244401_23244401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244401_23244401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244401'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244402_23244402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244402_23244402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244402_23244402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244402_23244402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244402_23244402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244402'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244403_23244403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244403_23244403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244403_23244403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244403_23244403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244403_23244403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244403'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244514_23244514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244514_23244514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244514_23244514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244514_23244514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244514_23244514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244514'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244525_23244525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244525_23244525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244525_23244525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244525_23244525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244525_23244525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244525'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619616_23619616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619616_23619616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619616_23619616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619616_23619616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619616_23619616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619616'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638119_23638119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638119_23638119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638119_23638119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638119_23638119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638119_23638119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638119'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638243_23638243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638243_23638243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638243_23638243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638243_23638243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638243_23638243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638243'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638278_23638278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638278_23638278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638278_23638278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638278_23638278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638278_23638278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638278'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23638279_23638279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23638279_23638279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23638279_23638279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23638279_23638279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23638279_23638279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23638279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23638279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23638279'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619643_23619643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619643_23619643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619643_23619643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619643_23619643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619643_23619643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619643'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244542_23244542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244542_23244542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244542_23244542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244542_23244542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244542_23244542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244542'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244553_23244553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244553_23244553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244553_23244553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244553_23244553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244553_23244553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244553'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244563_23244563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244563_23244563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244563_23244563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244563_23244563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244563_23244563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244563'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244577_23244577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244577_23244577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244577_23244577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244577_23244577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244577_23244577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244577'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23619858_23619858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23619858_23619858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23619858_23619858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23619858_23619858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23619858_23619858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23619858'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23639184_23639184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23639184_23639184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23639184_23639184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23639184_23639184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23639184_23639184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23639184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23639184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23639184'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23902774_23902774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23902774_23902774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23902774_23902774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23902774_23902774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23902774_23902774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23902774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23902774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23902774'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904123_23904123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904123_23904123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904123_23904123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904123_23904123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904123_23904123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904123'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915197_23915197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915197_23915197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915197_23915197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915197_23915197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915197_23915197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915197'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915223_23915223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915223_23915223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915223_23915223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915223_23915223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915223_23915223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915223'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915261_23915261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915261_23915261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915261_23915261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915261_23915261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915261_23915261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915261'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915261'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915265_23915265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915265_23915265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915265_23915265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915265_23915265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915265_23915265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915265'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915304_23915304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915304_23915304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915304_23915304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915304_23915304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915304_23915304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915304'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915304'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915307_23915307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915307_23915307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915307_23915307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915307_23915307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915307_23915307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915307'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915317_23915317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915317_23915317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915317_23915317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915317_23915317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915317_23915317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915317'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915394_23915394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915394_23915394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915394_23915394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915394_23915394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915394_23915394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915394'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915408_23915408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915408_23915408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915408_23915408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915408_23915408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915408_23915408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915408'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915430_23915430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915430_23915430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915430_23915430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915430_23915430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915430_23915430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915430'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915434_23915434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915434_23915434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915434_23915434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915434_23915434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915434_23915434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915434'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915464_23915464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915464_23915464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915464_23915464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915464_23915464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915464_23915464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915464'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915469_23915469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915469_23915469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915469_23915469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915469_23915469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915469_23915469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915469'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904186_23904186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904186_23904186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904186_23904186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904186_23904186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904186_23904186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904186'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904190_23904190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904190_23904190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904190_23904190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904190_23904190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904190_23904190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904190'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904193_23904193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904193_23904193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904193_23904193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904193_23904193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904193_23904193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904193'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915527_23915527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915527_23915527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915527_23915527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915527_23915527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915527_23915527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915527'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915538_23915538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915538_23915538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915538_23915538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915538_23915538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915538_23915538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915538'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23915552_23915552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23915552_23915552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23915552_23915552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23915552_23915552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23915552_23915552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23915552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23915552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23915552'^^xsd:integer;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904206_23904206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904206_23904206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904206_23904206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904206_23904206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904206_23904206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904206'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904216_23904216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904216_23904216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904216_23904216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904216_23904216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904216_23904216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904216'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904237_23904237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904237_23904237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904237_23904237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904237_23904237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904237_23904237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904237'^^xsd:integer;
  dwc:observationDate '2015-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904741_23904741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904741_23904741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904741_23904741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904741_23904741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904741_23904741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904741'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23657070_23657070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23657070_23657070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23657070_23657070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23657070_23657070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23657070_23657070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23657070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23657070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23657070'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621817_23621817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621817_23621817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621817_23621817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621817_23621817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621817_23621817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621817'^^xsd:integer;
  dwc:observationDate '2015-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245706_23245706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245706_23245706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245706_23245706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245706_23245706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245706_23245706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245706'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245721_23245721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245721_23245721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245721_23245721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245721_23245721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245721_23245721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245721'^^xsd:integer;
  dwc:observationDate '2015-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245905_23245905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245905_23245905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245905_23245905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245905_23245905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245905_23245905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245905'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245922_23245922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245922_23245922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245922_23245922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245922_23245922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245922_23245922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245922'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245947_23245947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245947_23245947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245947_23245947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245947_23245947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245947_23245947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245947'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245994_23245994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245994_23245994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245994_23245994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245994_23245994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245994_23245994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245994'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246022_23246022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246022_23246022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246022_23246022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246022_23246022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246022_23246022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246022'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246051_23246051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246051_23246051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246051_23246051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246051_23246051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246051_23246051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246051'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246082_23246082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246082_23246082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246082_23246082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246082_23246082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246082_23246082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246082'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246130_23246130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246130_23246130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246130_23246130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246130_23246130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246130_23246130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246130'^^xsd:integer;
  dwc:observationDate '2015-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246241_23246241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246241_23246241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246241_23246241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246241_23246241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246241_23246241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246241'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246246_23246246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246246_23246246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246246_23246246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246246_23246246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246246_23246246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246246'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246246'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246292_23246292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246292_23246292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246292_23246292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246292_23246292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246292_23246292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246292'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246363_23246363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246363_23246363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246363_23246363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246363_23246363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246363_23246363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246363'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246434_23246434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246434_23246434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246434_23246434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246434_23246434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246434_23246434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246434'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246465_23246465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246465_23246465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246465_23246465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246465_23246465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246465_23246465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246465'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246465'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246508_23246508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246508_23246508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246508_23246508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246508_23246508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246508_23246508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246508'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246542_23246542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246542_23246542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246542_23246542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246542_23246542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246542_23246542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246542'^^xsd:integer;
  dwc:observationDate '2015-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246612_23246612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246612_23246612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246612_23246612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246612_23246612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246612_23246612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246612'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246618_23246618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246618_23246618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246618_23246618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246618_23246618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246618_23246618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246618'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246647_23246647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246647_23246647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246647_23246647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246647_23246647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246647_23246647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246647'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246662_23246662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246662_23246662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246662_23246662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246662_23246662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246662_23246662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246662'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246684_23246684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246684_23246684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246684_23246684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246684_23246684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246684_23246684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246684'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246709_23246709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246709_23246709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246709_23246709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246709_23246709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246709_23246709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246709'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246728_23246728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246728_23246728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246728_23246728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246728_23246728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246728_23246728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246728'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246731_23246731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246731_23246731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246731_23246731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246731_23246731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246731_23246731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246731'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246764_23246764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246764_23246764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246764_23246764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246764_23246764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246764_23246764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246764'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246830_23246830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246830_23246830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246830_23246830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246830_23246830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246830_23246830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246830'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246876_23246876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246876_23246876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246876_23246876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246876_23246876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246876_23246876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246876'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246906_23246906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246906_23246906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246906_23246906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246906_23246906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246906_23246906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246906'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246930_23246930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246930_23246930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246930_23246930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246930_23246930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246930_23246930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246930'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246935_23246935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246935_23246935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246935_23246935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246935_23246935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246935_23246935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246935'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246956_23246956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246956_23246956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246956_23246956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246956_23246956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246956_23246956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246956'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246960_23246960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246960_23246960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246960_23246960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246960_23246960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246960_23246960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246960'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246978_23246978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246978_23246978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246978_23246978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246978_23246978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246978_23246978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246978'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23246990_23246990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23246990_23246990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23246990_23246990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23246990_23246990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23246990_23246990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23246990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23246990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23246990'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247046_23247046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247046_23247046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247046_23247046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247046_23247046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247046_23247046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247046'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247067_23247067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247067_23247067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247067_23247067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247067_23247067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247067_23247067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247067'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247072_23247072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247072_23247072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247072_23247072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247072_23247072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247072_23247072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247072'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247137_23247137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247137_23247137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247137_23247137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247137_23247137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247137_23247137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247137'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247149_23247149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247149_23247149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247149_23247149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247149_23247149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247149_23247149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247149'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247191_23247191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247191_23247191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247191_23247191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247191_23247191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247191_23247191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247191'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247192_23247192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247192_23247192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247192_23247192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247192_23247192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247192_23247192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247192'^^xsd:integer;
  dwc:observationDate '2015-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247199_23247199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247199_23247199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247199_23247199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247199_23247199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247199_23247199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247199'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247200_23247200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247200_23247200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247200_23247200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247200_23247200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247200_23247200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247200'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247211_23247211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247211_23247211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247211_23247211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247211_23247211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247211_23247211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247211'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247211'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247212_23247212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247212_23247212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247212_23247212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247212_23247212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247212_23247212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247212'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247236_23247236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247236_23247236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247236_23247236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247236_23247236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247236_23247236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247236'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247240_23247240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247240_23247240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247240_23247240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247240_23247240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247240_23247240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247240'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247252_23247252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247252_23247252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247252_23247252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247252_23247252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247252_23247252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247252'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247278_23247278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247278_23247278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247278_23247278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247278_23247278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247278_23247278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247278'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247288_23247288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247288_23247288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247288_23247288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247288_23247288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247288_23247288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247288'^^xsd:integer;
  dwc:observationDate '2015-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247295_23247295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247295_23247295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247295_23247295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247295_23247295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247295_23247295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247295'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247303_23247303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247303_23247303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247303_23247303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247303_23247303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247303_23247303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247303'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247329_23247329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247329_23247329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247329_23247329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247329_23247329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247329_23247329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247329'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247329'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247358_23247358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247358_23247358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247358_23247358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247358_23247358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247358_23247358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247358'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247375_23247375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247375_23247375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247375_23247375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247375_23247375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247375_23247375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247375'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247395_23247395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247395_23247395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247395_23247395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247395_23247395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247395_23247395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247395'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247423_23247423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247423_23247423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247423_23247423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247423_23247423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247423_23247423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247423'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247449_23247449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247449_23247449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247449_23247449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247449_23247449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247449_23247449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247449'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247449'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247456_23247456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247456_23247456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247456_23247456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247456_23247456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247456_23247456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247456'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247478_23247478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247478_23247478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247478_23247478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247478_23247478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247478_23247478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247478'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247487_23247487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247487_23247487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247487_23247487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247487_23247487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247487_23247487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247487'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247496_23247496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247496_23247496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247496_23247496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247496_23247496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247496_23247496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247496'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247509_23247509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247509_23247509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247509_23247509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247509_23247509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247509_23247509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247509'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247539_23247539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247539_23247539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247539_23247539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247539_23247539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247539_23247539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247539'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247566_23247566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247566_23247566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247566_23247566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247566_23247566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247566_23247566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247566'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247566'^^xsd:integer;
  dwc:observationDate '2015-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247689_23247689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247689_23247689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247689_23247689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247689_23247689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247689_23247689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247689'^^xsd:integer;
  dwc:observationDate '2015-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247858_23247858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247858_23247858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247858_23247858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247858_23247858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247858_23247858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247858'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247859_23247859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247859_23247859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247859_23247859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247859_23247859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247859_23247859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247859'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247873_23247873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247873_23247873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247873_23247873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247873_23247873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247873_23247873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247873'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247890_23247890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247890_23247890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247890_23247890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247890_23247890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247890_23247890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247890'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247917_23247917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247917_23247917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247917_23247917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247917_23247917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247917_23247917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247917'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247931_23247931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247931_23247931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247931_23247931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247931_23247931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247931_23247931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247931'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247931'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247935_23247935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247935_23247935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247935_23247935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247935_23247935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247935_23247935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247935'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247949_23247949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247949_23247949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247949_23247949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247949_23247949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247949_23247949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247949'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247960_23247960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247960_23247960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247960_23247960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247960_23247960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247960_23247960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247960'^^xsd:integer;
  dwc:observationDate '2015-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23247978_23247978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23247978_23247978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23247978_23247978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23247978_23247978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23247978_23247978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23247978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23247978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23247978'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248001_23248001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248001_23248001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248001_23248001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248001_23248001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248001_23248001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248001'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248001'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248014_23248014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248014_23248014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248014_23248014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248014_23248014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248014_23248014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248014'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248041_23248041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248041_23248041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248041_23248041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248041_23248041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248041_23248041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248041'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248047_23248047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248047_23248047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248047_23248047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248047_23248047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248047_23248047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248047'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248060_23248060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248060_23248060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248060_23248060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248060_23248060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248060_23248060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248060'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248062_23248062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248062_23248062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248062_23248062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248062_23248062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248062_23248062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248062'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248082_23248082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248082_23248082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248082_23248082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248082_23248082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248082_23248082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248082'^^xsd:integer;
  dwc:observationDate '2015-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248102_23248102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248102_23248102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248102_23248102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248102_23248102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248102_23248102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248102'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248106_23248106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248106_23248106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248106_23248106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248106_23248106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248106_23248106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248106'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248106'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248115_23248115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248115_23248115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248115_23248115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248115_23248115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248115_23248115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248115'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248144_23248144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248144_23248144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248144_23248144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248144_23248144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248144_23248144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248144'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248156_23248156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248156_23248156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248156_23248156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248156_23248156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248156_23248156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248156'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248169_23248169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248169_23248169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248169_23248169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248169_23248169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248169_23248169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248169'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248199_23248199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248199_23248199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248199_23248199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248199_23248199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248199_23248199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248199'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248219_23248219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248219_23248219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248219_23248219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248219_23248219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248219_23248219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248219'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248231_23248231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248231_23248231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248231_23248231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248231_23248231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248231_23248231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248231'^^xsd:integer;
  dwc:observationDate '2015-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248245_23248245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248245_23248245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248245_23248245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248245_23248245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248245_23248245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248245'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248248_23248248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248248_23248248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248248_23248248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248248_23248248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248248_23248248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248248'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248256_23248256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248256_23248256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248256_23248256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248256_23248256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248256_23248256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248256'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248262_23248262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248262_23248262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248262_23248262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248262_23248262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248262_23248262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248262'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248291_23248291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248291_23248291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248291_23248291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248291_23248291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248291_23248291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248291'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248320_23248320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248320_23248320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248320_23248320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248320_23248320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248320_23248320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248320'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248337_23248337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248337_23248337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248337_23248337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248337_23248337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248337_23248337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248337'^^xsd:integer;
  dwc:observationDate '2015-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248345_23248345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248345_23248345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248345_23248345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248345_23248345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248345_23248345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248345'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248354_23248354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248354_23248354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248354_23248354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248354_23248354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248354_23248354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248354'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248362_23248362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248362_23248362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248362_23248362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248362_23248362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248362_23248362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248362'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248377_23248377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248377_23248377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248377_23248377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248377_23248377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248377_23248377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248377'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248400_23248400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248400_23248400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248400_23248400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248400_23248400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248400_23248400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248400'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248403_23248403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248403_23248403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248403_23248403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248403_23248403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248403_23248403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248403'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248417_23248417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248417_23248417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248417_23248417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248417_23248417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248417_23248417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248417'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248424_23248424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248424_23248424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248424_23248424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248424_23248424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248424_23248424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248424'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248440_23248440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248440_23248440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248440_23248440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248440_23248440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248440_23248440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248440'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248441_23248441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248441_23248441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248441_23248441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248441_23248441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248441_23248441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248441'^^xsd:integer;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248443_23248443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248443_23248443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248443_23248443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248443_23248443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248443_23248443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248443'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248448_23248448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248448_23248448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248448_23248448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248448_23248448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248448_23248448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248448'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248457_23248457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248457_23248457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248457_23248457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248457_23248457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248457_23248457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248457'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248461_23248461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248461_23248461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248461_23248461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248461_23248461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248461_23248461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248461'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248479_23248479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248479_23248479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248479_23248479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248479_23248479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248479_23248479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248479'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248504_23248504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248504_23248504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248504_23248504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248504_23248504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248504_23248504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248504'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248526_23248526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248526_23248526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248526_23248526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248526_23248526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248526_23248526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248526'^^xsd:integer;
  dwc:observationDate '2015-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248551_23248551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248551_23248551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248551_23248551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248551_23248551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248551_23248551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248551'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248553_23248553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248553_23248553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248553_23248553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248553_23248553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248553_23248553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248553'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248572_23248572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248572_23248572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248572_23248572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248572_23248572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248572_23248572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248572'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248573_23248573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248573_23248573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248573_23248573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248573_23248573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248573_23248573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248573'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248594_23248594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248594_23248594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248594_23248594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248594_23248594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248594_23248594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248594'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248622_23248622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248622_23248622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248622_23248622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248622_23248622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248622_23248622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248622'^^xsd:integer;
  dwc:observationDate '2015-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248633_23248633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248633_23248633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248633_23248633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248633_23248633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248633_23248633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248633'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248638_23248638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248638_23248638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248638_23248638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248638_23248638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248638_23248638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248638'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248639_23248639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248639_23248639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248639_23248639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248639_23248639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248639_23248639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248639'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248639'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248643_23248643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248643_23248643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248643_23248643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248643_23248643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248643_23248643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248643'^^xsd:integer;
  dwc:observationDate '2015-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248651_23248651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248651_23248651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248651_23248651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248651_23248651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248651_23248651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248651'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248652_23248652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248652_23248652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248652_23248652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248652_23248652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248652_23248652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248652'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248653_23248653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248653_23248653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248653_23248653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248653_23248653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248653_23248653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248653'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248663_23248663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248663_23248663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248663_23248663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248663_23248663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248663_23248663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248663'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248688_23248688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248688_23248688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248688_23248688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248688_23248688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248688_23248688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248688'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248696_23248696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248696_23248696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248696_23248696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248696_23248696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248696_23248696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248696'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248705_23248705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248705_23248705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248705_23248705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248705_23248705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248705_23248705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248705'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248706_23248706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248706_23248706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248706_23248706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248706_23248706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248706_23248706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248706'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248724_23248724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248724_23248724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248724_23248724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248724_23248724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248724_23248724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248724'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248753_23248753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248753_23248753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248753_23248753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248753_23248753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248753_23248753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248753'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248766_23248766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248766_23248766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248766_23248766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248766_23248766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248766_23248766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248766'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248766'^^xsd:integer;
  dwc:observationDate '2015-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248767_23248767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248767_23248767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248767_23248767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248767_23248767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248767_23248767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248767'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248778_23248778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248778_23248778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248778_23248778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248778_23248778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248778_23248778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248778'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248787_23248787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248787_23248787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248787_23248787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248787_23248787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248787_23248787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248787'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248801_23248801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248801_23248801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248801_23248801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248801_23248801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248801_23248801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248801'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248809_23248809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248809_23248809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248809_23248809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248809_23248809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248809_23248809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248809'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248836_23248836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248836_23248836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248836_23248836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248836_23248836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248836_23248836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248836'^^xsd:integer;
  dwc:observationDate '2015-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248838_23248838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248838_23248838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248838_23248838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248838_23248838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248838_23248838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248838'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248839_23248839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248839_23248839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248839_23248839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248839_23248839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248839_23248839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248839'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248852_23248852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248852_23248852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248852_23248852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248852_23248852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248852_23248852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248852'^^xsd:integer;
  dwc:observationDate '2015-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248853_23248853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248853_23248853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248853_23248853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248853_23248853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248853_23248853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248853'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248859_23248859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248859_23248859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248859_23248859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248859_23248859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248859_23248859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248859'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248872_23248872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248872_23248872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248872_23248872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248872_23248872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248872_23248872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248872'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248886_23248886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248886_23248886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248886_23248886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248886_23248886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248886_23248886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248886'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248895_23248895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248895_23248895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248895_23248895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248895_23248895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248895_23248895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248895'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248910_23248910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248910_23248910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248910_23248910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248910_23248910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248910_23248910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248910'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248921_23248921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248921_23248921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248921_23248921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248921_23248921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248921_23248921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248921'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248921'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248943_23248943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248943_23248943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248943_23248943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248943_23248943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248943_23248943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248943'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248948_23248948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248948_23248948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248948_23248948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248948_23248948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248948_23248948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248948'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248956_23248956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248956_23248956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248956_23248956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248956_23248956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248956_23248956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248956'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23248977_23248977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23248977_23248977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23248977_23248977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23248977_23248977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23248977_23248977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23248977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23248977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23248977'^^xsd:integer;
  dwc:observationDate '2015-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249003_23249003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249003_23249003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249003_23249003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249003_23249003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249003_23249003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249003'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249022_23249022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249022_23249022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249022_23249022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249022_23249022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249022_23249022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249022'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249024_23249024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249024_23249024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249024_23249024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249024_23249024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249024_23249024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249024'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249031_23249031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249031_23249031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249031_23249031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249031_23249031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249031_23249031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249031'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249056_23249056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249056_23249056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249056_23249056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249056_23249056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249056_23249056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249056'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249063_23249063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249063_23249063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249063_23249063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249063_23249063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249063_23249063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249063'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249067_23249067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249067_23249067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249067_23249067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249067_23249067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249067_23249067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249067'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249071_23249071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249071_23249071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249071_23249071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249071_23249071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249071_23249071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249071'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249075_23249075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249075_23249075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249075_23249075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249075_23249075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249075_23249075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249075'^^xsd:integer;
  dwc:observationDate '2015-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249092_23249092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249092_23249092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249092_23249092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249092_23249092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249092_23249092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249092'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249098_23249098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249098_23249098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249098_23249098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249098_23249098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249098_23249098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249098'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249104_23249104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249104_23249104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249104_23249104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249104_23249104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249104_23249104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249104'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249107_23249107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249107_23249107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249107_23249107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249107_23249107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249107_23249107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249107'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249125_23249125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249125_23249125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249125_23249125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249125_23249125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249125_23249125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249125'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249135_23249135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249135_23249135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249135_23249135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249135_23249135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249135_23249135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249135'^^xsd:integer;
  dwc:observationDate '2015-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249139_23249139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249139_23249139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249139_23249139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249139_23249139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249139_23249139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249139'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249142_23249142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249142_23249142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249142_23249142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249142_23249142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249142_23249142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249142'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249150_23249150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249150_23249150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249150_23249150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249150_23249150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249150_23249150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249150'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249168_23249168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249168_23249168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249168_23249168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249168_23249168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249168_23249168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249168'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249178_23249178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249178_23249178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249178_23249178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249178_23249178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249178_23249178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249178'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249182_23249182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249182_23249182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249182_23249182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249182_23249182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249182_23249182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249182'^^xsd:integer;
  dwc:observationDate '2015-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249201_23249201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249201_23249201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249201_23249201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249201_23249201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249201_23249201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249201'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249201'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249210_23249210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249210_23249210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249210_23249210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249210_23249210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249210_23249210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249210'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249212_23249212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249212_23249212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249212_23249212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249212_23249212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249212_23249212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249212'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249226_23249226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249226_23249226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249226_23249226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249226_23249226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249226_23249226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249226'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249251_23249251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249251_23249251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249251_23249251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249251_23249251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249251_23249251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249251'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249274_23249274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249274_23249274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249274_23249274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249274_23249274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249274_23249274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249274'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249303_23249303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249303_23249303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249303_23249303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249303_23249303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249303_23249303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249303'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249317_23249317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249317_23249317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249317_23249317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249317_23249317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249317_23249317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249317'^^xsd:integer;
  dwc:observationDate '2015-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249335_23249335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249335_23249335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249335_23249335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249335_23249335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249335_23249335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249335'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249342_23249342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249342_23249342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249342_23249342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249342_23249342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249342_23249342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249342'^^xsd:integer;
  dwc:observationDate '2015-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249377_23249377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249377_23249377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249377_23249377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249377_23249377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249377_23249377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249377'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249385_23249385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249385_23249385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249385_23249385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249385_23249385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249385_23249385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249385'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249390_23249390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249390_23249390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249390_23249390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249390_23249390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249390_23249390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249390'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249391_23249391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249391_23249391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249391_23249391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249391_23249391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249391_23249391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249391'^^xsd:integer;
  dwc:observationDate '2015-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249400_23249400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249400_23249400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249400_23249400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249400_23249400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249400_23249400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249400'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249404_23249404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249404_23249404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249404_23249404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249404_23249404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249404_23249404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249404'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249405_23249405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249405_23249405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249405_23249405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249405_23249405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249405_23249405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249405'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249408_23249408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249408_23249408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249408_23249408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249408_23249408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249408_23249408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249408'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249410_23249410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249410_23249410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249410_23249410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249410_23249410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249410_23249410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249410'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249415_23249415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249415_23249415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249415_23249415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249415_23249415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249415_23249415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249415'^^xsd:integer;
  dwc:observationDate '2015-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249422_23249422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249422_23249422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249422_23249422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249422_23249422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249422_23249422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249422'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249432_23249432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249432_23249432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249432_23249432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249432_23249432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249432_23249432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249432'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249442_23249442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249442_23249442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249442_23249442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249442_23249442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249442_23249442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249442'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249442'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249459_23249459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249459_23249459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249459_23249459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249459_23249459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249459_23249459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249459'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249474_23249474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249474_23249474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249474_23249474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249474_23249474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249474_23249474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249474'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249497_23249497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249497_23249497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249497_23249497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249497_23249497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249497_23249497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249497'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249524_23249524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249524_23249524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249524_23249524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249524_23249524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249524_23249524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249524'^^xsd:integer;
  dwc:observationDate '2015-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249546_23249546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249546_23249546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249546_23249546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249546_23249546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249546_23249546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249546'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249553_23249553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249553_23249553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249553_23249553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249553_23249553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249553_23249553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249553'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249576_23249576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249576_23249576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249576_23249576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249576_23249576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249576_23249576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249576'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249583_23249583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249583_23249583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249583_23249583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249583_23249583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249583_23249583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249583'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249583'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249587_23249587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249587_23249587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249587_23249587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249587_23249587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249587_23249587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249587'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249587'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249597_23249597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249597_23249597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249597_23249597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249597_23249597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249597_23249597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249597'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249604_23249604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249604_23249604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249604_23249604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249604_23249604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249604_23249604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249604'^^xsd:integer;
  dwc:observationDate '2015-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249615_23249615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249615_23249615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249615_23249615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249615_23249615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249615_23249615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249615'^^xsd:integer;
  dwc:observationDate '2015-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249628_23249628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249628_23249628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249628_23249628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249628_23249628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249628_23249628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249628'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249628'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249631_23249631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249631_23249631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249631_23249631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249631_23249631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249631_23249631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249631'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249647_23249647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249647_23249647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249647_23249647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249647_23249647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249647_23249647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249647'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249666_23249666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249666_23249666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249666_23249666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249666_23249666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249666_23249666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249666'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249692_23249692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249692_23249692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249692_23249692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249692_23249692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249692_23249692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249692'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249721_23249721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249721_23249721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249721_23249721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249721_23249721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249721_23249721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249721'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249737_23249737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249737_23249737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249737_23249737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249737_23249737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249737_23249737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249737'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249748_23249748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249748_23249748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249748_23249748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249748_23249748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249748_23249748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249748'^^xsd:integer;
  dwc:observationDate '2015-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249749_23249749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249749_23249749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249749_23249749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249749_23249749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249749_23249749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249749'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249775_23249775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249775_23249775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249775_23249775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249775_23249775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249775_23249775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249775'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249794_23249794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249794_23249794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249794_23249794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249794_23249794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249794_23249794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249794'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249794'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249807_23249807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249807_23249807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249807_23249807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249807_23249807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249807_23249807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249807'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249815_23249815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249815_23249815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249815_23249815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249815_23249815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249815_23249815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249815'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249817_23249817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249817_23249817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249817_23249817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249817_23249817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249817_23249817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249817'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249821_23249821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249821_23249821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249821_23249821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249821_23249821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249821_23249821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249821'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249851_23249851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249851_23249851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249851_23249851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249851_23249851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249851_23249851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249851'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249851'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249876_23249876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249876_23249876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249876_23249876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249876_23249876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249876_23249876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249876'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249888_23249888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249888_23249888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249888_23249888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249888_23249888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249888_23249888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249888'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249888'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249896_23249896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249896_23249896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249896_23249896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249896_23249896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249896_23249896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249896'^^xsd:integer;
  dwc:observationDate '2015-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249926_23249926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249926_23249926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249926_23249926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249926_23249926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249926_23249926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249926'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249934_23249934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249934_23249934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249934_23249934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249934_23249934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249934_23249934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249934'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249937_23249937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249937_23249937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249937_23249937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249937_23249937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249937_23249937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249937'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249964_23249964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249964_23249964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249964_23249964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249964_23249964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249964_23249964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249964'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249978_23249978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249978_23249978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249978_23249978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249978_23249978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249978_23249978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249978'^^xsd:integer;
  dwc:observationDate '2015-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249998_23249998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249998_23249998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249998_23249998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249998_23249998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249998_23249998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249998'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250021_23250021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250021_23250021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250021_23250021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250021_23250021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250021_23250021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250021'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250027_23250027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250027_23250027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250027_23250027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250027_23250027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250027_23250027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250027'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250035_23250035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250035_23250035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250035_23250035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250035_23250035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250035_23250035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250035'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250038_23250038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250038_23250038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250038_23250038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250038_23250038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250038_23250038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250038'^^xsd:integer;
  dwc:observationDate '2015-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250051_23250051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250051_23250051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250051_23250051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250051_23250051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250051_23250051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250051'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250054_23250054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250054_23250054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250054_23250054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250054_23250054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250054_23250054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250054'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250063_23250063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250063_23250063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250063_23250063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250063_23250063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250063_23250063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250063'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250076_23250076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250076_23250076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250076_23250076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250076_23250076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250076_23250076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250076'^^xsd:integer;
  dwc:observationDate '2015-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250092_23250092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250092_23250092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250092_23250092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250092_23250092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250092_23250092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250092'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250107_23250107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250107_23250107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250107_23250107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250107_23250107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250107_23250107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250107'^^xsd:integer;
  dwc:observationDate '2015-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250119_23250119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250119_23250119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250119_23250119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250119_23250119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250119_23250119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250119'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250123_23250123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250123_23250123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250123_23250123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250123_23250123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250123_23250123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250123'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250149_23250149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250149_23250149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250149_23250149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250149_23250149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250149_23250149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250149'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250150_23250150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250150_23250150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250150_23250150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250150_23250150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250150_23250150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250150'^^xsd:integer;
  dwc:observationDate '2015-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250163_23250163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250163_23250163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250163_23250163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250163_23250163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250163_23250163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250163'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250166_23250166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250166_23250166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250166_23250166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250166_23250166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250166_23250166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250166'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250167_23250167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250167_23250167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250167_23250167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250167_23250167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250167_23250167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250167'^^xsd:integer;
  dwc:observationDate '2015-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250168_23250168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250168_23250168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250168_23250168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250168_23250168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250168_23250168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250168'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250171_23250171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250171_23250171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250171_23250171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250171_23250171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250171_23250171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250171'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250178_23250178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250178_23250178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250178_23250178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250178_23250178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250178_23250178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250178'^^xsd:integer;
  dwc:observationDate '2015-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250186_23250186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250186_23250186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250186_23250186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250186_23250186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250186_23250186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250186'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250186'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250204_23250204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250204_23250204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250204_23250204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250204_23250204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250204_23250204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250204'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250233_23250233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250233_23250233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250233_23250233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250233_23250233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250233_23250233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250233'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250264_23250264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250264_23250264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250264_23250264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250264_23250264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250264_23250264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250264'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250278_23250278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250278_23250278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250278_23250278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250278_23250278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250278_23250278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250278'^^xsd:integer;
  dwc:observationDate '2015-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250285_23250285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250285_23250285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250285_23250285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250285_23250285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250285_23250285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250285'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250306_23250306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250306_23250306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250306_23250306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250306_23250306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250306_23250306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250306'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250335_23250335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250335_23250335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250335_23250335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250335_23250335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250335_23250335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250335'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250361_23250361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250361_23250361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250361_23250361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250361_23250361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250361_23250361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250361'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250388_23250388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250388_23250388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250388_23250388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250388_23250388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250388_23250388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250388'^^xsd:integer;
  dwc:observationDate '2015-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250426_23250426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250426_23250426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250426_23250426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250426_23250426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250426_23250426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250426'^^xsd:integer;
  dwc:observationDate '2015-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621946_23621946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621946_23621946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621946_23621946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621946_23621946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621946_23621946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621946'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23705962_23705962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23705962_23705962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23705962_23705962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23705962_23705962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23705962_23705962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23705962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23705962'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23705962'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706011_23706011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706011_23706011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706011_23706011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706011_23706011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706011_23706011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706011'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706033_23706033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706033_23706033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706033_23706033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706033_23706033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706033_23706033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706033'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907564_23907564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907564_23907564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907564_23907564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907564_23907564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907564_23907564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907564'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23907579_23907579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23907579_23907579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23907579_23907579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23907579_23907579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23907579_23907579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23907579'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935177_23935177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935177_23935177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935177_23935177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935177_23935177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935177_23935177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935177'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935200_23935200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935200_23935200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935200_23935200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935200_23935200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935200_23935200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935200'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23935206_23935206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23935206_23935206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23935206_23935206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23935206_23935206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23935206_23935206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23935206'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23706207_23706207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23706207_23706207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23706207_23706207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23706207_23706207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23706207_23706207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23706207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23706207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23706207'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621954_23621954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621954_23621954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621954_23621954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621954_23621954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621954_23621954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621954'^^xsd:integer;
  dwc:observationDate '2015-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250433_23250433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250433_23250433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250433_23250433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250433_23250433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250433_23250433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250433'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250439_23250439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250439_23250439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250439_23250439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250439_23250439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250439_23250439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250439'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250439'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250455_23250455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250455_23250455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250455_23250455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250455_23250455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250455_23250455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250455'^^xsd:integer;
  dwc:observationDate '2015-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250545_23250545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250545_23250545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250545_23250545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250545_23250545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250545_23250545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250545'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250557_23250557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250557_23250557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250557_23250557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250557_23250557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250557_23250557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250557'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250558_23250558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250558_23250558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250558_23250558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250558_23250558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250558_23250558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250558'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250581_23250581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250581_23250581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250581_23250581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250581_23250581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250581_23250581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250581'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250601_23250601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250601_23250601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250601_23250601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250601_23250601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250601_23250601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250601'^^xsd:integer;
  dwc:observationDate '2015-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250653_23250653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250653_23250653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250653_23250653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250653_23250653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250653_23250653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250653'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250664_23250664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250664_23250664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250664_23250664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250664_23250664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250664_23250664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250664'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250692_23250692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250692_23250692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250692_23250692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250692_23250692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250692_23250692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250692'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250719_23250719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250719_23250719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250719_23250719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250719_23250719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250719_23250719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250719'^^xsd:integer;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250744_23250744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250744_23250744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250744_23250744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250744_23250744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250744_23250744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250744'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250757_23250757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250757_23250757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250757_23250757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250757_23250757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250757_23250757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250757'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250781_23250781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250781_23250781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250781_23250781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250781_23250781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250781_23250781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250781'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250796_23250796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250796_23250796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250796_23250796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250796_23250796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250796_23250796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250796'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250828_23250828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250828_23250828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250828_23250828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250828_23250828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250828_23250828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250828'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250828'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250855_23250855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250855_23250855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250855_23250855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250855_23250855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250855_23250855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250855'^^xsd:integer;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250875_23250875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250875_23250875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250875_23250875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250875_23250875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250875_23250875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250875'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250899_23250899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250899_23250899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250899_23250899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250899_23250899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250899_23250899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250899'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250928_23250928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250928_23250928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250928_23250928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250928_23250928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250928_23250928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250928'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250928'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250935_23250935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250935_23250935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250935_23250935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250935_23250935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250935_23250935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250935'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250947_23250947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250947_23250947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250947_23250947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250947_23250947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250947_23250947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250947'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250970_23250970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250970_23250970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250970_23250970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250970_23250970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250970_23250970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250970'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250970'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250976_23250976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250976_23250976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250976_23250976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250976_23250976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250976_23250976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250976'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250980_23250980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250980_23250980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250980_23250980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250980_23250980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250980_23250980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250980'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250991_23250991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250991_23250991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250991_23250991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250991_23250991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250991_23250991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250991'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23250997_23250997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23250997_23250997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23250997_23250997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23250997_23250997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23250997_23250997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250997'^^xsd:integer;
  dwc:observationDate '2015-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251022_23251022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251022_23251022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251022_23251022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251022_23251022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251022_23251022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251022'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251028_23251028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251028_23251028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251028_23251028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251028_23251028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251028_23251028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251028'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251037_23251037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251037_23251037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251037_23251037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251037_23251037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251037_23251037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251037'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621982_23621982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621982_23621982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621982_23621982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621982_23621982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621982_23621982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621982'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23716255_23716255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23716255_23716255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23716255_23716255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23716255_23716255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23716255_23716255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23716255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23716255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23716255'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23944090_23944090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23944090_23944090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23944090_23944090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23944090_23944090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23944090_23944090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23944090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23944090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23944090'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621990_23621990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621990_23621990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621990_23621990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621990_23621990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621990_23621990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621990'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251046_23251046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251046_23251046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251046_23251046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251046_23251046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251046_23251046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251046'^^xsd:integer;
  dwc:observationDate '2015-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251051_23251051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251051_23251051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251051_23251051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251051_23251051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251051_23251051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251051'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251059_23251059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251059_23251059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251059_23251059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251059_23251059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251059_23251059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251059'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251059'^^xsd:integer;
  dwc:observationDate '2015-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251065_23251065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251065_23251065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251065_23251065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251065_23251065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251065_23251065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251065'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251070_23251070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251070_23251070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251070_23251070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251070_23251070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251070_23251070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251070'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251075_23251075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251075_23251075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251075_23251075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251075_23251075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251075_23251075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251075'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251077_23251077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251077_23251077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251077_23251077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251077_23251077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251077_23251077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251077'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251091_23251091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251091_23251091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251091_23251091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251091_23251091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251091_23251091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251091'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251092_23251092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251092_23251092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251092_23251092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251092_23251092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251092_23251092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251092'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251110_23251110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251110_23251110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251110_23251110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251110_23251110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251110_23251110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251110'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251144_23251144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251144_23251144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251144_23251144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251144_23251144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251144_23251144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251144'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251157_23251157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251157_23251157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251157_23251157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251157_23251157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251157_23251157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251157'^^xsd:integer;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251166_23251166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251166_23251166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251166_23251166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251166_23251166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251166_23251166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251166'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251171_23251171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251171_23251171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251171_23251171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251171_23251171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251171_23251171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251171'^^xsd:integer;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251202_23251202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251202_23251202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251202_23251202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251202_23251202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251202_23251202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251202'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23621998_23621998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23621998_23621998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23621998_23621998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23621998_23621998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23621998_23621998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23621998'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622002_23622002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622002_23622002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622002_23622002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622002_23622002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622002_23622002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622002'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23730429_23730429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23730429_23730429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23730429_23730429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23730429_23730429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23730429_23730429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23730429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23730429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23730429'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622005_23622005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622005_23622005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622005_23622005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622005_23622005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622005_23622005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622005'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251210_23251210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251210_23251210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251210_23251210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251210_23251210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251210_23251210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251210'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251215_23251215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251215_23251215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251215_23251215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251215_23251215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251215_23251215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251215'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251289_23251289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251289_23251289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251289_23251289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251289_23251289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251289_23251289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251289'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251301_23251301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251301_23251301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251301_23251301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251301_23251301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251301_23251301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251301'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251301'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622019_23622019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622019_23622019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622019_23622019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622019_23622019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622019_23622019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622019'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731522_23731522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731522_23731522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731522_23731522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731522_23731522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731522_23731522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731522'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23731603_23731603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23731603_23731603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23731603_23731603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23731603_23731603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23731603_23731603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23731603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23731603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23731603'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23954724_23954724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23954724_23954724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23954724_23954724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23954724_23954724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23954724_23954724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23954724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23954724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23954724'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23954743_23954743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23954743_23954743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23954743_23954743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23954743_23954743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23954743_23954743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23954743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23954743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23954743'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908732_23908732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908732_23908732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908732_23908732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908732_23908732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908732_23908732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908732'^^xsd:integer;
  dwc:observationDate '2015-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908770_23908770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908770_23908770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908770_23908770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908770_23908770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908770_23908770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908770'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23955473_23955473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23955473_23955473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23955473_23955473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23955473_23955473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23955473_23955473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23955473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23955473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23955473'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23955530_23955530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23955530_23955530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23955530_23955530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23955530_23955530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23955530_23955530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23955530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23955530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23955530'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23955572_23955572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23955572_23955572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23955572_23955572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23955572_23955572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23955572_23955572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23955572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23955572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23955572'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23955627_23955627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23955627_23955627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23955627_23955627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23955627_23955627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23955627_23955627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23955627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23955627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23955627'^^xsd:integer;
  dwc:observationDate '2015-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908851_23908851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908851_23908851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908851_23908851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908851_23908851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908851_23908851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908851'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908851'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908863_23908863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908863_23908863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908863_23908863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908863_23908863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908863_23908863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908863'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908865_23908865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908865_23908865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908865_23908865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908865_23908865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908865_23908865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908865'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23956221_23956221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23956221_23956221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23956221_23956221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23956221_23956221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23956221_23956221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23956221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23956221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23956221'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23956278_23956278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23956278_23956278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23956278_23956278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23956278_23956278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23956278_23956278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23956278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23956278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23956278'^^xsd:integer;
  dwc:observationDate '2015-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23956915_23956915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23956915_23956915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23956915_23956915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23956915_23956915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23956915_23956915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23956915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23956915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23956915'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957007_23957007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957007_23957007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957007_23957007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957007_23957007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957007_23957007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957007'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957020_23957020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957020_23957020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957020_23957020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957020_23957020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957020_23957020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957020'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957062_23957062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957062_23957062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957062_23957062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957062_23957062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957062_23957062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957062'^^xsd:integer;
  dwc:observationDate '2015-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957108_23957108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957108_23957108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957108_23957108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957108_23957108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957108_23957108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957108'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957636_23957636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957636_23957636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957636_23957636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957636_23957636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957636_23957636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957636'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24174316_24174316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24174316_24174316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24174316_24174316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24174316_24174316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24174316_24174316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24174316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24174316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24174316'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957710_23957710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957710_23957710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957710_23957710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957710_23957710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957710_23957710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957710'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23957736_23957736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23957736_23957736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23957736_23957736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23957736_23957736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23957736_23957736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23957736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23957736'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23957736'^^xsd:integer;
  dwc:observationDate '2015-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908905_23908905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908905_23908905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908905_23908905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908905_23908905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908905_23908905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908905'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908920_23908920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908920_23908920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908920_23908920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908920_23908920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908920_23908920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908920'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958450_23958450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958450_23958450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958450_23958450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958450_23958450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958450_23958450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958450'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958462_23958462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958462_23958462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958462_23958462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958462_23958462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958462_23958462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958462'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958462'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958468_23958468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958468_23958468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958468_23958468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958468_23958468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958468_23958468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958468'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958468'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958471_23958471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958471_23958471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958471_23958471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958471_23958471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958471_23958471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958471'^^xsd:integer;
  dwc:observationDate '2015-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23908989_23908989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23908989_23908989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23908989_23908989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23908989_23908989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23908989_23908989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23908989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23908989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23908989'^^xsd:integer;
  dwc:observationDate '2015-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909019_23909019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909019_23909019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909019_23909019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909019_23909019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909019_23909019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909019'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958769_23958769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958769_23958769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958769_23958769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958769_23958769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958769_23958769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958769'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24175255_24175255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24175255_24175255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24175255_24175255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24175255_24175255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24175255_24175255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24175255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24175255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24175255'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958777_23958777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958777_23958777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958777_23958777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958777_23958777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958777_23958777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958777'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23958780_23958780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23958780_23958780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23958780_23958780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23958780_23958780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23958780_23958780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23958780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23958780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23958780'^^xsd:integer;
  dwc:observationDate '2015-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909098_23909098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909098_23909098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909098_23909098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909098_23909098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909098_23909098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909098'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909121_23909121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909121_23909121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909121_23909121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909121_23909121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909121_23909121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909121'^^xsd:integer;
  dwc:observationDate '2015-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909128_23909128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909128_23909128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909128_23909128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909128_23909128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909128_23909128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909128'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959577_23959577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959577_23959577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959577_23959577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959577_23959577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959577_23959577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959577'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23830270_23830270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23830270_23830270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23830270_23830270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23830270_23830270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23830270_23830270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23830270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23830270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23830270'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23830332_23830332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23830332_23830332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23830332_23830332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23830332_23830332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23830332_23830332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23830332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23830332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23830332'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959686_23959686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959686_23959686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959686_23959686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959686_23959686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959686_23959686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959686'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959686'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959721_23959721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959721_23959721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959721_23959721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959721_23959721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959721_23959721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959721'^^xsd:integer;
  dwc:observationDate '2015-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23959938_23959938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23959938_23959938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23959938_23959938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23959938_23959938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23959938_23959938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23959938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23959938'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23959938'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960071_23960071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960071_23960071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960071_23960071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960071_23960071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960071_23960071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960071'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960090_23960090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960090_23960090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960090_23960090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960090_23960090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960090_23960090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960090'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23831741_23831741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23831741_23831741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23831741_23831741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23831741_23831741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23831741_23831741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23831741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23831741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23831741'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23831812_23831812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23831812_23831812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23831812_23831812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23831812_23831812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23831812_23831812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23831812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23831812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23831812'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23831874_23831874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23831874_23831874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23831874_23831874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23831874_23831874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23831874_23831874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23831874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23831874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23831874'^^xsd:integer;
  dwc:observationDate '2015-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909364_23909364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909364_23909364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909364_23909364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909364_23909364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909364_23909364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909364'^^xsd:integer;
  dwc:observationDate '2015-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960680_23960680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960680_23960680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960680_23960680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960680_23960680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960680_23960680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960680'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23834553_23834553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23834553_23834553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23834553_23834553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23834553_23834553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23834553_23834553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23834553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23834553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23834553'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23834603_23834603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23834603_23834603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23834603_23834603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23834603_23834603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23834603_23834603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23834603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23834603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23834603'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23834655_23834655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23834655_23834655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23834655_23834655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23834655_23834655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23834655_23834655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23834655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23834655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23834655'^^xsd:integer;
  dwc:observationDate '2015-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960866_23960866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960866_23960866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960866_23960866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960866_23960866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960866_23960866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960866'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23835642_23835642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23835642_23835642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23835642_23835642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23835642_23835642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23835642_23835642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23835642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23835642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23835642'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23835720_23835720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23835720_23835720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23835720_23835720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23835720_23835720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23835720_23835720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23835720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23835720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23835720'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23960903_23960903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23960903_23960903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23960903_23960903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23960903_23960903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23960903_23960903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23960903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23960903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23960903'^^xsd:integer;
  dwc:observationDate '2015-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909452_23909452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909452_23909452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909452_23909452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909452_23909452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909452_23909452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909452'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909454_23909454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909454_23909454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909454_23909454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909454_23909454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909454_23909454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909454'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909454'^^xsd:integer;
  dwc:observationDate '2015-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961280_23961280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961280_23961280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961280_23961280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961280_23961280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961280_23961280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961280'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837232_23837232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837232_23837232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837232_23837232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23837232_23837232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23837232_23837232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837232'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837286_23837286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837286_23837286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837286_23837286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23837286_23837286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23837286_23837286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837286'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837337_23837337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837337_23837337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837337_23837337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23837337_23837337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23837337_23837337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837337'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23837388_23837388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23837388_23837388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23837388_23837388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23837388_23837388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23837388_23837388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23837388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23837388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23837388'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961316_23961316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961316_23961316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961316_23961316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961316_23961316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961316_23961316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961316'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961377_23961377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961377_23961377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961377_23961377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961377_23961377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961377_23961377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961377'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23838022_23838022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23838022_23838022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23838022_23838022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23838022_23838022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23838022_23838022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23838022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23838022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23838022'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23838068_23838068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23838068_23838068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23838068_23838068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23838068_23838068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23838068_23838068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23838068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23838068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23838068'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23838123_23838123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23838123_23838123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23838123_23838123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23838123_23838123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23838123_23838123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23838123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23838123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23838123'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961404_23961404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961404_23961404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961404_23961404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961404_23961404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961404_23961404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961404'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961663_23961663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961663_23961663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961663_23961663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961663_23961663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961663_23961663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961663'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23961668_23961668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23961668_23961668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23961668_23961668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23961668_23961668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23961668_23961668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23961668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23961668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23961668'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23838806_23838806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23838806_23838806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23838806_23838806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23838806_23838806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23838806_23838806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23838806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23838806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23838806'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23838858_23838858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23838858_23838858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23838858_23838858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23838858_23838858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23838858_23838858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23838858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23838858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23838858'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909492_23909492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909492_23909492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909492_23909492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909492_23909492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909492_23909492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909492'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909506_23909506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909506_23909506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909506_23909506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909506_23909506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909506_23909506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909506'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962539_23962539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962539_23962539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962539_23962539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962539_23962539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962539_23962539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962539'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23841761_23841761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23841761_23841761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23841761_23841761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23841761_23841761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23841761_23841761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23841761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23841761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23841761'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23841812_23841812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23841812_23841812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23841812_23841812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23841812_23841812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23841812_23841812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23841812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23841812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23841812'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23962569_23962569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23962569_23962569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23962569_23962569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23962569_23962569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23962569_23962569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23962569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23962569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23962569'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909513_23909513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909513_23909513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909513_23909513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909513_23909513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909513_23909513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909513'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909536_23909536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909536_23909536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909536_23909536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909536_23909536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909536_23909536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909536'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909552_23909552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909552_23909552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909552_23909552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909552_23909552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909552_23909552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909552'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909602_23909602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909602_23909602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909602_23909602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909602_23909602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909602_23909602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909602'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909606_23909606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909606_23909606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909606_23909606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909606_23909606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909606_23909606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909606'^^xsd:integer;
  dwc:observationDate '2015-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909623_23909623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909623_23909623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909623_23909623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909623_23909623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909623_23909623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909623'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963010_23963010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963010_23963010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963010_23963010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963010_23963010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963010_23963010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963010'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23843238_23843238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23843238_23843238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23843238_23843238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23843238_23843238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23843238_23843238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23843238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23843238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23843238'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23963076_23963076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23963076_23963076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23963076_23963076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23963076_23963076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23963076_23963076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23963076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23963076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23963076'^^xsd:integer;
  dwc:observationDate '2015-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964527_23964527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964527_23964527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964527_23964527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964527_23964527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964527_23964527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964527'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23964528_23964528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23964528_23964528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23964528_23964528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23964528_23964528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23964528_23964528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23964528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23964528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23964528'^^xsd:integer;
  dwc:observationDate '2015-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909724_23909724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909724_23909724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909724_23909724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909724_23909724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909724_23909724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909724'^^xsd:integer;
  dwc:observationDate '2015-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909731_23909731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909731_23909731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909731_23909731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909731_23909731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909731_23909731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909731'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909742_23909742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909742_23909742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909742_23909742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909742_23909742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909742_23909742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909742'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909742'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965765_23965765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965765_23965765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965765_23965765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965765_23965765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965765_23965765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965765'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965772_23965772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965772_23965772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965772_23965772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965772_23965772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965772_23965772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965772'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23965800_23965800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23965800_23965800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23965800_23965800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23965800_23965800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23965800_23965800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23965800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23965800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23965800'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909749_23909749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909749_23909749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909749_23909749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909749_23909749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909749_23909749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909749'^^xsd:integer;
  dwc:observationDate '2015-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966276_23966276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966276_23966276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966276_23966276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966276_23966276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966276_23966276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966276'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966281_23966281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966281_23966281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966281_23966281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966281_23966281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966281_23966281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966281'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23854453_23854453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23854453_23854453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23854453_23854453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23854453_23854453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23854453_23854453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23854453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23854453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23854453'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966363_23966363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966363_23966363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966363_23966363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966363_23966363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966363_23966363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966363'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23854948_23854948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23854948_23854948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23854948_23854948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23854948_23854948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23854948_23854948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23854948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23854948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23854948'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23854998_23854998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23854998_23854998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23854998_23854998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23854998_23854998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23854998_23854998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23854998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23854998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23854998'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966370_23966370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966370_23966370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966370_23966370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966370_23966370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966370_23966370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966370'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966484_23966484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966484_23966484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966484_23966484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966484_23966484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966484_23966484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966484'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855700_23855700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855700_23855700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855700_23855700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23855700_23855700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23855700_23855700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855700'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855755_23855755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855755_23855755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855755_23855755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23855755_23855755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23855755_23855755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855755'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855812_23855812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855812_23855812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855812_23855812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23855812_23855812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23855812_23855812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855812'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855863_23855863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855863_23855863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855863_23855863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23855863_23855863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23855863_23855863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855863'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855908_23855908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855908_23855908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855908_23855908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23855908_23855908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23855908_23855908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855908'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23855952_23855952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23855952_23855952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23855952_23855952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23855952_23855952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23855952_23855952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23855952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23855952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23855952'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23856006_23856006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23856006_23856006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23856006_23856006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23856006_23856006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23856006_23856006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23856006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23856006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23856006'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23966530_23966530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23966530_23966530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23966530_23966530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23966530_23966530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23966530_23966530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23966530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23966530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23966530'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909764_23909764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909764_23909764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909764_23909764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909764_23909764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909764_23909764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909764'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909776_23909776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909776_23909776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909776_23909776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909776_23909776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909776_23909776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909776'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909783_23909783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909783_23909783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909783_23909783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909783_23909783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909783_23909783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909783'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909783'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909784_23909784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909784_23909784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909784_23909784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909784_23909784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909784_23909784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909784'^^xsd:integer;
  dwc:observationDate '2015-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909792_23909792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909792_23909792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909792_23909792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909792_23909792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909792_23909792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909792'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23967163_23967163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23967163_23967163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23967163_23967163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23967163_23967163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23967163_23967163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23967163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23967163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23967163'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23863748_23863748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23863748_23863748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23863748_23863748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23863748_23863748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23863748_23863748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23863748'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23863770_23863770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23863770_23863770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23863770_23863770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23863770_23863770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23863770_23863770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23863770'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23967194_23967194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23967194_23967194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23967194_23967194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23967194_23967194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23967194_23967194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23967194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23967194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23967194'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828684_36828684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828684_36828684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828684_36828684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828684_36828684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828684_36828684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828684'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828689_36828689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828689_36828689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828689_36828689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828689_36828689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828689_36828689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828689'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686518_36686518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686518_36686518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686518_36686518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686518_36686518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686518_36686518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686518'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683577_36683577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683577_36683577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683577_36683577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683577_36683577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683577_36683577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683577'^^xsd:integer;
  dwc:observationDate '2015-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683580_36683580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683580_36683580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683580_36683580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683580_36683580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683580_36683580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683580'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686522_36686522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686522_36686522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686522_36686522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686522_36686522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686522_36686522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686522'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36689953_36689953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36689953_36689953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36689953_36689953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36689953_36689953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36689953_36689953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36689953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36689953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36689953'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690007_36690007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690007_36690007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690007_36690007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36690007_36690007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36690007_36690007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690007'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690069_36690069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690069_36690069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690069_36690069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36690069_36690069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36690069_36690069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690069'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690107_36690107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690107_36690107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690107_36690107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36690107_36690107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36690107_36690107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690107'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36833584_36833584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36833584_36833584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36833584_36833584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36833584_36833584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36833584_36833584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36833584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36833584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36833584'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690127_36690127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690127_36690127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690127_36690127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36690127_36690127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36690127_36690127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690127'^^xsd:integer;
  dwc:observationDate '2015-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686531_36686531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686531_36686531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686531_36686531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686531_36686531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686531_36686531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686531'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683585_36683585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683585_36683585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683585_36683585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683585_36683585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683585_36683585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683585'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683591_36683591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683591_36683591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683591_36683591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683591_36683591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683591_36683591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683591'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683597_36683597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683597_36683597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683597_36683597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683597_36683597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683597_36683597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683597'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686538_36686538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686538_36686538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686538_36686538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686538_36686538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686538_36686538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686538'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36690302_36690302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36690302_36690302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36690302_36690302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36690302_36690302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36690302_36690302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36690302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36690302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36690302'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828718_36828718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828718_36828718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828718_36828718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828718_36828718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828718_36828718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828718'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828718'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826284_36826284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826284_36826284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826284_36826284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826284_36826284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826284_36826284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826284'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826290_36826290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826290_36826290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826290_36826290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826290_36826290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826290_36826290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826290'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826290'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826291_36826291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826291_36826291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826291_36826291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826291_36826291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826291_36826291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826291'^^xsd:integer;
  dwc:observationDate '2015-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826295_36826295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826295_36826295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826295_36826295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826295_36826295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826295_36826295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826295'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826298_36826298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826298_36826298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826298_36826298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826298_36826298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826298_36826298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826298'^^xsd:integer;
  dwc:observationDate '2015-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826303_36826303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826303_36826303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826303_36826303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826303_36826303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826303_36826303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826303'^^xsd:integer;
  dwc:observationDate '2015-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826310_36826310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826310_36826310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826310_36826310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826310_36826310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826310_36826310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826310'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826317_36826317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826317_36826317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826317_36826317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826317_36826317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826317_36826317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826317'^^xsd:integer;
  dwc:observationDate '2015-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826324_36826324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826324_36826324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826324_36826324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826324_36826324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826324_36826324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826324'^^xsd:integer;
  dwc:observationDate '2015-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826331_36826331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826331_36826331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826331_36826331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826331_36826331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826331_36826331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826331'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826344_36826344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826344_36826344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826344_36826344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826344_36826344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826344_36826344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826344'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826352_36826352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826352_36826352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826352_36826352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826352_36826352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826352_36826352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826352'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826354_36826354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826354_36826354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826354_36826354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826354_36826354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826354_36826354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826354'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826377_36826377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826377_36826377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826377_36826377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826377_36826377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826377_36826377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826377'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826394_36826394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826394_36826394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826394_36826394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826394_36826394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826394_36826394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826394'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826425_36826425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826425_36826425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826425_36826425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826425_36826425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826425_36826425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826425'^^xsd:integer;
  dwc:observationDate '2015-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826426_36826426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826426_36826426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826426_36826426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826426_36826426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826426_36826426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826426'^^xsd:integer;
  dwc:observationDate '2015-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826432_36826432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826432_36826432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826432_36826432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826432_36826432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826432_36826432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826432'^^xsd:integer;
  dwc:observationDate '2015-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826461_36826461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826461_36826461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826461_36826461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826461_36826461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826461_36826461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826461'^^xsd:integer;
  dwc:observationDate '2015-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826486_36826486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826486_36826486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826486_36826486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826486_36826486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826486_36826486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826486'^^xsd:integer;
  dwc:observationDate '2015-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826505_36826505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826505_36826505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826505_36826505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826505_36826505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826505_36826505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826505'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826505'^^xsd:integer;
  dwc:observationDate '2015-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826532_36826532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826532_36826532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826532_36826532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826532_36826532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826532_36826532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826532'^^xsd:integer;
  dwc:observationDate '2015-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826545_36826545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826545_36826545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826545_36826545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826545_36826545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826545_36826545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826545'^^xsd:integer;
  dwc:observationDate '2015-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826559_36826559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826559_36826559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826559_36826559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826559_36826559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826559_36826559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826559'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826589_36826589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826589_36826589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826589_36826589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826589_36826589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826589_36826589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826589'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826594_36826594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826594_36826594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826594_36826594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826594_36826594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826594_36826594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826594'^^xsd:integer;
  dwc:observationDate '2015-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826604_36826604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826604_36826604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826604_36826604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826604_36826604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826604_36826604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826604'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826609_36826609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826609_36826609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826609_36826609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826609_36826609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826609_36826609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826609'^^xsd:integer;
  dwc:observationDate '2015-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826626_36826626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826626_36826626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826626_36826626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826626_36826626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826626_36826626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826626'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826626'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826631_36826631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826631_36826631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826631_36826631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826631_36826631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826631_36826631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826631'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826642_36826642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826642_36826642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826642_36826642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826642_36826642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826642_36826642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826642'^^xsd:integer;
  dwc:observationDate '2015-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826644_36826644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826644_36826644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826644_36826644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826644_36826644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826644_36826644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826644'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826644'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826659_36826659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826659_36826659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826659_36826659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826659_36826659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826659_36826659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826659'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826671_36826671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826671_36826671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826671_36826671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826671_36826671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826671_36826671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826671'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826679_36826679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826679_36826679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826679_36826679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826679_36826679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826679_36826679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826679'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826683_36826683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826683_36826683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826683_36826683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826683_36826683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826683_36826683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826683'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826683'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826687_36826687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826687_36826687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826687_36826687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826687_36826687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826687_36826687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826687'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826700_36826700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826700_36826700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826700_36826700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826700_36826700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826700_36826700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826700'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826727_36826727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826727_36826727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826727_36826727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826727_36826727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826727_36826727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826727'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826755_36826755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826755_36826755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826755_36826755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826755_36826755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826755_36826755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826755'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826783_36826783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826783_36826783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826783_36826783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826783_36826783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826783_36826783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826783'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826783'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826810_36826810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826810_36826810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826810_36826810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826810_36826810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826810_36826810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826810'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826837_36826837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826837_36826837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826837_36826837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826837_36826837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826837_36826837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826837'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826871_36826871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826871_36826871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826871_36826871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826871_36826871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826871_36826871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826871'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826895_36826895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826895_36826895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826895_36826895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826895_36826895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826895_36826895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826895'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826925_36826925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826925_36826925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826925_36826925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826925_36826925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826925_36826925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826925'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826926_36826926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826926_36826926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826926_36826926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826926_36826926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826926_36826926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826926'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826939_36826939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826939_36826939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826939_36826939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826939_36826939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826939_36826939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826939'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826943_36826943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826943_36826943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826943_36826943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826943_36826943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826943_36826943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826943'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826969_36826969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826969_36826969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826969_36826969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826969_36826969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826969_36826969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826969'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826971_36826971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826971_36826971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826971_36826971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826971_36826971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826971_36826971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826971'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826999_36826999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826999_36826999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826999_36826999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826999_36826999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826999_36826999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826999'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827009_36827009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827009_36827009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827009_36827009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827009_36827009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827009_36827009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827009'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827018_36827018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827018_36827018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827018_36827018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827018_36827018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827018_36827018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827018'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827018'^^xsd:integer;
  dwc:observationDate '2015-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827020_36827020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827020_36827020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827020_36827020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827020_36827020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827020_36827020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827020'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827037_36827037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827037_36827037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827037_36827037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827037_36827037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827037_36827037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827037'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827041_36827041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827041_36827041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827041_36827041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827041_36827041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827041_36827041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827041'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827045_36827045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827045_36827045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827045_36827045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827045_36827045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827045_36827045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827045'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827056_36827056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827056_36827056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827056_36827056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827056_36827056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827056_36827056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827056'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827060_36827060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827060_36827060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827060_36827060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827060_36827060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827060_36827060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827060'^^xsd:integer;
  dwc:observationDate '2015-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827077_36827077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827077_36827077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827077_36827077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827077_36827077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827077_36827077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827077'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827089_36827089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827089_36827089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827089_36827089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827089_36827089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827089_36827089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827089'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827106_36827106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827106_36827106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827106_36827106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827106_36827106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827106_36827106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827106'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827106'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827113_36827113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827113_36827113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827113_36827113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827113_36827113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827113_36827113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827113'^^xsd:integer;
  dwc:observationDate '2015-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827133_36827133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827133_36827133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827133_36827133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827133_36827133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827133_36827133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827133'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827138_36827138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827138_36827138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827138_36827138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827138_36827138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827138_36827138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827138'^^xsd:integer;
  dwc:observationDate '2015-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827164_36827164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827164_36827164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827164_36827164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827164_36827164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827164_36827164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827164'^^xsd:integer;
  dwc:observationDate '2016-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827165_36827165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827165_36827165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827165_36827165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827165_36827165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827165_36827165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827165'^^xsd:integer;
  dwc:observationDate '2016-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827185_36827185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827185_36827185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827185_36827185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827185_36827185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827185_36827185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827185'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827194_36827194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827194_36827194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827194_36827194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827194_36827194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827194_36827194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827194'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827221_36827221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827221_36827221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827221_36827221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827221_36827221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827221_36827221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827221'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827226_36827226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827226_36827226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827226_36827226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827226_36827226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827226_36827226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827226'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827236_36827236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827236_36827236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827236_36827236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827236_36827236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827236_36827236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827236'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827240_36827240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827240_36827240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827240_36827240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827240_36827240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827240_36827240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827240'^^xsd:integer;
  dwc:observationDate '2016-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827250_36827250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827250_36827250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827250_36827250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827250_36827250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827250_36827250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827250'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827252_36827252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827252_36827252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827252_36827252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827252_36827252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827252_36827252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827252'^^xsd:integer;
  dwc:observationDate '2016-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827261_36827261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827261_36827261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827261_36827261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827261_36827261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827261_36827261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827261'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827261'^^xsd:integer;
  dwc:observationDate '2016-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827275_36827275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827275_36827275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827275_36827275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827275_36827275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827275_36827275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827275'^^xsd:integer;
  dwc:observationDate '2016-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827293_36827293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827293_36827293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827293_36827293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827293_36827293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827293_36827293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827293'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827302_36827302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827302_36827302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827302_36827302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827302_36827302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827302_36827302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827302'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827313_36827313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827313_36827313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827313_36827313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827313_36827313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827313_36827313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827313'^^xsd:integer;
  dwc:observationDate '2016-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827316_36827316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827316_36827316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827316_36827316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827316_36827316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827316_36827316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827316'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827328_36827328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827328_36827328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827328_36827328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827328_36827328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827328_36827328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827328'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827328'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827349_36827349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827349_36827349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827349_36827349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827349_36827349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827349_36827349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827349'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827379_36827379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827379_36827379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827379_36827379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827379_36827379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827379_36827379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827379'^^xsd:integer;
  dwc:observationDate '2016-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827387_36827387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827387_36827387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827387_36827387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827387_36827387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827387_36827387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827387'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827387'^^xsd:integer;
  dwc:observationDate '2016-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827402_36827402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827402_36827402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827402_36827402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827402_36827402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827402_36827402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827402'^^xsd:integer;
  dwc:observationDate '2016-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827418_36827418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827418_36827418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827418_36827418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827418_36827418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827418_36827418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827418'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827419_36827419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827419_36827419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827419_36827419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827419_36827419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827419_36827419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827419'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827441_36827441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827441_36827441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827441_36827441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827441_36827441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827441_36827441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827441'^^xsd:integer;
  dwc:observationDate '2016-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827461_36827461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827461_36827461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827461_36827461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827461_36827461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827461_36827461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827461'^^xsd:integer;
  dwc:observationDate '2016-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827485_36827485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827485_36827485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827485_36827485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827485_36827485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827485_36827485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827485'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827485'^^xsd:integer;
  dwc:observationDate '2016-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827496_36827496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827496_36827496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827496_36827496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827496_36827496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827496_36827496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827496'^^xsd:integer;
  dwc:observationDate '2016-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827510_36827510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827510_36827510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827510_36827510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827510_36827510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827510_36827510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827510'^^xsd:integer;
  dwc:observationDate '2016-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827513_36827513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827513_36827513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827513_36827513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827513_36827513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827513_36827513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827513'^^xsd:integer;
  dwc:observationDate '2016-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827518_36827518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827518_36827518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827518_36827518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827518_36827518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827518_36827518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827518'^^xsd:integer;
  dwc:observationDate '2016-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827528_36827528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827528_36827528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827528_36827528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827528_36827528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827528_36827528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827528'^^xsd:integer;
  dwc:observationDate '2016-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827535_36827535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827535_36827535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827535_36827535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827535_36827535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827535_36827535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827535'^^xsd:integer;
  dwc:observationDate '2016-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827547_36827547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827547_36827547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827547_36827547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827547_36827547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827547_36827547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827547'^^xsd:integer;
  dwc:observationDate '2016-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827552_36827552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827552_36827552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827552_36827552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827552_36827552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827552_36827552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827552'^^xsd:integer;
  dwc:observationDate '2016-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827569_36827569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827569_36827569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827569_36827569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827569_36827569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827569_36827569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827569'^^xsd:integer;
  dwc:observationDate '2016-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827580_36827580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827580_36827580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827580_36827580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827580_36827580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827580_36827580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827580'^^xsd:integer;
  dwc:observationDate '2016-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827590_36827590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827590_36827590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827590_36827590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827590_36827590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827590_36827590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827590'^^xsd:integer;
  dwc:observationDate '2016-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827591_36827591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827591_36827591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827591_36827591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827591_36827591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827591_36827591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827591'^^xsd:integer;
  dwc:observationDate '2016-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827601_36827601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827601_36827601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827601_36827601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827601_36827601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827601_36827601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827601'^^xsd:integer;
  dwc:observationDate '2016-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827603_36827603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827603_36827603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827603_36827603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827603_36827603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827603_36827603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827603'^^xsd:integer;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827605_36827605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827605_36827605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827605_36827605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827605_36827605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827605_36827605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827605'^^xsd:integer;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827617_36827617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827617_36827617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827617_36827617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827617_36827617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827617_36827617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827617'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827617'^^xsd:integer;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827637_36827637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827637_36827637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827637_36827637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827637_36827637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827637_36827637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827637'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827637'^^xsd:integer;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827639_36827639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827639_36827639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827639_36827639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827639_36827639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827639_36827639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827639'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827639'^^xsd:integer;
  dwc:observationDate '2016-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827641_36827641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827641_36827641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827641_36827641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827641_36827641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827641_36827641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827641'^^xsd:integer;
  dwc:observationDate '2016-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827642_36827642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827642_36827642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827642_36827642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827642_36827642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827642_36827642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827642'^^xsd:integer;
  dwc:observationDate '2016-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827645_36827645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827645_36827645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827645_36827645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827645_36827645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827645_36827645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827645'^^xsd:integer;
  dwc:observationDate '2016-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827655_36827655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827655_36827655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827655_36827655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827655_36827655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827655_36827655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827655'^^xsd:integer;
  dwc:observationDate '2016-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827657_36827657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827657_36827657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827657_36827657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827657_36827657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827657_36827657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827657'^^xsd:integer;
  dwc:observationDate '2016-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827659_36827659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827659_36827659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827659_36827659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827659_36827659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827659_36827659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827659'^^xsd:integer;
  dwc:observationDate '2016-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827660_36827660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827660_36827660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827660_36827660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827660_36827660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827660_36827660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827660'^^xsd:integer;
  dwc:observationDate '2016-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827675_36827675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827675_36827675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827675_36827675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827675_36827675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827675_36827675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827675'^^xsd:integer;
  dwc:observationDate '2016-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827676_36827676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827676_36827676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827676_36827676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827676_36827676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827676_36827676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827676'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827676'^^xsd:integer;
  dwc:observationDate '2016-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827677_36827677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827677_36827677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827677_36827677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827677_36827677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827677_36827677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827677'^^xsd:integer;
  dwc:observationDate '2016-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827689_36827689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827689_36827689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827689_36827689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827689_36827689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827689_36827689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827689'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827696_36827696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827696_36827696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827696_36827696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827696_36827696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827696_36827696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827696'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827718_36827718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827718_36827718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827718_36827718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827718_36827718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827718_36827718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827718'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827718'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827729_36827729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827729_36827729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827729_36827729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827729_36827729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827729_36827729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827729'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829179_36829179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829179_36829179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829179_36829179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829179_36829179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829179_36829179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829179'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829179'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829206_36829206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829206_36829206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829206_36829206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829206_36829206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829206_36829206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829206'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829237_36829237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829237_36829237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829237_36829237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829237_36829237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829237_36829237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829237'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829256_36829256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829256_36829256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829256_36829256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829256_36829256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829256_36829256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829256'^^xsd:integer;
  dwc:observationDate '2016-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827745_36827745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827745_36827745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827745_36827745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827745_36827745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827745_36827745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827745'^^xsd:integer;
  dwc:observationDate '2016-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827753_36827753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827753_36827753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827753_36827753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827753_36827753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827753_36827753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827753'^^xsd:integer;
  dwc:observationDate '2016-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827775_36827775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827775_36827775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827775_36827775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827775_36827775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827775_36827775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827775'^^xsd:integer;
  dwc:observationDate '2016-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827793_36827793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827793_36827793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827793_36827793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827793_36827793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827793_36827793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827793'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827813_36827813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827813_36827813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827813_36827813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827813_36827813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827813_36827813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827813'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827813'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827818_36827818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827818_36827818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827818_36827818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827818_36827818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827818_36827818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827818'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827819_36827819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827819_36827819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827819_36827819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827819_36827819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827819_36827819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827819'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827821_36827821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827821_36827821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827821_36827821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827821_36827821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827821_36827821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827821'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827822_36827822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827822_36827822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827822_36827822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827822_36827822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827822_36827822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827822'^^xsd:integer;
  dwc:observationDate '2016-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827835_36827835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827835_36827835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827835_36827835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827835_36827835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827835_36827835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827835'^^xsd:integer;
  dwc:observationDate '2016-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827837_36827837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827837_36827837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827837_36827837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827837_36827837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827837_36827837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827837'^^xsd:integer;
  dwc:observationDate '2016-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827883_36827883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827883_36827883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827883_36827883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827883_36827883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827883_36827883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827883'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827895_36827895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827895_36827895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827895_36827895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827895_36827895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827895_36827895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827895'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827926_36827926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827926_36827926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827926_36827926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827926_36827926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827926_36827926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827926'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829318_36829318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829318_36829318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829318_36829318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829318_36829318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829318_36829318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829318'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829318'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829319_36829319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829319_36829319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829319_36829319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829319_36829319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829319_36829319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829319'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829319'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827955_36827955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827955_36827955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827955_36827955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827955_36827955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827955_36827955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827955'^^xsd:integer;
  dwc:observationDate '2016-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827972_36827972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827972_36827972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827972_36827972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827972_36827972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827972_36827972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827972'^^xsd:integer;
  dwc:observationDate '2016-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827988_36827988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827988_36827988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827988_36827988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827988_36827988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827988_36827988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827988'^^xsd:integer;
  dwc:observationDate '2016-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828005_36828005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828005_36828005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828005_36828005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828005_36828005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828005_36828005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828005'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828007_36828007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828007_36828007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828007_36828007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828007_36828007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828007_36828007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828007'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828017_36828017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828017_36828017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828017_36828017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828017_36828017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828017_36828017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828017'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828039_36828039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828039_36828039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828039_36828039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828039_36828039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828039_36828039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828039'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828039'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828048_36828048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828048_36828048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828048_36828048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828048_36828048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828048_36828048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828048'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829391_36829391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829391_36829391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829391_36829391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829391_36829391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829391_36829391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829391'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805080_36805080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805080_36805080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805080_36805080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805080_36805080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805080_36805080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805080'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829397_36829397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829397_36829397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829397_36829397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829397_36829397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829397_36829397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829397'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829407_36829407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829407_36829407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829407_36829407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829407_36829407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829407_36829407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829407'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828062_36828062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828062_36828062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828062_36828062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828062_36828062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828062_36828062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828062'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828075_36828075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828075_36828075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828075_36828075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828075_36828075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828075_36828075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828075'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828083_36828083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828083_36828083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828083_36828083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828083_36828083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828083_36828083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828083'^^xsd:integer;
  dwc:observationDate '2016-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828098_36828098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828098_36828098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828098_36828098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828098_36828098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828098_36828098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828098'^^xsd:integer;
  dwc:observationDate '2016-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828119_36828119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828119_36828119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828119_36828119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828119_36828119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828119_36828119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828119'^^xsd:integer;
  dwc:observationDate '2016-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828126_36828126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828126_36828126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828126_36828126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828126_36828126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828126_36828126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828126'^^xsd:integer;
  dwc:observationDate '2016-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828130_36828130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828130_36828130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828130_36828130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828130_36828130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828130_36828130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828130'^^xsd:integer;
  dwc:observationDate '2016-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828134_36828134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828134_36828134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828134_36828134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828134_36828134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828134_36828134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828134'^^xsd:integer;
  dwc:observationDate '2016-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828143_36828143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828143_36828143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828143_36828143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828143_36828143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828143_36828143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828143'^^xsd:integer;
  dwc:observationDate '2016-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828162_36828162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828162_36828162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828162_36828162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828162_36828162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828162_36828162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828162'^^xsd:integer;
  dwc:observationDate '2016-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828191_36828191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828191_36828191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828191_36828191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828191_36828191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828191_36828191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828191'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828198_36828198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828198_36828198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828198_36828198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828198_36828198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828198_36828198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828198'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828199_36828199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828199_36828199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828199_36828199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828199_36828199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828199_36828199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828199'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828209_36828209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828209_36828209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828209_36828209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828209_36828209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828209_36828209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828209'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829594_36829594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829594_36829594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829594_36829594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829594_36829594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829594_36829594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829594'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805606_36805606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805606_36805606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805606_36805606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805606_36805606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805606_36805606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805606'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829622_36829622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829622_36829622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829622_36829622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829622_36829622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829622_36829622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829622'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828224_36828224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828224_36828224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828224_36828224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828224_36828224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828224_36828224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828224'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828224'^^xsd:integer;
  dwc:observationDate '2016-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828235_36828235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828235_36828235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828235_36828235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828235_36828235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828235_36828235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828235'^^xsd:integer;
  dwc:observationDate '2016-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828236_36828236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828236_36828236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828236_36828236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828236_36828236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828236_36828236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828236'^^xsd:integer;
  dwc:observationDate '2016-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829647_36829647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829647_36829647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829647_36829647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829647_36829647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829647_36829647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829647'^^xsd:integer;
  dwc:observationDate '2016-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805613_36805613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805613_36805613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805613_36805613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805613_36805613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805613_36805613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805613'^^xsd:integer;
  dwc:observationDate '2016-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805638_36805638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805638_36805638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805638_36805638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805638_36805638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805638_36805638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805638'^^xsd:integer;
  dwc:observationDate '2016-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805663_36805663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805663_36805663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805663_36805663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805663_36805663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805663_36805663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805663'^^xsd:integer;
  dwc:observationDate '2016-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829681_36829681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829681_36829681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829681_36829681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829681_36829681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829681_36829681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829681'^^xsd:integer;
  dwc:observationDate '2016-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829685_36829685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829685_36829685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829685_36829685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829685_36829685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829685_36829685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829685'^^xsd:integer;
  dwc:observationDate '2016-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829687_36829687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829687_36829687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829687_36829687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829687_36829687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829687_36829687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829687'^^xsd:integer;
  dwc:observationDate '2016-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805696_36805696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805696_36805696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805696_36805696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805696_36805696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805696_36805696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805696'^^xsd:integer;
  dwc:observationDate '2016-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686575_36686575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686575_36686575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686575_36686575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686575_36686575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686575_36686575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686575'^^xsd:integer;
  dwc:observationDate '2016-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683660_36683660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683660_36683660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683660_36683660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683660_36683660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683660_36683660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683660'^^xsd:integer;
  dwc:observationDate '2016-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683665_36683665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683665_36683665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683665_36683665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683665_36683665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683665_36683665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683665'^^xsd:integer;
  dwc:observationDate '2016-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683671_36683671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683671_36683671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683671_36683671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683671_36683671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683671_36683671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683671'^^xsd:integer;
  dwc:observationDate '2016-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683697_36683697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683697_36683697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683697_36683697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683697_36683697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683697_36683697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683697'^^xsd:integer;
  dwc:observationDate '2016-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683710_36683710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683710_36683710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683710_36683710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683710_36683710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683710_36683710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683710'^^xsd:integer;
  dwc:observationDate '2016-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683716_36683716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683716_36683716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683716_36683716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683716_36683716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683716_36683716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683716'^^xsd:integer;
  dwc:observationDate '2016-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683727_36683727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683727_36683727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683727_36683727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683727_36683727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683727_36683727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683727'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683734_36683734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683734_36683734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683734_36683734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683734_36683734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683734_36683734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683734'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683746_36683746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683746_36683746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683746_36683746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683746_36683746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683746_36683746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683746'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683770_36683770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683770_36683770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683770_36683770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683770_36683770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683770_36683770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683770'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683791_36683791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683791_36683791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683791_36683791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683791_36683791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683791_36683791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683791'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683793_36683793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683793_36683793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683793_36683793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683793_36683793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683793_36683793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683793'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683798_36683798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683798_36683798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683798_36683798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683798_36683798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683798_36683798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683798'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683807_36683807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683807_36683807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683807_36683807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683807_36683807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683807_36683807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683807'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683835_36683835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683835_36683835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683835_36683835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683835_36683835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683835_36683835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683835'^^xsd:integer;
  dwc:observationDate '2016-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683859_36683859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683859_36683859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683859_36683859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683859_36683859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683859_36683859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683859'^^xsd:integer;
  dwc:observationDate '2016-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686578_36686578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686578_36686578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686578_36686578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686578_36686578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686578_36686578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686578'^^xsd:integer;
  dwc:observationDate '2016-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36722784_36722784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36722784_36722784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36722784_36722784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36722784_36722784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36722784_36722784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36722784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36722784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36722784'^^xsd:integer;
  dwc:observationDate '2016-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805710_36805710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805710_36805710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805710_36805710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805710_36805710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805710_36805710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805710'^^xsd:integer;
  dwc:observationDate '2016-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828251_36828251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828251_36828251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828251_36828251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828251_36828251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828251_36828251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828251'^^xsd:integer;
  dwc:observationDate '2016-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828264_36828264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828264_36828264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828264_36828264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828264_36828264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828264_36828264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828264'^^xsd:integer;
  dwc:observationDate '2016-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828276_36828276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828276_36828276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828276_36828276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828276_36828276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828276_36828276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828276'^^xsd:integer;
  dwc:observationDate '2016-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828291_36828291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828291_36828291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828291_36828291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828291_36828291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828291_36828291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828291'^^xsd:integer;
  dwc:observationDate '2016-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828295_36828295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828295_36828295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828295_36828295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828295_36828295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828295_36828295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828295'^^xsd:integer;
  dwc:observationDate '2016-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828311_36828311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828311_36828311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828311_36828311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828311_36828311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828311_36828311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828311'^^xsd:integer;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829732_36829732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829732_36829732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829732_36829732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829732_36829732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829732_36829732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829732'^^xsd:integer;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805770_36805770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805770_36805770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805770_36805770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805770_36805770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805770_36805770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805770'^^xsd:integer;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805799_36805799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805799_36805799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805799_36805799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805799_36805799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805799_36805799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805799'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805799'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805828_36805828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805828_36805828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805828_36805828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805828_36805828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805828_36805828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805828'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805828'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829770_36829770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829770_36829770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829770_36829770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829770_36829770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829770_36829770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829770'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829797_36829797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829797_36829797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829797_36829797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829797_36829797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829797_36829797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829797'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829801_36829801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829801_36829801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829801_36829801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829801_36829801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829801_36829801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829801'^^xsd:integer;
  dwc:observationDate '2016-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829817_36829817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829817_36829817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829817_36829817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829817_36829817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829817_36829817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829817'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805841_36805841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805841_36805841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805841_36805841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805841_36805841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805841_36805841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805841'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805867_36805867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805867_36805867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805867_36805867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805867_36805867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805867_36805867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805867'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805886_36805886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805886_36805886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805886_36805886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805886_36805886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805886_36805886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805886'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829840_36829840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829840_36829840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829840_36829840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829840_36829840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829840_36829840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829840'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829858_36829858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829858_36829858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829858_36829858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829858_36829858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829858_36829858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829858'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829862_36829862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829862_36829862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829862_36829862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829862_36829862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829862_36829862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829862'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805934_36805934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805934_36805934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805934_36805934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805934_36805934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805934_36805934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805934'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805963_36805963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805963_36805963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805963_36805963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805963_36805963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805963_36805963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805963'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805988_36805988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805988_36805988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805988_36805988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805988_36805988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805988_36805988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805988'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806014_36806014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806014_36806014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806014_36806014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806014_36806014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806014_36806014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806014'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829875_36829875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829875_36829875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829875_36829875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829875_36829875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829875_36829875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829875'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829887_36829887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829887_36829887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829887_36829887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829887_36829887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829887_36829887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829887'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806024_36806024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806024_36806024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806024_36806024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806024_36806024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806024_36806024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806024'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829900_36829900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829900_36829900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829900_36829900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829900_36829900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829900_36829900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829900'^^xsd:integer;
  dwc:observationDate '2016-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829989_36829989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829989_36829989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829989_36829989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829989_36829989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829989_36829989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829989'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806050_36806050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806050_36806050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806050_36806050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806050_36806050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806050_36806050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806050'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806050'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806078_36806078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806078_36806078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806078_36806078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806078_36806078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806078_36806078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806078'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806078'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806110_36806110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806110_36806110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806110_36806110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806110_36806110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806110_36806110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806110'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830008_36830008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830008_36830008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830008_36830008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830008_36830008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830008_36830008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830008'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830013_36830013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830013_36830013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830013_36830013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830013_36830013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830013_36830013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830013'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830013'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828358_36828358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828358_36828358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828358_36828358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828358_36828358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828358_36828358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828358'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828365_36828365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828365_36828365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828365_36828365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828365_36828365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828365_36828365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828365'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830018_36830018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830018_36830018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830018_36830018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830018_36830018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830018_36830018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830018'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830018'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806138_36806138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806138_36806138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806138_36806138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806138_36806138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806138_36806138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806138'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36723665_36723665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36723665_36723665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36723665_36723665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36723665_36723665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36723665_36723665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36723665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36723665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36723665'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686593_36686593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686593_36686593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686593_36686593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686593_36686593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686593_36686593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686593'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683865_36683865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683865_36683865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683865_36683865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683865_36683865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683865_36683865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683865'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683871_36683871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683871_36683871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683871_36683871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683871_36683871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683871_36683871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683871'^^xsd:integer;
  dwc:observationDate '2016-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683923_36683923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683923_36683923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683923_36683923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683923_36683923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683923_36683923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683923'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683940_36683940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683940_36683940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683940_36683940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683940_36683940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683940_36683940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683940'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683972_36683972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683972_36683972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683972_36683972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683972_36683972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683972_36683972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683972'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36683994_36683994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36683994_36683994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36683994_36683994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36683994_36683994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36683994_36683994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36683994'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684000_36684000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684000_36684000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684000_36684000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684000_36684000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684000_36684000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684000'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686595_36686595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686595_36686595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686595_36686595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686595_36686595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686595_36686595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686595'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686607_36686607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686607_36686607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686607_36686607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686607_36686607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686607_36686607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686607'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686607'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686614_36686614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686614_36686614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686614_36686614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686614_36686614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686614_36686614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686614'^^xsd:integer;
  dwc:observationDate '2016-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36724187_36724187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36724187_36724187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36724187_36724187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36724187_36724187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36724187_36724187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36724187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36724187'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36724187'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806235_36806235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806235_36806235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806235_36806235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806235_36806235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806235_36806235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806235'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828417_36828417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828417_36828417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828417_36828417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828417_36828417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828417_36828417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828417'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828426_36828426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828426_36828426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828426_36828426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828426_36828426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828426_36828426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828426'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828450_36828450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828450_36828450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828450_36828450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828450_36828450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828450_36828450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828450'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830168_36830168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830168_36830168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830168_36830168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830168_36830168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830168_36830168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830168'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806271_36806271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806271_36806271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806271_36806271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806271_36806271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806271_36806271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806271'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806278_36806278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806278_36806278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806278_36806278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806278_36806278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806278_36806278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806278'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806282_36806282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806282_36806282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806282_36806282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806282_36806282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806282_36806282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806282'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806288_36806288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806288_36806288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806288_36806288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806288_36806288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806288_36806288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806288'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806291_36806291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806291_36806291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806291_36806291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806291_36806291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806291_36806291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806291'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806310_36806310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806310_36806310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806310_36806310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806310_36806310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806310_36806310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806310'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806341_36806341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806341_36806341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806341_36806341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806341_36806341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806341_36806341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806341'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806341'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806367_36806367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806367_36806367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806367_36806367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806367_36806367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806367_36806367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806367'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806367'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806396_36806396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806396_36806396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806396_36806396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806396_36806396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806396_36806396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806396'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806423_36806423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806423_36806423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806423_36806423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806423_36806423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806423_36806423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806423'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36806456_36806456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36806456_36806456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36806456_36806456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36806456_36806456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36806456_36806456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36806456'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686625_36686625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686625_36686625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686625_36686625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686625_36686625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686625_36686625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686625'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684023_36684023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684023_36684023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684023_36684023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684023_36684023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684023_36684023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684023'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684025_36684025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684025_36684025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684025_36684025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684025_36684025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684025_36684025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684025'^^xsd:integer;
  dwc:observationDate '2016-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684027_36684027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684027_36684027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684027_36684027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684027_36684027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684027_36684027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684027'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684046_36684046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684046_36684046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684046_36684046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684046_36684046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684046_36684046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684046'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684077_36684077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684077_36684077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684077_36684077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684077_36684077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684077_36684077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684077'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684105_36684105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684105_36684105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684105_36684105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684105_36684105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684105_36684105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684105'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684116_36684116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684116_36684116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684116_36684116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684116_36684116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684116_36684116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684116'^^xsd:integer;
  dwc:observationDate '2016-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684126_36684126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684126_36684126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684126_36684126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684126_36684126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684126_36684126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684126'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684141_36684141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684141_36684141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684141_36684141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684141_36684141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684141_36684141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684141'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684168_36684168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684168_36684168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684168_36684168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684168_36684168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684168_36684168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684168'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684184_36684184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684184_36684184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684184_36684184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684184_36684184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684184_36684184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684184'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684185_36684185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684185_36684185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684185_36684185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684185_36684185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684185_36684185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684185'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684192_36684192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684192_36684192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684192_36684192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684192_36684192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684192_36684192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684192'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684198_36684198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684198_36684198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684198_36684198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684198_36684198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684198_36684198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684198'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686630_36686630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686630_36686630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686630_36686630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686630_36686630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686630_36686630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686630'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36725001_36725001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36725001_36725001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36725001_36725001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36725001_36725001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36725001_36725001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36725001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36725001'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36725001'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36725017_36725017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36725017_36725017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36725017_36725017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36725017_36725017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36725017_36725017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36725017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36725017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36725017'^^xsd:integer;
  dwc:observationDate '2016-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36725096_36725096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36725096_36725096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36725096_36725096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36725096_36725096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36725096_36725096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36725096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36725096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36725096'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36725098_36725098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36725098_36725098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36725098_36725098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36725098_36725098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36725098_36725098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36725098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36725098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36725098'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684201_36684201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684201_36684201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684201_36684201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684201_36684201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684201_36684201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684201'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684201'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684214_36684214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684214_36684214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684214_36684214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684214_36684214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684214_36684214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684214'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684244_36684244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684244_36684244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684244_36684244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684244_36684244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684244_36684244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684244'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684272_36684272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684272_36684272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684272_36684272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684272_36684272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684272_36684272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684272'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684299_36684299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684299_36684299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684299_36684299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684299_36684299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684299_36684299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684299'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684325_36684325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684325_36684325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684325_36684325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684325_36684325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684325_36684325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684325'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684354_36684354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684354_36684354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684354_36684354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684354_36684354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684354_36684354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684354'^^xsd:integer;
  dwc:observationDate '2016-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684361_36684361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684361_36684361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684361_36684361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684361_36684361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684361_36684361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684361'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684383_36684383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684383_36684383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684383_36684383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684383_36684383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684383_36684383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684383'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684412_36684412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684412_36684412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684412_36684412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684412_36684412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684412_36684412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684412'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684441_36684441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684441_36684441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684441_36684441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684441_36684441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684441_36684441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684441'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684469_36684469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684469_36684469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684469_36684469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684469_36684469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684469_36684469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684469'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684495_36684495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684495_36684495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684495_36684495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684495_36684495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684495_36684495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684495'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684524_36684524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684524_36684524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684524_36684524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684524_36684524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684524_36684524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684524'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684536_36684536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684536_36684536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684536_36684536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684536_36684536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684536_36684536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684536'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684542_36684542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684542_36684542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684542_36684542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684542_36684542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684542_36684542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684542'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684543_36684543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684543_36684543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684543_36684543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684543_36684543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684543_36684543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684543'^^xsd:integer;
  dwc:observationDate '2016-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684544_36684544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684544_36684544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684544_36684544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684544_36684544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684544_36684544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684544'^^xsd:integer;
  dwc:observationDate '2016-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684554_36684554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684554_36684554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684554_36684554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684554_36684554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684554_36684554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684554'^^xsd:integer;
  dwc:observationDate '2016-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684569_36684569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684569_36684569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684569_36684569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684569_36684569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684569_36684569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684569'^^xsd:integer;
  dwc:observationDate '2016-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684598_36684598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684598_36684598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684598_36684598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684598_36684598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684598_36684598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684598'^^xsd:integer;
  dwc:observationDate '2016-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684625_36684625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684625_36684625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684625_36684625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684625_36684625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684625_36684625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684625'^^xsd:integer;
  dwc:observationDate '2016-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684627_36684627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684627_36684627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684627_36684627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684627_36684627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684627_36684627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684627'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684634_36684634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684634_36684634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684634_36684634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684634_36684634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684634_36684634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684634'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684643_36684643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684643_36684643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684643_36684643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684643_36684643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684643_36684643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684643'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684663_36684663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684663_36684663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684663_36684663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684663_36684663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684663_36684663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684663'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684693_36684693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684693_36684693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684693_36684693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684693_36684693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684693_36684693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684693'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684693'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686638_36686638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686638_36686638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686638_36686638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686638_36686638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686638_36686638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686638'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36727396_36727396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36727396_36727396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36727396_36727396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36727396_36727396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36727396_36727396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36727396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36727396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36727396'^^xsd:integer;
  dwc:observationDate '2016-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36851076_36851076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36851076_36851076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36851076_36851076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36851076_36851076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36851076_36851076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36851076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36851076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36851076'^^xsd:integer;
  dwc:observationDate '2016-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686641_36686641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686641_36686641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686641_36686641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686641_36686641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686641_36686641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686641'^^xsd:integer;
  dwc:observationDate '2016-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686648_36686648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686648_36686648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686648_36686648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686648_36686648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686648_36686648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686648'^^xsd:integer;
  dwc:observationDate '2016-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36727618_36727618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36727618_36727618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36727618_36727618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36727618_36727618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36727618_36727618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36727618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36727618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36727618'^^xsd:integer;
  dwc:observationDate '2016-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36851196_36851196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36851196_36851196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36851196_36851196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36851196_36851196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36851196_36851196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36851196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36851196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36851196'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36727653_36727653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36727653_36727653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36727653_36727653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36727653_36727653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36727653_36727653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36727653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36727653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36727653'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36830193_36830193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36830193_36830193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36830193_36830193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36830193_36830193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36830193_36830193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830193'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828452_36828452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828452_36828452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828452_36828452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828452_36828452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828452_36828452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828452'^^xsd:integer;
  dwc:observationDate '2016-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828471_36828471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828471_36828471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828471_36828471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828471_36828471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828471_36828471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828471'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36808801_36808801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36808801_36808801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36808801_36808801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36808801_36808801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36808801_36808801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36808801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36808801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36808801'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36730644_36730644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36730644_36730644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36730644_36730644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36730644_36730644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36730644_36730644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730644'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730644'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686803_36686803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686803_36686803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686803_36686803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686803_36686803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686803_36686803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686803'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686803'^^xsd:integer;
  dwc:observationDate '2016-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684953_36684953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684953_36684953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684953_36684953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684953_36684953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684953_36684953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684953'^^xsd:integer;
  dwc:observationDate '2016-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684965_36684965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684965_36684965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684965_36684965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684965_36684965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684965_36684965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684965'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684965'^^xsd:integer;
  dwc:observationDate '2016-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684968_36684968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684968_36684968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684968_36684968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684968_36684968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684968_36684968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684968'^^xsd:integer;
  dwc:observationDate '2016-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684988_36684988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684988_36684988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684988_36684988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684988_36684988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684988_36684988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684988'^^xsd:integer;
  dwc:observationDate '2016-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684990_36684990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684990_36684990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684990_36684990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684990_36684990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684990_36684990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684990'^^xsd:integer;
  dwc:observationDate '2016-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686829_36686829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686829_36686829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686829_36686829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686829_36686829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686829_36686829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686829'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686839_36686839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686839_36686839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686839_36686839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686839_36686839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686839_36686839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686839'^^xsd:integer;
  dwc:observationDate '2016-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36684991_36684991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36684991_36684991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36684991_36684991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36684991_36684991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36684991_36684991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684991'^^xsd:integer;
  dwc:observationDate '2016-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685003_36685003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685003_36685003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685003_36685003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685003_36685003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685003_36685003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685003'^^xsd:integer;
  dwc:observationDate '2016-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685015_36685015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685015_36685015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685015_36685015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685015_36685015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685015_36685015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685015'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685018_36685018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685018_36685018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685018_36685018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685018_36685018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685018_36685018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685018'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685018'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685029_36685029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685029_36685029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685029_36685029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685029_36685029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685029_36685029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685029'^^xsd:integer;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685037_36685037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685037_36685037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685037_36685037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685037_36685037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685037_36685037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685037'^^xsd:integer;
  dwc:observationDate '2016-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685046_36685046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685046_36685046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685046_36685046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685046_36685046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685046_36685046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685046'^^xsd:integer;
  dwc:observationDate '2016-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685063_36685063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685063_36685063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685063_36685063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685063_36685063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685063_36685063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685063'^^xsd:integer;
  dwc:observationDate '2016-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685075_36685075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685075_36685075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685075_36685075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685075_36685075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685075_36685075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685075'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685091_36685091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685091_36685091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685091_36685091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685091_36685091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685091_36685091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685091'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685115_36685115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685115_36685115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685115_36685115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685115_36685115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685115_36685115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685115'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685117_36685117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685117_36685117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685117_36685117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685117_36685117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685117_36685117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685117'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685117'^^xsd:integer;
  dwc:observationDate '2016-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685140_36685140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685140_36685140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685140_36685140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685140_36685140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685140_36685140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685140'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685143_36685143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685143_36685143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685143_36685143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685143_36685143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685143_36685143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685143'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685146_36685146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685146_36685146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685146_36685146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685146_36685146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685146_36685146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685146'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685153_36685153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685153_36685153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685153_36685153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685153_36685153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685153_36685153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685153'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685153'^^xsd:integer;
  dwc:observationDate '2016-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685174_36685174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685174_36685174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685174_36685174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685174_36685174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685174_36685174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685174'^^xsd:integer;
  dwc:observationDate '2016-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685181_36685181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685181_36685181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685181_36685181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685181_36685181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685181_36685181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685181'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685181'^^xsd:integer;
  dwc:observationDate '2016-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685200_36685200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685200_36685200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685200_36685200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685200_36685200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685200_36685200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685200'^^xsd:integer;
  dwc:observationDate '2016-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685215_36685215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685215_36685215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685215_36685215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685215_36685215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685215_36685215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685215'^^xsd:integer;
  dwc:observationDate '2016-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685216_36685216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685216_36685216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685216_36685216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685216_36685216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685216_36685216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685216'^^xsd:integer;
  dwc:observationDate '2016-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685243_36685243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685243_36685243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685243_36685243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685243_36685243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685243_36685243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685243'^^xsd:integer;
  dwc:observationDate '2016-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685251_36685251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685251_36685251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685251_36685251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685251_36685251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685251_36685251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685251'^^xsd:integer;
  dwc:observationDate '2016-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685252_36685252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685252_36685252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685252_36685252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685252_36685252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685252_36685252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685252'^^xsd:integer;
  dwc:observationDate '2016-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685255_36685255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685255_36685255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685255_36685255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685255_36685255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685255_36685255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685255'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685275_36685275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685275_36685275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685275_36685275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685275_36685275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685275_36685275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685275'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685276_36685276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685276_36685276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685276_36685276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685276_36685276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685276_36685276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685276'^^xsd:integer;
  dwc:observationDate '2016-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685280_36685280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685280_36685280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685280_36685280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685280_36685280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685280_36685280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685280'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685290_36685290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685290_36685290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685290_36685290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685290_36685290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685290_36685290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685290'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685290'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685320_36685320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685320_36685320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685320_36685320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685320_36685320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685320_36685320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685320'^^xsd:integer;
  dwc:observationDate '2016-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685326_36685326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685326_36685326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685326_36685326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685326_36685326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685326_36685326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685326'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685332_36685332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685332_36685332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685332_36685332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685332_36685332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685332_36685332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685332'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685336_36685336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685336_36685336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685336_36685336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685336_36685336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685336_36685336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685336'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685347_36685347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685347_36685347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685347_36685347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685347_36685347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685347_36685347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685347'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685347'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685361_36685361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685361_36685361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685361_36685361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685361_36685361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685361_36685361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685361'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685370_36685370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685370_36685370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685370_36685370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685370_36685370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685370_36685370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685370'^^xsd:integer;
  dwc:observationDate '2016-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685378_36685378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685378_36685378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685378_36685378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685378_36685378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685378_36685378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685378'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685384_36685384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685384_36685384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685384_36685384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685384_36685384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685384_36685384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685384'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685384'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687017_36687017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687017_36687017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687017_36687017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687017_36687017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687017_36687017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687017'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687022_36687022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687022_36687022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687022_36687022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687022_36687022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687022_36687022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687022'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685385_36685385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685385_36685385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685385_36685385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685385_36685385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685385_36685385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685385'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685386_36685386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685386_36685386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685386_36685386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685386_36685386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685386_36685386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685386'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685386'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685415_36685415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685415_36685415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685415_36685415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685415_36685415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685415_36685415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685415'^^xsd:integer;
  dwc:observationDate '2016-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685422_36685422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685422_36685422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685422_36685422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685422_36685422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685422_36685422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685422'^^xsd:integer;
  dwc:observationDate '2016-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685425_36685425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685425_36685425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685425_36685425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685425_36685425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685425_36685425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685425'^^xsd:integer;
  dwc:observationDate '2016-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685428_36685428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685428_36685428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685428_36685428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685428_36685428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685428_36685428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685428'^^xsd:integer;
  dwc:observationDate '2016-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685458_36685458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685458_36685458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685458_36685458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685458_36685458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685458_36685458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685458'^^xsd:integer;
  dwc:observationDate '2016-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685470_36685470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685470_36685470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685470_36685470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685470_36685470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685470_36685470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685470'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685470'^^xsd:integer;
  dwc:observationDate '2016-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685489_36685489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685489_36685489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685489_36685489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685489_36685489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685489_36685489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685489'^^xsd:integer;
  dwc:observationDate '2016-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685510_36685510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685510_36685510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685510_36685510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685510_36685510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685510_36685510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685510'^^xsd:integer;
  dwc:observationDate '2016-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685527_36685527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685527_36685527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685527_36685527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685527_36685527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685527_36685527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685527'^^xsd:integer;
  dwc:observationDate '2016-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685543_36685543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685543_36685543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685543_36685543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685543_36685543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685543_36685543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685543'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685549_36685549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685549_36685549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685549_36685549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685549_36685549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685549_36685549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685549'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685556_36685556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685556_36685556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685556_36685556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685556_36685556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685556_36685556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685556'^^xsd:integer;
  dwc:observationDate '2016-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685627_36685627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685627_36685627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685627_36685627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685627_36685627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685627_36685627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685627'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685634_36685634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685634_36685634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685634_36685634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685634_36685634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685634_36685634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685634'^^xsd:integer;
  dwc:observationDate '2016-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685722_36685722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685722_36685722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685722_36685722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685722_36685722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685722_36685722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685722'^^xsd:integer;
  dwc:observationDate '2016-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685745_36685745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685745_36685745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685745_36685745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685745_36685745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685745_36685745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685745'^^xsd:integer;
  dwc:observationDate '2016-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685771_36685771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685771_36685771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685771_36685771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685771_36685771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685771_36685771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685771'^^xsd:integer;
  dwc:observationDate '2016-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685781_36685781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685781_36685781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685781_36685781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685781_36685781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685781_36685781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685781'^^xsd:integer;
  dwc:observationDate '2016-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685791_36685791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685791_36685791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685791_36685791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685791_36685791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685791_36685791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685791'^^xsd:integer;
  dwc:observationDate '2016-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685794_36685794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685794_36685794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685794_36685794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685794_36685794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685794_36685794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685794'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685794'^^xsd:integer;
  dwc:observationDate '2016-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685811_36685811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685811_36685811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685811_36685811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685811_36685811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685811_36685811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685811'^^xsd:integer;
  dwc:observationDate '2016-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685823_36685823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685823_36685823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685823_36685823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685823_36685823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685823_36685823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685823'^^xsd:integer;
  dwc:observationDate '2016-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685832_36685832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685832_36685832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685832_36685832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685832_36685832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685832_36685832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685832'^^xsd:integer;
  dwc:observationDate '2016-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685839_36685839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685839_36685839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685839_36685839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685839_36685839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685839_36685839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685839'^^xsd:integer;
  dwc:observationDate '2016-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685841_36685841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685841_36685841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685841_36685841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685841_36685841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685841_36685841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685841'^^xsd:integer;
  dwc:observationDate '2016-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685847_36685847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685847_36685847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685847_36685847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685847_36685847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685847_36685847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685847'^^xsd:integer;
  dwc:observationDate '2016-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685853_36685853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685853_36685853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685853_36685853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685853_36685853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685853_36685853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685853'^^xsd:integer;
  dwc:observationDate '2016-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685867_36685867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685867_36685867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685867_36685867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685867_36685867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685867_36685867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685867'^^xsd:integer;
  dwc:observationDate '2016-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685876_36685876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685876_36685876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685876_36685876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685876_36685876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685876_36685876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685876'^^xsd:integer;
  dwc:observationDate '2016-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685895_36685895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685895_36685895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685895_36685895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685895_36685895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685895_36685895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685895'^^xsd:integer;
  dwc:observationDate '2016-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685900_36685900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685900_36685900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685900_36685900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685900_36685900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685900_36685900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685900'^^xsd:integer;
  dwc:observationDate '2016-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685903_36685903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685903_36685903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685903_36685903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685903_36685903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685903_36685903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685903'^^xsd:integer;
  dwc:observationDate '2016-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685910_36685910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685910_36685910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685910_36685910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685910_36685910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685910_36685910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685910'^^xsd:integer;
  dwc:observationDate '2016-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685919_36685919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685919_36685919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685919_36685919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685919_36685919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685919_36685919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685919'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685919'^^xsd:integer;
  dwc:observationDate '2016-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685940_36685940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685940_36685940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685940_36685940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685940_36685940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685940_36685940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685940'^^xsd:integer;
  dwc:observationDate '2016-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685951_36685951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685951_36685951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685951_36685951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685951_36685951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685951_36685951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685951'^^xsd:integer;
  dwc:observationDate '2016-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685955_36685955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685955_36685955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685955_36685955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685955_36685955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685955_36685955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685955'^^xsd:integer;
  dwc:observationDate '2016-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685959_36685959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685959_36685959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685959_36685959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685959_36685959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685959_36685959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685959'^^xsd:integer;
  dwc:observationDate '2016-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685983_36685983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685983_36685983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685983_36685983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685983_36685983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685983_36685983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685983'^^xsd:integer;
  dwc:observationDate '2016-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685987_36685987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685987_36685987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685987_36685987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685987_36685987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685987_36685987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685987'^^xsd:integer;
  dwc:observationDate '2016-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36685991_36685991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36685991_36685991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36685991_36685991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36685991_36685991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36685991_36685991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685991'^^xsd:integer;
  dwc:observationDate '2016-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686002_36686002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686002_36686002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686002_36686002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686002_36686002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686002_36686002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686002'^^xsd:integer;
  dwc:observationDate '2016-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686009_36686009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686009_36686009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686009_36686009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686009_36686009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686009_36686009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686009'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686019_36686019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686019_36686019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686019_36686019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686019_36686019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686019_36686019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686019'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686028_36686028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686028_36686028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686028_36686028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686028_36686028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686028_36686028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686028'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686035_36686035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686035_36686035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686035_36686035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686035_36686035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686035_36686035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686035'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686058_36686058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686058_36686058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686058_36686058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686058_36686058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686058_36686058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686058'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686086_36686086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686086_36686086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686086_36686086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686086_36686086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686086_36686086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686086'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686095_36686095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686095_36686095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686095_36686095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686095_36686095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686095_36686095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686095'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686109_36686109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686109_36686109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686109_36686109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686109_36686109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686109_36686109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686109'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686130_36686130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686130_36686130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686130_36686130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686130_36686130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686130_36686130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686130'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686140_36686140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686140_36686140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686140_36686140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686140_36686140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686140_36686140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686140'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686151_36686151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686151_36686151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686151_36686151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686151_36686151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686151_36686151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686151'^^xsd:integer;
  dwc:observationDate '2016-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686159_36686159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686159_36686159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686159_36686159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686159_36686159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686159_36686159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686159'^^xsd:integer;
  dwc:observationDate '2016-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686167_36686167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686167_36686167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686167_36686167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686167_36686167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686167_36686167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686167'^^xsd:integer;
  dwc:observationDate '2016-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686170_36686170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686170_36686170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686170_36686170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686170_36686170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686170_36686170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686170'^^xsd:integer;
  dwc:observationDate '2016-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686194_36686194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686194_36686194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686194_36686194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686194_36686194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686194_36686194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686194'^^xsd:integer;
  dwc:observationDate '2016-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686204_36686204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686204_36686204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686204_36686204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686204_36686204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686204_36686204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686204'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686215_36686215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686215_36686215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686215_36686215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686215_36686215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686215_36686215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686215'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686244_36686244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686244_36686244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686244_36686244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686244_36686244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686244_36686244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686244'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686271_36686271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686271_36686271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686271_36686271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686271_36686271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686271_36686271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686271'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686272_36686272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686272_36686272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686272_36686272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686272_36686272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686272_36686272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686272'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686288_36686288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686288_36686288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686288_36686288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686288_36686288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686288_36686288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686288'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686306_36686306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686306_36686306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686306_36686306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686306_36686306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686306_36686306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686306'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686310_36686310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686310_36686310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686310_36686310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686310_36686310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686310_36686310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686310'^^xsd:integer;
  dwc:observationDate '2016-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686317_36686317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686317_36686317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686317_36686317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686317_36686317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686317_36686317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686317'^^xsd:integer;
  dwc:observationDate '2016-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686324_36686324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686324_36686324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686324_36686324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686324_36686324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686324_36686324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686324'^^xsd:integer;
  dwc:observationDate '2016-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686331_36686331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686331_36686331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686331_36686331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686331_36686331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686331_36686331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686331'^^xsd:integer;
  dwc:observationDate '2016-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686341_36686341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686341_36686341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686341_36686341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686341_36686341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686341_36686341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686341'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686341'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686353_36686353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686353_36686353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686353_36686353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686353_36686353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686353_36686353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686353'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686375_36686375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686375_36686375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686375_36686375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686375_36686375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686375_36686375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686375'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686400_36686400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686400_36686400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686400_36686400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686400_36686400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686400_36686400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686400'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686405_36686405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686405_36686405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686405_36686405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686405_36686405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686405_36686405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686405'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687040_36687040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687040_36687040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687040_36687040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687040_36687040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687040_36687040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687040'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687042_36687042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687042_36687042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687042_36687042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687042_36687042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687042_36687042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687042'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36854275_36854275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36854275_36854275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36854275_36854275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36854275_36854275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36854275_36854275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36854275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36854275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36854275'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828486_36828486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828486_36828486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828486_36828486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828486_36828486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828486_36828486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828486'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828490_36828490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828490_36828490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828490_36828490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828490_36828490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828490_36828490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828490'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831612_36831612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831612_36831612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831612_36831612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831612_36831612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831612_36831612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831612'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818679_36818679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818679_36818679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818679_36818679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818679_36818679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818679_36818679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818679'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818689_36818689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818689_36818689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818689_36818689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818689_36818689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818689_36818689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818689'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818703_36818703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818703_36818703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818703_36818703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818703_36818703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818703_36818703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818703'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818703'^^xsd:integer;
  dwc:observationDate '2016-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818723_36818723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818723_36818723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818723_36818723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818723_36818723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818723_36818723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818723'^^xsd:integer;
  dwc:observationDate '2016-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818747_36818747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818747_36818747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818747_36818747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818747_36818747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818747_36818747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818747'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818747'^^xsd:integer;
  dwc:observationDate '2016-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831632_36831632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831632_36831632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831632_36831632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831632_36831632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831632_36831632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831632'^^xsd:integer;
  dwc:observationDate '2016-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831633_36831633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831633_36831633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831633_36831633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831633_36831633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831633_36831633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831633'^^xsd:integer;
  dwc:observationDate '2016-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831638_36831638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831638_36831638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831638_36831638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831638_36831638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831638_36831638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831638'^^xsd:integer;
  dwc:observationDate '2016-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818792_36818792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818792_36818792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818792_36818792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818792_36818792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818792_36818792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818792'^^xsd:integer;
  dwc:observationDate '2016-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831650_36831650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831650_36831650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831650_36831650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831650_36831650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831650_36831650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831650'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818806_36818806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818806_36818806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818806_36818806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818806_36818806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818806_36818806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818806'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831661_36831661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831661_36831661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831661_36831661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831661_36831661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831661_36831661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831661'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818815_36818815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818815_36818815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818815_36818815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818815_36818815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818815_36818815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818815'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831702_36831702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831702_36831702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831702_36831702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831702_36831702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831702_36831702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831702'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831718_36831718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831718_36831718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831718_36831718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831718_36831718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831718_36831718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831718'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831718'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687049_36687049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687049_36687049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687049_36687049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687049_36687049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687049_36687049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687049'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686411_36686411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686411_36686411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686411_36686411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686411_36686411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686411_36686411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686411'^^xsd:integer;
  dwc:observationDate '2016-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686415_36686415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686415_36686415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686415_36686415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686415_36686415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686415_36686415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686415'^^xsd:integer;
  dwc:observationDate '2016-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686417_36686417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686417_36686417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686417_36686417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686417_36686417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686417_36686417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686417'^^xsd:integer;
  dwc:observationDate '2016-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686418_36686418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686418_36686418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686418_36686418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686418_36686418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686418_36686418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686418'^^xsd:integer;
  dwc:observationDate '2016-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686424_36686424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686424_36686424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686424_36686424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686424_36686424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686424_36686424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686424'^^xsd:integer;
  dwc:observationDate '2016-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36686439_36686439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36686439_36686439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36686439_36686439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36686439_36686439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36686439_36686439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686439'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686439'^^xsd:integer;
  dwc:observationDate '2016-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36687053_36687053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36687053_36687053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36687053_36687053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36687053_36687053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36687053_36687053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36687053'^^xsd:integer;
  dwc:observationDate '2016-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36733869_36733869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36733869_36733869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36733869_36733869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36733869_36733869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36733869_36733869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36733869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36733869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36733869'^^xsd:integer;
  dwc:observationDate '2016-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36733875_36733875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36733875_36733875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36733875_36733875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36733875_36733875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36733875_36733875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36733875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36733875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36733875'^^xsd:integer;
  dwc:observationDate '2016-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36733878_36733878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36733878_36733878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36733878_36733878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36733878_36733878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36733878_36733878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36733878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36733878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36733878'^^xsd:integer;
  dwc:observationDate '2016-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818855_36818855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818855_36818855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818855_36818855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818855_36818855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818855_36818855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818855'^^xsd:integer;
  dwc:observationDate '2016-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828494_36828494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828494_36828494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828494_36828494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828494_36828494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828494_36828494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828494'^^xsd:integer;
  dwc:observationDate '2016-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831750_36831750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831750_36831750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831750_36831750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831750_36831750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831750_36831750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831750'^^xsd:integer;
  dwc:observationDate '2016-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818914_36818914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818914_36818914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818914_36818914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818914_36818914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818914_36818914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818914'^^xsd:integer;
  dwc:observationDate '2016-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36818922_36818922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36818922_36818922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36818922_36818922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36818922_36818922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36818922_36818922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36818922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36818922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36818922'^^xsd:integer;
  dwc:observationDate '2016-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831773_36831773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831773_36831773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831773_36831773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831773_36831773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831773_36831773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831773'^^xsd:integer;
  dwc:observationDate '2016-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828509_36828509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828509_36828509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828509_36828509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828509_36828509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828509_36828509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828509'^^xsd:integer;
  dwc:observationDate '2016-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828514_36828514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828514_36828514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828514_36828514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828514_36828514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828514_36828514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828514'^^xsd:integer;
  dwc:observationDate '2016-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831864_36831864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831864_36831864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831864_36831864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831864_36831864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831864_36831864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831864'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831864'^^xsd:integer;
  dwc:observationDate '2016-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831875_36831875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831875_36831875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831875_36831875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831875_36831875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831875_36831875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831875'^^xsd:integer;
  dwc:observationDate '2016-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36819359_36819359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36819359_36819359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36819359_36819359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36819359_36819359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36819359_36819359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36819359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36819359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36819359'^^xsd:integer;
  dwc:observationDate '2016-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36819382_36819382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36819382_36819382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36819382_36819382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36819382_36819382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36819382_36819382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36819382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36819382'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36819382'^^xsd:integer;
  dwc:observationDate '2016-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831907_36831907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831907_36831907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831907_36831907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831907_36831907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831907_36831907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831907'^^xsd:integer;
  dwc:observationDate '2016-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831911_36831911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831911_36831911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831911_36831911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831911_36831911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831911_36831911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831911'^^xsd:integer;
  dwc:observationDate '2016-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831916_36831916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831916_36831916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831916_36831916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831916_36831916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831916_36831916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831916'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831916'^^xsd:integer;
  dwc:observationDate '2016-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831925_36831925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831925_36831925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831925_36831925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831925_36831925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831925_36831925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831925'^^xsd:integer;
  dwc:observationDate '2016-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831926_36831926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831926_36831926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831926_36831926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831926_36831926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831926_36831926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831926'^^xsd:integer;
  dwc:observationDate '2016-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820104_36820104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820104_36820104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820104_36820104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820104_36820104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820104_36820104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820104'^^xsd:integer;
  dwc:observationDate '2016-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831941_36831941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831941_36831941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831941_36831941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831941_36831941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831941_36831941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831941'^^xsd:integer;
  dwc:observationDate '2016-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831961_36831961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831961_36831961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831961_36831961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831961_36831961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831961_36831961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831961'^^xsd:integer;
  dwc:observationDate '2016-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820219_36820219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820219_36820219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820219_36820219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820219_36820219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820219_36820219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820219'^^xsd:integer;
  dwc:observationDate '2016-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820243_36820243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820243_36820243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820243_36820243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820243_36820243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820243_36820243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820243'^^xsd:integer;
  dwc:observationDate '2016-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820266_36820266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820266_36820266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820266_36820266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820266_36820266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820266_36820266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820266'^^xsd:integer;
  dwc:observationDate '2016-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820274_36820274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820274_36820274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820274_36820274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820274_36820274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820274_36820274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820274'^^xsd:integer;
  dwc:observationDate '2016-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36831987_36831987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36831987_36831987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36831987_36831987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36831987_36831987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36831987_36831987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36831987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36831987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36831987'^^xsd:integer;
  dwc:observationDate '2016-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820361_36820361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820361_36820361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820361_36820361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820361_36820361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820361_36820361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820361'^^xsd:integer;
  dwc:observationDate '2016-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828521_36828521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828521_36828521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828521_36828521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828521_36828521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828521_36828521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828521'^^xsd:integer;
  dwc:observationDate '2016-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828534_36828534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828534_36828534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828534_36828534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828534_36828534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828534_36828534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828534'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828538_36828538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828538_36828538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828538_36828538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828538_36828538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828538_36828538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828538'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828540_36828540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828540_36828540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828540_36828540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828540_36828540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828540_36828540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828540'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832004_36832004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832004_36832004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832004_36832004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36832004_36832004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36832004_36832004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832004'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832010_36832010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832010_36832010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832010_36832010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36832010_36832010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36832010_36832010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832010'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828554_36828554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828554_36828554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828554_36828554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828554_36828554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828554_36828554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828554'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832017_36832017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832017_36832017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832017_36832017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36832017_36832017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36832017_36832017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832017'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820579_36820579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820579_36820579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820579_36820579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820579_36820579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820579_36820579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820579'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820609_36820609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820609_36820609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820609_36820609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820609_36820609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820609_36820609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820609'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36820633_36820633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36820633_36820633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36820633_36820633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36820633_36820633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36820633_36820633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36820633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36820633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36820633'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36832020_36832020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36832020_36832020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36832020_36832020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36832020_36832020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36832020_36832020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36832020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36832020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36832020'^^xsd:integer;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828558_36828558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828558_36828558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828558_36828558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828558_36828558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828558_36828558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828558'^^xsd:integer;
  dwc:observationDate '2016-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828570_36828570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828570_36828570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828570_36828570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828570_36828570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828570_36828570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828570'^^xsd:integer;
  dwc:observationDate '2016-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828576_36828576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828576_36828576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828576_36828576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828576_36828576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828576_36828576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828576'^^xsd:integer;
  dwc:observationDate '2016-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828585_36828585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828585_36828585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828585_36828585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828585_36828585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828585_36828585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828585'^^xsd:integer;
  dwc:observationDate '2016-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828592_36828592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828592_36828592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828592_36828592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828592_36828592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828592_36828592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828592'^^xsd:integer;
  dwc:observationDate '2016-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828595_36828595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828595_36828595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828595_36828595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828595_36828595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828595_36828595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828595'^^xsd:integer;
  dwc:observationDate '2016-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828620_36828620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828620_36828620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828620_36828620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828620_36828620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828620_36828620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828620'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828620'^^xsd:integer;
  dwc:observationDate '2016-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828625_36828625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828625_36828625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828625_36828625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828625_36828625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828625_36828625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828625'^^xsd:integer;
  dwc:observationDate '2016-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828636_36828636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828636_36828636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828636_36828636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828636_36828636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828636_36828636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828636'^^xsd:integer;
  dwc:observationDate '2016-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828641_36828641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828641_36828641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828641_36828641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828641_36828641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828641_36828641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828641'^^xsd:integer;
  dwc:observationDate '2016-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828653_36828653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828653_36828653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828653_36828653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828653_36828653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828653_36828653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828653'^^xsd:integer;
  dwc:observationDate '2016-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828659_36828659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828659_36828659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828659_36828659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828659_36828659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828659_36828659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828659'^^xsd:integer;
  dwc:observationDate '2016-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828660_36828660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828660_36828660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828660_36828660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828660_36828660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828660_36828660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828660'^^xsd:integer;
  dwc:observationDate '2016-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828666_36828666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828666_36828666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828666_36828666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828666_36828666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828666_36828666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828666'^^xsd:integer;
  dwc:observationDate '2016-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_61400376_61400376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_61400376_61400376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_61400376_61400376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.64202 2.78573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.64202"^^xsd:decimal ;
  dwc:decimalLongitude "2.78573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_61400376_61400376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.64202 2.78573)"^^geo:wktLiteral ;
  geo-pos:lat "51.64202"^^xsd:decimal ;
  geo-pos:long "2.78573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_61400376_61400376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "61400376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '61400376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '2.78573'^^xsd:double;
  dwc:latitude '51.64202'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '61400376'^^xsd:integer;
  dwc:observationDate '2018-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2AR-545538'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_649_1214067_capture_649_1214067_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_649_1214067_capture_649_1214067_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_649_1214067_capture_649_1214067_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_649_1214067_capture_649_1214067_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_649_1214067_capture_649_1214067_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "649_1214067_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '649_1214067_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '649_1214067_capture'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_649_1214067_release_649_1214067_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_649_1214067_release_649_1214067_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_649_1214067_release_649_1214067_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "187"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_649_1214067_release_649_1214067_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_649_1214067_release_649_1214067_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "649_1214067_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '649_1214067_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '649_1214067_release'^^xsd:string;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:eventRemarks 'INNOVASEA V13-1x tag implanted in free-ranging animal'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24097032_24097032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24097032_24097032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24097032_24097032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24097032_24097032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24097032_24097032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24097032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24097032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495476'^^xsd:double;
  dwc:latitude '51.025057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24097032'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622745_23622745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622745_23622745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622745_23622745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622745_23622745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622745_23622745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622745'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622747_23622747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622747_23622747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622747_23622747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622747_23622747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622747_23622747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622747'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622747'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618083_23618083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618083_23618083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618083_23618083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618083_23618083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618083_23618083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618083'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23618084_23618084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23618084_23618084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23618084_23618084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23618084_23618084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23618084_23618084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23618084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23618084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23618084'^^xsd:integer;
  dwc:observationDate '2015-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23239691_23239691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23239691_23239691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23239691_23239691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23239691_23239691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23239691_23239691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239691'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239691'^^xsd:integer;
  dwc:observationDate '2015-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240383_23240383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240383_23240383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240383_23240383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240383_23240383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240383_23240383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240383'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240401_23240401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240401_23240401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240401_23240401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240401_23240401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240401_23240401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240401'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23240402_23240402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23240402_23240402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23240402_23240402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23240402_23240402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23240402_23240402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23240402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23240402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23240402'^^xsd:integer;
  dwc:observationDate '2015-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241980_23241980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241980_23241980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241980_23241980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241980_23241980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241980_23241980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241980'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241981_23241981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241981_23241981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241981_23241981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241981_23241981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241981_23241981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241981'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241992_23241992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241992_23241992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241992_23241992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241992_23241992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241992_23241992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241992'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23241993_23241993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23241993_23241993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23241993_23241993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23241993_23241993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23241993_23241993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23241993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23241993'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23241993'^^xsd:integer;
  dwc:observationDate '2015-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244083_23244083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244083_23244083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244083_23244083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244083_23244083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244083_23244083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244083'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244094_23244094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244094_23244094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244094_23244094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244094_23244094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244094_23244094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244094'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186355_23186355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186355_23186355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186355_23186355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186355_23186355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186355_23186355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186355'^^xsd:integer;
  dwc:observationDate '2015-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186457_23186457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186457_23186457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186457_23186457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186457_23186457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186457_23186457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186457'^^xsd:integer;
  dwc:observationDate '2015-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186458_23186458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186458_23186458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186458_23186458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186458_23186458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186458_23186458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186458'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186461_23186461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186461_23186461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186461_23186461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186461_23186461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186461_23186461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186461'^^xsd:integer;
  dwc:observationDate '2015-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186462_23186462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186462_23186462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186462_23186462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186462_23186462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186462_23186462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186462'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186462'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186469_23186469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186469_23186469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186469_23186469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186469_23186469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186469_23186469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186469'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186490_23186490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186490_23186490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186490_23186490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186490_23186490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186490_23186490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186490'^^xsd:integer;
  dwc:observationDate '2015-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186491_23186491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186491_23186491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186491_23186491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186491_23186491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186491_23186491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186491'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186491'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186492_23186492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186492_23186492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186492_23186492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186492_23186492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186492_23186492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186492'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23186494_23186494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23186494_23186494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23186494_23186494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11414"^^xsd:decimal ;
  dwc:decimalLongitude "4.24123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23186494_23186494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11414 4.24123)"^^geo:wktLiteral ;
  geo-pos:lat "51.11414"^^xsd:decimal ;
  geo-pos:long "4.24123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23186494_23186494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.24123'^^xsd:double;
  dwc:latitude '51.11414'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23186494'^^xsd:integer;
  dwc:observationDate '2015-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244800_23244800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244800_23244800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244800_23244800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244800_23244800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244800_23244800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244800'^^xsd:integer;
  dwc:observationDate '2015-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244809_23244809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244809_23244809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244809_23244809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244809_23244809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244809_23244809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244809'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244826_23244826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244826_23244826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244826_23244826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244826_23244826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244826_23244826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244826'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244833_23244833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244833_23244833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244833_23244833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244833_23244833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244833_23244833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244833'^^xsd:integer;
  dwc:observationDate '2015-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244978_23244978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244978_23244978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244978_23244978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244978_23244978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244978_23244978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244978'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620257_23620257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620257_23620257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620257_23620257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620257_23620257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620257_23620257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620257'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620257'^^xsd:integer;
  dwc:observationDate '2015-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23244999_23244999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23244999_23244999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23244999_23244999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23244999_23244999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23244999_23244999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23244999'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245000_23245000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245000_23245000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245000_23245000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245000_23245000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245000_23245000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245000'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245027_23245027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245027_23245027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245027_23245027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245027_23245027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245027_23245027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245027'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245058_23245058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245058_23245058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245058_23245058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245058_23245058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245058_23245058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245058'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245076_23245076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245076_23245076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245076_23245076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245076_23245076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245076_23245076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245076'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245105_23245105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245105_23245105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245105_23245105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245105_23245105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245105_23245105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245105'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245132_23245132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245132_23245132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245132_23245132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245132_23245132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245132_23245132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245132'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245163_23245163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245163_23245163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245163_23245163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245163_23245163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245163_23245163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245163'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245163'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245199_23245199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245199_23245199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245199_23245199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245199_23245199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245199_23245199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245199'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245200_23245200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245200_23245200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245200_23245200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245200_23245200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245200_23245200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245200'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245213_23245213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245213_23245213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245213_23245213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245213_23245213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245213_23245213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245213'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23245216_23245216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23245216_23245216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23245216_23245216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23245216_23245216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23245216_23245216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23245216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23245216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23245216'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620295_23620295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620295_23620295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620295_23620295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620295_23620295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620295_23620295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620295'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647770_23647770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647770_23647770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647770_23647770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647770_23647770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647770_23647770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647770'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647800_23647800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647800_23647800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647800_23647800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647800_23647800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647800_23647800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647800'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23647891_23647891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23647891_23647891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23647891_23647891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23647891_23647891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23647891_23647891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23647891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23647891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23647891'^^xsd:integer;
  dwc:observationDate '2015-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620394_23620394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620394_23620394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620394_23620394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620394_23620394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620394_23620394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620394'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23620409_23620409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23620409_23620409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23620409_23620409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23620409_23620409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23620409_23620409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23620409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23620409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23620409'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23648160_23648160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23648160_23648160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23648160_23648160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23648160_23648160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23648160_23648160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23648160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23648160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23648160'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904272_23904272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904272_23904272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904272_23904272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904272_23904272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904272_23904272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904272'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904276_23904276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904276_23904276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904276_23904276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904276_23904276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904276_23904276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904276'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904281_23904281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904281_23904281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904281_23904281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904281_23904281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904281_23904281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904281'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916640_23916640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916640_23916640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916640_23916640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916640_23916640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916640_23916640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916640'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916691_23916691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916691_23916691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916691_23916691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916691_23916691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916691_23916691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916691'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916691'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23916694_23916694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23916694_23916694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23916694_23916694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23916694_23916694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23916694_23916694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23916694'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904288_23904288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904288_23904288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904288_23904288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904288_23904288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904288_23904288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904288'^^xsd:integer;
  dwc:observationDate '2015-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904770_23904770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904770_23904770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904770_23904770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904770_23904770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904770_23904770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904770'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23920996_23920996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23920996_23920996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23920996_23920996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23920996_23920996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23920996_23920996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23920996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23920996'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23920996'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921010_23921010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921010_23921010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921010_23921010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921010_23921010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921010_23921010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921010'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904777_23904777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904777_23904777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904777_23904777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904777_23904777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904777_23904777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904777'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904784_23904784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904784_23904784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904784_23904784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904784_23904784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904784_23904784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904784'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904813_23904813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904813_23904813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904813_23904813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904813_23904813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904813_23904813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904813'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904813'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921148_23921148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921148_23921148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921148_23921148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921148_23921148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921148_23921148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921148'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921154_23921154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921154_23921154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921154_23921154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921154_23921154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921154_23921154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921154'^^xsd:integer;
  dwc:observationDate '2015-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921205_23921205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921205_23921205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921205_23921205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921205_23921205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921205_23921205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921205'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921359_23921359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921359_23921359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921359_23921359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921359_23921359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921359_23921359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921359'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921368_23921368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921368_23921368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921368_23921368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921368_23921368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921368_23921368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921368'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23921376_23921376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23921376_23921376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23921376_23921376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23921376_23921376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23921376_23921376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23921376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23921376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23921376'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904814_23904814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904814_23904814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904814_23904814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904814_23904814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904814_23904814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904814'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23904817_23904817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23904817_23904817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23904817_23904817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23904817_23904817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23904817_23904817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23904817'^^xsd:integer;
  dwc:observationDate '2015-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23906278_23906278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23906278_23906278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23906278_23906278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23906278_23906278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23906278_23906278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23906278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23906278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23906278'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933261_23933261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933261_23933261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933261_23933261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933261_23933261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933261_23933261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933261'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933261'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933270_23933270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933270_23933270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933270_23933270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933270_23933270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933270_23933270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933270'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933325_23933325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933325_23933325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933325_23933325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933325_23933325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933325_23933325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933325'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933332_23933332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933332_23933332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933332_23933332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933332_23933332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933332_23933332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933332'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933355_23933355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933355_23933355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933355_23933355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933355_23933355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933355_23933355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933355'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933369_23933369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933369_23933369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933369_23933369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933369_23933369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933369_23933369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933369'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933388_23933388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933388_23933388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933388_23933388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933388_23933388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933388_23933388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933388'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933402_23933402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933402_23933402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933402_23933402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933402_23933402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933402_23933402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933402'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23933408_23933408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23933408_23933408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23933408_23933408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23933408_23933408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23933408_23933408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23933408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23933408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23933408'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23685244_23685244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23685244_23685244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23685244_23685244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23685244_23685244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23685244_23685244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23685244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23685244'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23685244'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23249591_23249591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23249591_23249591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23249591_23249591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23249591_23249591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23249591_23249591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23249591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23249591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23249591'^^xsd:integer;
  dwc:observationDate '2015-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381325_24381325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381325_24381325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381325_24381325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381325_24381325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381325_24381325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381325'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381329_24381329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381329_24381329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381329_24381329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381329_24381329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381329_24381329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381329'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381329'^^xsd:integer;
  dwc:observationDate '2015-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_24381334_24381334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_24381334_24381334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_24381334_24381334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14319"^^xsd:decimal ;
  dwc:decimalLongitude "4.33078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_24381334_24381334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14319 4.33078)"^^geo:wktLiteral ;
  geo-pos:lat "51.14319"^^xsd:decimal ;
  geo-pos:long "4.33078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_24381334_24381334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.33078'^^xsd:double;
  dwc:latitude '51.14319'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381334'^^xsd:integer;
  dwc:observationDate '2015-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251224_23251224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251224_23251224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251224_23251224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251224_23251224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251224_23251224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251224'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251224'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251232_23251232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251232_23251232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251232_23251232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251232_23251232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251232_23251232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251232'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622012_23622012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622012_23622012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622012_23622012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622012_23622012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622012_23622012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622012'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622012'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251291_23251291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251291_23251291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251291_23251291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251291_23251291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251291_23251291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251291'^^xsd:integer;
  dwc:observationDate '2015-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251805_23251805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251805_23251805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251805_23251805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251805_23251805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251805_23251805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251805'^^xsd:integer;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251827_23251827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251827_23251827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251827_23251827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251827_23251827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251827_23251827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251827'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251854_23251854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251854_23251854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251854_23251854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251854_23251854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251854_23251854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251854'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251854'^^xsd:integer;
  dwc:observationDate '2015-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251883_23251883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251883_23251883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251883_23251883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251883_23251883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251883_23251883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251883'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251896_23251896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251896_23251896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251896_23251896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251896_23251896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251896_23251896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251896'^^xsd:integer;
  dwc:observationDate '2015-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251902_23251902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251902_23251902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251902_23251902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251902_23251902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251902_23251902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251902'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251902'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251906_23251906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251906_23251906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251906_23251906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251906_23251906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251906_23251906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251906'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251915_23251915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251915_23251915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251915_23251915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251915_23251915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251915_23251915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251915'^^xsd:integer;
  dwc:observationDate '2015-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251933_23251933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251933_23251933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251933_23251933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251933_23251933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251933_23251933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251933'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251933'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251942_23251942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251942_23251942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251942_23251942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251942_23251942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251942_23251942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251942'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251952_23251952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251952_23251952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251952_23251952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251952_23251952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251952_23251952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251952'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23251983_23251983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23251983_23251983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23251983_23251983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23251983_23251983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23251983_23251983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23251983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23251983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23251983'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252011_23252011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252011_23252011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252011_23252011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252011_23252011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252011_23252011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252011'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252020_23252020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252020_23252020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252020_23252020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252020_23252020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252020_23252020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252020'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252043_23252043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252043_23252043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252043_23252043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252043_23252043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252043_23252043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252043'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252054_23252054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252054_23252054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252054_23252054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252054_23252054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252054_23252054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252054'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622140_23622140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622140_23622140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622140_23622140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622140_23622140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622140_23622140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622140'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622145_23622145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622145_23622145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622145_23622145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622145_23622145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622145_23622145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622145'^^xsd:integer;
  dwc:observationDate '2015-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622155_23622155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622155_23622155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622155_23622155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622155_23622155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622155_23622155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622155'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622155'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622156_23622156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622156_23622156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622156_23622156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622156_23622156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622156_23622156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622156'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252122_23252122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252122_23252122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252122_23252122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252122_23252122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252122_23252122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252122'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252127_23252127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252127_23252127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252127_23252127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252127_23252127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252127_23252127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252127'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622159_23622159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622159_23622159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622159_23622159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622159_23622159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622159_23622159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622159'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742348_23742348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742348_23742348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742348_23742348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742348_23742348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742348_23742348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742348'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742352_23742352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742352_23742352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742352_23742352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742352_23742352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742352_23742352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742352'^^xsd:integer;
  dwc:observationDate '2015-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742395_23742395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742395_23742395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742395_23742395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742395_23742395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742395_23742395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742395'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742494_23742494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742494_23742494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742494_23742494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742494_23742494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742494_23742494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742494'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23742507_23742507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23742507_23742507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23742507_23742507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23742507_23742507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23742507_23742507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23742507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23742507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23742507'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622169_23622169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622169_23622169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622169_23622169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622169_23622169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622169_23622169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622169'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622172_23622172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622172_23622172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622172_23622172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622172_23622172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622172_23622172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622172'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622175_23622175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622175_23622175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622175_23622175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622175_23622175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622175_23622175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622175'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622178_23622178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622178_23622178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622178_23622178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622178_23622178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622178_23622178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622178'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622184_23622184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622184_23622184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622184_23622184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622184_23622184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622184_23622184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622184'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252165_23252165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252165_23252165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252165_23252165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252165_23252165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252165_23252165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252165'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252167_23252167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252167_23252167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252167_23252167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252167_23252167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252167_23252167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252167'^^xsd:integer;
  dwc:observationDate '2015-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252335_23252335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252335_23252335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252335_23252335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252335_23252335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252335_23252335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252335'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252350_23252350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252350_23252350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252350_23252350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252350_23252350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252350_23252350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252350'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252357_23252357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252357_23252357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252357_23252357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252357_23252357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252357_23252357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252357'^^xsd:integer;
  dwc:observationDate '2015-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252380_23252380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252380_23252380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252380_23252380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252380_23252380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252380_23252380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252380'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252385_23252385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252385_23252385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252385_23252385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252385_23252385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252385_23252385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252385'^^xsd:integer;
  dwc:observationDate '2015-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252389_23252389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252389_23252389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252389_23252389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252389_23252389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252389_23252389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252389'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252389'^^xsd:integer;
  dwc:observationDate '2015-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252474_23252474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252474_23252474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252474_23252474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252474_23252474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252474_23252474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252474'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252493_23252493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252493_23252493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252493_23252493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252493_23252493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252493_23252493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252493'^^xsd:integer;
  dwc:observationDate '2015-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252576_23252576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252576_23252576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252576_23252576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252576_23252576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252576_23252576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252576'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252610_23252610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252610_23252610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252610_23252610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252610_23252610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252610_23252610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252610'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252610'^^xsd:integer;
  dwc:observationDate '2015-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252658_23252658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252658_23252658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252658_23252658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252658_23252658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252658_23252658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252658'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252666_23252666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252666_23252666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252666_23252666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252666_23252666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252666_23252666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252666'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252676_23252676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252676_23252676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252676_23252676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252676_23252676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252676_23252676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252676'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252676'^^xsd:integer;
  dwc:observationDate '2015-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252701_23252701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252701_23252701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252701_23252701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252701_23252701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252701_23252701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252701'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252707_23252707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252707_23252707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252707_23252707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252707_23252707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252707_23252707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252707'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252731_23252731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252731_23252731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252731_23252731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252731_23252731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252731_23252731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252731'^^xsd:integer;
  dwc:observationDate '2015-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252811_23252811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252811_23252811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252811_23252811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252811_23252811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252811_23252811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252811'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252820_23252820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252820_23252820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252820_23252820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252820_23252820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252820_23252820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252820'^^xsd:integer;
  dwc:observationDate '2015-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252937_23252937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252937_23252937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252937_23252937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252937_23252937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252937_23252937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252937'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622334_23622334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622334_23622334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622334_23622334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622334_23622334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622334_23622334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622334'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23252962_23252962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23252962_23252962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23252962_23252962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23252962_23252962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23252962_23252962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252962'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23252962'^^xsd:integer;
  dwc:observationDate '2015-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253006_23253006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253006_23253006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253006_23253006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253006_23253006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253006_23253006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253006'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253010_23253010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253010_23253010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253010_23253010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253010_23253010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253010_23253010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253010'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622335_23622335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622335_23622335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622335_23622335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622335_23622335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622335_23622335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622335'^^xsd:integer;
  dwc:observationDate '2015-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23754999_23754999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23754999_23754999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23754999_23754999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23754999_23754999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23754999_23754999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23754999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23754999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23754999'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23755041_23755041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23755041_23755041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23755041_23755041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23755041_23755041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23755041_23755041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23755041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23755041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23755041'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622346_23622346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622346_23622346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622346_23622346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622346_23622346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622346_23622346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622346'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253015_23253015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253015_23253015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253015_23253015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253015_23253015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253015_23253015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253015'^^xsd:integer;
  dwc:observationDate '2015-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253152_23253152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253152_23253152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253152_23253152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253152_23253152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253152_23253152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253152'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23253156_23253156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23253156_23253156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23253156_23253156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23253156_23253156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23253156_23253156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23253156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23253156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23253156'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23622353_23622353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23622353_23622353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23622353_23622353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23622353_23622353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23622353_23622353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23622353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23622353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23622353'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756296_23756296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756296_23756296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756296_23756296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23756296_23756296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23756296_23756296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756296'^^xsd:integer;
  dwc:observationDate '2015-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23756302_23756302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23756302_23756302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23756302_23756302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23756302_23756302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23756302_23756302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23756302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23756302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23756302'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23967162_23967162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23967162_23967162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23967162_23967162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23967162_23967162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23967162_23967162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23967162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23967162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23967162'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_23909802_23909802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_23909802_23909802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_23909802_23909802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_23909802_23909802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_23909802_23909802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909802'^^xsd:integer;
  dwc:observationDate '2015-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826572_36826572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826572_36826572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826572_36826572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826572_36826572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826572_36826572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826572'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826577_36826577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826577_36826577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826577_36826577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826577_36826577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826577_36826577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826577'^^xsd:integer;
  dwc:observationDate '2015-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828942_36828942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828942_36828942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828942_36828942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828942_36828942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828942_36828942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828942'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828944_36828944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828944_36828944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828944_36828944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828944_36828944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828944_36828944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828944'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36826862_36826862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36826862_36826862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36826862_36826862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36826862_36826862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36826862_36826862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36826862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36826862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36826862'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828950_36828950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828950_36828950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828950_36828950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828950_36828950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828950_36828950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828950'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36758469_36758469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36758469_36758469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36758469_36758469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36758469_36758469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36758469_36758469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36758469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36758469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36758469'^^xsd:integer;
  dwc:observationDate '2015-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828963_36828963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828963_36828963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828963_36828963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828963_36828963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828963_36828963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828963'^^xsd:integer;
  dwc:observationDate '2015-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828978_36828978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828978_36828978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828978_36828978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828978_36828978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828978_36828978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828978'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36769154_36769154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36769154_36769154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36769154_36769154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36769154_36769154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36769154_36769154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36769154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36769154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36769154'^^xsd:integer;
  dwc:observationDate '2016-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827396_36827396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827396_36827396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827396_36827396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827396_36827396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827396_36827396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827396'^^xsd:integer;
  dwc:observationDate '2016-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827405_36827405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827405_36827405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827405_36827405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827405_36827405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827405_36827405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827405'^^xsd:integer;
  dwc:observationDate '2016-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828997_36828997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828997_36828997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828997_36828997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828997_36828997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828997_36828997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828997'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36785263_36785263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36785263_36785263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36785263_36785263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36785263_36785263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36785263_36785263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36785263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36785263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36785263'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829016_36829016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829016_36829016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829016_36829016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829016_36829016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829016_36829016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829016'^^xsd:integer;
  dwc:observationDate '2016-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827406_36827406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827406_36827406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827406_36827406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827406_36827406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827406_36827406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827406'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827416_36827416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827416_36827416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827416_36827416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827416_36827416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827416_36827416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827416'^^xsd:integer;
  dwc:observationDate '2016-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827458_36827458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827458_36827458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827458_36827458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827458_36827458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827458_36827458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827458'^^xsd:integer;
  dwc:observationDate '2016-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827460_36827460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827460_36827460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827460_36827460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827460_36827460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827460_36827460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827460'^^xsd:integer;
  dwc:observationDate '2016-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829018_36829018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829018_36829018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829018_36829018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829018_36829018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829018_36829018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829018'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829018'^^xsd:integer;
  dwc:observationDate '2016-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36793094_36793094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36793094_36793094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36793094_36793094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36793094_36793094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36793094_36793094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36793094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36793094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36793094'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36793118_36793118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36793118_36793118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36793118_36793118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36793118_36793118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36793118_36793118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36793118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36793118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36793118'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829023_36829023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829023_36829023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829023_36829023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829023_36829023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829023_36829023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829023'^^xsd:integer;
  dwc:observationDate '2016-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827585_36827585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827585_36827585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827585_36827585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827585_36827585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827585_36827585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827585'^^xsd:integer;
  dwc:observationDate '2016-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827683_36827683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827683_36827683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827683_36827683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827683_36827683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827683_36827683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827683'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827683'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827684_36827684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827684_36827684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827684_36827684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827684_36827684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827684_36827684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827684'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829040_36829040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829040_36829040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829040_36829040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829040_36829040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829040_36829040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829040'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829046_36829046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829046_36829046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829046_36829046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829046_36829046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829046_36829046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829046'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829072_36829072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829072_36829072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829072_36829072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829072_36829072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829072_36829072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829072'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829104_36829104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829104_36829104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829104_36829104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829104_36829104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829104_36829104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829104'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829134_36829134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829134_36829134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829134_36829134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829134_36829134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829134_36829134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829134'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829167_36829167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829167_36829167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829167_36829167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829167_36829167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829167_36829167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829167'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829205_36829205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829205_36829205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829205_36829205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829205_36829205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829205_36829205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829205'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829233_36829233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829233_36829233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829233_36829233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829233_36829233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829233_36829233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829233'^^xsd:integer;
  dwc:observationDate '2016-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827733_36827733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827733_36827733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827733_36827733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827733_36827733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827733_36827733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827733'^^xsd:integer;
  dwc:observationDate '2016-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827741_36827741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827741_36827741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827741_36827741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827741_36827741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827741_36827741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827741'^^xsd:integer;
  dwc:observationDate '2016-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829275_36829275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829275_36829275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829275_36829275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829275_36829275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829275_36829275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829275'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829285_36829285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829285_36829285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829285_36829285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829285_36829285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829285_36829285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829285'^^xsd:integer;
  dwc:observationDate '2016-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829294_36829294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829294_36829294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829294_36829294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829294_36829294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829294_36829294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829294'^^xsd:integer;
  dwc:observationDate '2016-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36803761_36803761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36803761_36803761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36803761_36803761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36803761_36803761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36803761_36803761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36803761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36803761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36803761'^^xsd:integer;
  dwc:observationDate '2016-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829313_36829313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829313_36829313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829313_36829313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829313_36829313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829313_36829313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829313'^^xsd:integer;
  dwc:observationDate '2016-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827840_36827840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827840_36827840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827840_36827840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827840_36827840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827840_36827840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827840'^^xsd:integer;
  dwc:observationDate '2016-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827852_36827852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827852_36827852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827852_36827852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827852_36827852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827852_36827852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827852'^^xsd:integer;
  dwc:observationDate '2016-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827865_36827865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827865_36827865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827865_36827865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827865_36827865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827865_36827865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827865'^^xsd:integer;
  dwc:observationDate '2016-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827875_36827875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827875_36827875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827875_36827875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827875_36827875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827875_36827875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827875'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827937_36827937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827937_36827937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827937_36827937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827937_36827937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827937_36827937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827937'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827946_36827946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827946_36827946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827946_36827946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827946_36827946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827946_36827946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827946'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827948_36827948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827948_36827948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827948_36827948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827948_36827948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827948_36827948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827948'^^xsd:integer;
  dwc:observationDate '2016-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829325_36829325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829325_36829325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829325_36829325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829325_36829325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829325_36829325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829325'^^xsd:integer;
  dwc:observationDate '2016-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829333_36829333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829333_36829333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829333_36829333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829333_36829333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829333_36829333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829333'^^xsd:integer;
  dwc:observationDate '2016-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36827999_36827999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36827999_36827999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36827999_36827999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36827999_36827999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36827999_36827999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36827999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36827999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36827999'^^xsd:integer;
  dwc:observationDate '2016-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828010_36828010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828010_36828010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828010_36828010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828010_36828010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828010_36828010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828010'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829354_36829354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829354_36829354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829354_36829354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829354_36829354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829354_36829354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829354'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805022_36805022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805022_36805022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805022_36805022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805022_36805022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805022_36805022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805022'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829371_36829371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829371_36829371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829371_36829371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829371_36829371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829371_36829371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829371'^^xsd:integer;
  dwc:observationDate '2016-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829372_36829372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829372_36829372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829372_36829372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829372_36829372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829372_36829372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829372'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805047_36805047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805047_36805047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805047_36805047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805047_36805047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805047_36805047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805047'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805075_36805075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805075_36805075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805075_36805075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805075_36805075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805075_36805075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805075'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828076_36828076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828076_36828076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828076_36828076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828076_36828076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828076_36828076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828076'^^xsd:integer;
  dwc:observationDate '2016-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828082_36828082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828082_36828082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828082_36828082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828082_36828082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828082_36828082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828082'^^xsd:integer;
  dwc:observationDate '2016-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829409_36829409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829409_36829409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829409_36829409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829409_36829409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829409_36829409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829409'^^xsd:integer;
  dwc:observationDate '2016-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829416_36829416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829416_36829416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829416_36829416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829416_36829416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829416_36829416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829416'^^xsd:integer;
  dwc:observationDate '2016-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36805106_36805106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36805106_36805106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36805106_36805106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36805106_36805106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36805106_36805106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36805106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36805106'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.497271313'^^xsd:double;
  dwc:latitude '51.0229057'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36805106'^^xsd:integer;
  dwc:observationDate '2016-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828110_36828110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828110_36828110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828110_36828110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828110_36828110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828110_36828110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828110'^^xsd:integer;
  dwc:observationDate '2016-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828190_36828190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828190_36828190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828190_36828190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828190_36828190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828190_36828190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828190'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829541_36829541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829541_36829541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829541_36829541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829541_36829541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829541_36829541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829541'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829549_36829549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829549_36829549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829549_36829549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829549_36829549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829549_36829549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829549'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36829570_36829570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36829570_36829570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36829570_36829570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36829570_36829570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36829570_36829570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36829570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36829570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36829570'^^xsd:integer;
  dwc:observationDate '2016-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828217_36828217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828217_36828217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828217_36828217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828217_36828217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828217_36828217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828217'^^xsd:integer;
  dwc:observationDate '2016-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828249_36828249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828249_36828249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828249_36828249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828249_36828249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828249_36828249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828249'^^xsd:integer;
  dwc:observationDate '2016-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828319_36828319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828319_36828319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828319_36828319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828319_36828319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828319_36828319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828319'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828319'^^xsd:integer;
  dwc:observationDate '2016-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828334_36828334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828334_36828334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828334_36828334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828334_36828334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828334_36828334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828334'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828335_36828335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828335_36828335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828335_36828335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828335_36828335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828335_36828335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828335'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828350_36828350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828350_36828350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828350_36828350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828350_36828350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828350_36828350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828350'^^xsd:integer;
  dwc:observationDate '2016-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828385_36828385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828385_36828385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828385_36828385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828385_36828385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828385_36828385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828385'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828397_36828397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828397_36828397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828397_36828397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828397_36828397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828397_36828397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828397'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5872_36828405_36828405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5872_36828405_36828405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5872_36828405_36828405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5872_36828405_36828405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5872_36828405_36828405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5872_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  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 '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828405'^^xsd:integer;
  dwc:observationDate '2016-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '154677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
# EOF